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 Namespace Reference

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)

Enumeration Type Documentation

◆ DocumentSelectMode

Enumerator
FILE 
FOLDER 
MIXED 

Definition at line 23 of file qohoswindowmanager.h.

◆ ResultMultiplicity

Enumerator
SINGLE 
MULTIPLE 

Definition at line 29 of file qohoswindowmanager.h.

Function Documentation

◆ showFileDialogAuthorization()

void QOhosWindowManager::showFileDialogAuthorization ( QtOhos::InternalWindowId contextWinId,
QString filePath,
QOhosConsumer< bool > resultCallback )

Definition at line 210 of file qohoswindowmanager.cpp.

◆ showFileDialogOpen()

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().

Here is the caller graph for this function:

◆ showFileDialogSave()

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().

Here is the caller graph for this function: