(08d9a2ba6014d9f14fc3b5733b0a654cd21f84a4)
#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 <QtCore/private/qohospathutils_p.h>
#include <qohosjsenv_p.h>
#include <qohosplugincore.h>
#include <QtCore/qurl.h>
#include <algorithm>
#include <iterator>
#include <vector>
#include "qohosplatformwindow.h"
Go to the source code of this file.
|
| std::shared_ptr< QtOhos::QAbilityPeer > | QT_BEGIN_NAMESPACE::getQAbilityPeerForQWindow (QtOhos::JsState &jsState, QtOhos::QObjectThreadSafeRef qWindowRef) |
| QNapi::Object | QT_BEGIN_NAMESPACE::makeDocumentViewPicker (QtOhos::JsState &jsState, std::shared_ptr< QtOhos::QAbilityPeer > qAbilityPeer, QtOhos::QObjectThreadSafeRef contextWindowRef) |
| void | QT_BEGIN_NAMESPACE::startOhosFilePicker (QtOhos::JsState &jsState, std::shared_ptr< QtOhos::QAbilityPeer > qAbilityPeer, QtOhos::QObjectThreadSafeRef contextWindowRef, 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::QObjectThreadSafeRef contextWindowRef, QStringList filters, QString defaultPath, DocumentSelectMode documentSelectMode, ResultMultiplicity resultMultiplicity, QOhosConsumer< QOhosOptional< OpenResult > > resultCallback) |
| void | QOhosWindowManager::showFileDialogSave (QtOhos::QObjectThreadSafeRef contextWindowRef, QStringList newFileNames, QString defaultFilePath, QStringList fileSuffixChoices, QOhosConsumer< QOhosOptional< SaveResult > > resultCallback) |