(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"
Go to the source code of this file.
|
| QNapi::Array | QT_BEGIN_NAMESPACE::mapToNapiArray (napi_env env, QStringList qstrings) |
| std::shared_ptr< QtOhos::QAbilityPeer > | QT_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) |