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.h File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <QtCore/private/qohoscommon_p.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qstring.h>
#include <array>
#include <qohosinternalwindowid_p.h>
#include <qohosplugincore.h>
#include <utility>
#include <functional>
Include dependency graph for qohoswindowmanager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QOhosWindowManager::OpenResult
struct  QOhosWindowManager::SaveResult
struct  QtOhos::OhosEnumMeta< QOhosWindowManager::DocumentSelectMode >

Namespaces

namespace  QOhosWindowManager
namespace  QtOhos

Enumerations

enum class  QOhosWindowManager::DocumentSelectMode { QOhosWindowManager::FILE , QOhosWindowManager::FOLDER , QOhosWindowManager::MIXED }
enum class  QOhosWindowManager::ResultMultiplicity { QOhosWindowManager::SINGLE , QOhosWindowManager::MULTIPLE }

Functions

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)