Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qohoswindowmanager.cpp File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include "qohoswindowmanager.h"
#include <QtCore/qcoreapplication.h>
#include <QtCore/private/qnapi_p.h>
#include <QtCore/private/qohoscommon_p.h>
#include <QtCore/private/qohoslogger_p.h>
#include <qohosjsenv_p.h>
#include <qohosplugincore.h>
#include <QtCore/qurl.h>
#include <algorithm>
#include <iterator>
#include <render/qohosjswindowregistry.h>
#include <render/qwindowproxyregistry.h>
#include <vector>
#include "qohosplatformservices.h"
#include "qohosplatformwindow.h"
Include dependency graph for qohoswindowmanager.cpp:

Go to the source code of this file.

Classes

struct  QT_BEGIN_NAMESPACE::FilePickerResult

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.
namespace  QOhosWindowManager

Functions

QNapi::Array QT_BEGIN_NAMESPACE::mapToNapiArray (napi_env env, QStringList qstrings)
std::shared_ptr< QtOhos::QAbilityPeerQT_BEGIN_NAMESPACE::getQAbilityPeerForOptInstanceId (QtOhos::JsState &jsState, QOhosOptional< std::string > optQAbilityInstanceId)
QNapi::Object QT_BEGIN_NAMESPACE::makeDocumentViewPicker (QtOhos::JsState &jsState, std::shared_ptr< QtOhos::QAbilityPeer > qAbilityPeer, QOhosOptional< QArkUi::JsWindowId > optContextJsWinId)
void QT_BEGIN_NAMESPACE::startOhosFilePicker (QtOhos::JsState &jsState, std::shared_ptr< QtOhos::QAbilityPeer > qAbilityPeer, QOhosOptional< QArkUi::JsWindowId > optContextJsWinId, const std::string &pickerActionName, QNapi::Object pickerActionOptions, QOhosConsumer< QOhosOptional< FilePickerResult > > resultConsumer)
QStringList QT_BEGIN_NAMESPACE::mapFilePathsToQtUrls (const std::vector< std::string > &filePaths)
void QOhosWindowManager::showFileDialogOpen (QtOhos::InternalWindowId contextWinId, QStringList filters, QString defaultPath, DocumentSelectMode documentSelectMode, ResultMultiplicity resultMultiplicity, QOhosConsumer< QOhosOptional< OpenResult > > resultCallback)
void QOhosWindowManager::showFileDialogSave (QtOhos::InternalWindowId contextWinId, QStringList newFileNames, QString defaultFilePath, QStringList fileSuffixChoices, QOhosConsumer< QOhosOptional< SaveResult > > resultCallback)
void QOhosWindowManager::showFileDialogAuthorization (QtOhos::InternalWindowId contextWinId, QString filePath, QOhosConsumer< bool > resultCallback)