![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Explicitly shared file dialog parameters that are not in QFileDialogOptions. More...
Public Member Functions | |
QWindowsFileDialogSharedData () | |
void | fromOptions (const QSharedPointer< QFileDialogOptions > &o) |
QUrl | directory () const |
void | setDirectory (const QUrl &) |
QString | selectedNameFilter () const |
void | setSelectedNameFilter (const QString &) |
QList< QUrl > | selectedFiles () const |
void | setSelectedFiles (const QList< QUrl > &) |
QString | selectedFile () const |
QWindowsFileDialogSharedData () | |
void | fromOptions (const QSharedPointer< QFileDialogOptions > &o) |
QUrl | directory () const |
void | setDirectory (const QUrl &) |
QString | selectedNameFilter () const |
void | setSelectedNameFilter (const QString &) |
QList< QUrl > | selectedFiles () const |
void | setSelectedFiles (const QList< QUrl > &) |
QString | selectedFile () const |
Explicitly shared file dialog parameters that are not in QFileDialogOptions.
Contain Parameters that need to be cached while the native dialog does not exist yet. In addition, the data are updated by the change notifications of the IFileDialogEvent, as querying them after the dialog has closed does not reliably work. Provides thread-safe setters (for the non-modal case).
Definition at line 331 of file qwindowsdialoghelpers.cpp.
|
inline |
Definition at line 334 of file qwindowsdialoghelpers.cpp.
|
inline |
Definition at line 334 of file qwindowsdialoghelpers.cpp.
|
inline |
Definition at line 356 of file qwindowsdialoghelpers.cpp.
QUrl QWindowsFileDialogSharedData::directory | ( | ) | const |
|
inline |
Definition at line 404 of file qwindowsdialoghelpers.cpp.
void QWindowsFileDialogSharedData::fromOptions | ( | const QSharedPointer< QFileDialogOptions > & | o | ) |
|
inline |
Definition at line 392 of file qwindowsdialoghelpers.cpp.
QString QWindowsFileDialogSharedData::selectedFile | ( | ) | const |
Definition at line 384 of file qwindowsdialoghelpers.cpp.
|
inline |
Definition at line 370 of file qwindowsdialoghelpers.cpp.
QString QWindowsFileDialogSharedData::selectedNameFilter | ( | ) | const |
Definition at line 364 of file qwindowsdialoghelpers.cpp.
Definition at line 398 of file qwindowsdialoghelpers.cpp.
Definition at line 378 of file qwindowsdialoghelpers.cpp.