![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| struct | OpenResult |
| struct | SaveResult |
Enumerations | |
| enum class | DocumentSelectMode { FILE , FOLDER , MIXED } |
| enum class | ResultMultiplicity { SINGLE , MULTIPLE } |
Functions | |
| void | showFileDialogOpen (QtOhos::InternalWindowId contextWinId, QStringList filters, QString defaultPath, DocumentSelectMode documentSelectMode, ResultMultiplicity resultMultiplicity, QOhosConsumer< QOhosOptional< OpenResult > > resultCallback) |
| void | showFileDialogSave (QtOhos::InternalWindowId contextWinId, QStringList newFileNames, QString defaultFilePath, QStringList fileSuffixChoices, QOhosConsumer< QOhosOptional< SaveResult > > resultCallback) |
| void | showFileDialogAuthorization (QtOhos::InternalWindowId contextWinId, QString filePath, QOhosConsumer< bool > resultCallback) |
|
strong |
| Enumerator | |
|---|---|
| FILE | |
| FOLDER | |
| MIXED | |
Definition at line 23 of file qohoswindowmanager.h.
|
strong |
| Enumerator | |
|---|---|
| SINGLE | |
| MULTIPLE | |
Definition at line 29 of file qohoswindowmanager.h.
| void QOhosWindowManager::showFileDialogAuthorization | ( | QtOhos::InternalWindowId | contextWinId, |
| QString | filePath, | ||
| QOhosConsumer< bool > | resultCallback ) |
Definition at line 210 of file qohoswindowmanager.cpp.
| void QOhosWindowManager::showFileDialogOpen | ( | QtOhos::InternalWindowId | contextWinId, |
| QStringList | filters, | ||
| QString | defaultPath, | ||
| DocumentSelectMode | documentSelectMode, | ||
| ResultMultiplicity | resultMultiplicity, | ||
| QOhosConsumer< QOhosOptional< OpenResult > > | resultCallback ) |
Definition at line 125 of file qohoswindowmanager.cpp.
Referenced by QT_BEGIN_NAMESPACE::QOhosPlatformFileDialogHelperImpl::show().
| void QOhosWindowManager::showFileDialogSave | ( | QtOhos::InternalWindowId | contextWinId, |
| QStringList | newFileNames, | ||
| QString | defaultFilePath, | ||
| QStringList | fileSuffixChoices, | ||
| QOhosConsumer< QOhosOptional< SaveResult > > | resultCallback ) |
Definition at line 169 of file qohoswindowmanager.cpp.
Referenced by QT_BEGIN_NAMESPACE::QOhosPlatformFileDialogHelperImpl::show().