![]() |
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 333 of file qwindowsdialoghelpers.cpp.
|
inline |
Definition at line 336 of file qwindowsdialoghelpers.cpp.
|
inline |
Definition at line 336 of file qwindowsdialoghelpers.cpp.
|
inline |
Definition at line 358 of file qwindowsdialoghelpers.cpp.
| QUrl QWindowsFileDialogSharedData::directory | ( | ) | const |
|
inline |
Definition at line 406 of file qwindowsdialoghelpers.cpp.
| void QWindowsFileDialogSharedData::fromOptions | ( | const QSharedPointer< QFileDialogOptions > & | o | ) |
|
inline |
Definition at line 394 of file qwindowsdialoghelpers.cpp.
| QString QWindowsFileDialogSharedData::selectedFile | ( | ) | const |
Definition at line 386 of file qwindowsdialoghelpers.cpp.
|
inline |
Definition at line 372 of file qwindowsdialoghelpers.cpp.
| QString QWindowsFileDialogSharedData::selectedNameFilter | ( | ) | const |
Definition at line 366 of file qwindowsdialoghelpers.cpp.
Definition at line 400 of file qwindowsdialoghelpers.cpp.
Definition at line 380 of file qwindowsdialoghelpers.cpp.