![]() |
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 332 of file qwindowsdialoghelpers.cpp.
|
inline |
Definition at line 335 of file qwindowsdialoghelpers.cpp.
|
inline |
Definition at line 335 of file qwindowsdialoghelpers.cpp.
|
inline |
Definition at line 357 of file qwindowsdialoghelpers.cpp.
| QUrl QWindowsFileDialogSharedData::directory | ( | ) | const |
|
inline |
Definition at line 405 of file qwindowsdialoghelpers.cpp.
| void QWindowsFileDialogSharedData::fromOptions | ( | const QSharedPointer< QFileDialogOptions > & | o | ) |
|
inline |
Definition at line 393 of file qwindowsdialoghelpers.cpp.
| QString QWindowsFileDialogSharedData::selectedFile | ( | ) | const |
Definition at line 385 of file qwindowsdialoghelpers.cpp.
|
inline |
Definition at line 371 of file qwindowsdialoghelpers.cpp.
| QString QWindowsFileDialogSharedData::selectedNameFilter | ( | ) | const |
Definition at line 365 of file qwindowsdialoghelpers.cpp.
Definition at line 399 of file qwindowsdialoghelpers.cpp.
Definition at line 379 of file qwindowsdialoghelpers.cpp.