(56fd7bc752f683aa413a491f4724ec448f457f63)
#include <QtCore/private/qohoscommon_p.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qstring.h>
#include <qohosenums.h>
#include <qohosinternalwindowid_p.h>
#include <qohosplugincore.h>
#include <functional>
Go to the source code of this file.
|
| 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) |