![]() |
Qt 6.x
The Qt SDK
|
#include <qplatformdialoghelper.h>
Collaboration diagram for QFontDialogOptions:Public Types | |
| enum | FontDialogOption { NoButtons = 0x00000001 , DontUseNativeDialog = 0x00000002 , ScalableFonts = 0x00000004 , NonScalableFonts = 0x00000008 , MonospacedFonts = 0x00000010 , ProportionalFonts = 0x00000020 } |
Public Member Functions | |
| QSharedPointer< QFontDialogOptions > | clone () const |
| QString | windowTitle () const |
| void | setWindowTitle (const QString &) |
| void | setOption (FontDialogOption option, bool on=true) |
| bool | testOption (FontDialogOption option) const |
| void | setOptions (FontDialogOptions options) |
| FontDialogOptions | options () const |
Static Public Member Functions | |
| static QSharedPointer< QFontDialogOptions > | create () |
Protected Member Functions | |
| QFontDialogOptions (QFontDialogOptionsPrivate *dd) | |
| ~QFontDialogOptions () | |
Definition at line 209 of file qplatformdialoghelper.h.
| Enumerator | |
|---|---|
| NoButtons | |
| DontUseNativeDialog | |
| ScalableFonts | |
| NonScalableFonts | |
| MonospacedFonts | |
| ProportionalFonts | |
Definition at line 218 of file qplatformdialoghelper.h.
|
explicitprotected |
Definition at line 157 of file qplatformdialoghelper.cpp.
|
protected |
Definition at line 162 of file qplatformdialoghelper.cpp.
| QSharedPointer< QFontDialogOptions > QFontDialogOptions::clone | ( | ) | const |
Definition at line 181 of file qplatformdialoghelper.cpp.
References QSharedPointer< T >::create().
Here is the call graph for this function:
|
static |
Definition at line 176 of file qplatformdialoghelper.cpp.
References QSharedPointer< T >::create().
Here is the call graph for this function:| QFontDialogOptions::FontDialogOptions QFontDialogOptions::options | ( | ) | const |
Definition at line 213 of file qplatformdialoghelper.cpp.
References QFontDialogOptionsPrivate::options.
Referenced by QFontDialogPrivate::canBeNativeDialog(), QQuickLabsPlatformFontDialog::options(), QQuickFontDialog::options(), setOptions(), QQuickLabsPlatformFontDialog::setOptions(), QQuickFontDialog::setOptions(), QWidgetPlatformFontDialog::show(), and QFontDialogPrivate::updateFamilies().
Here is the caller graph for this function:| void QFontDialogOptions::setOption | ( | QFontDialogOptions::FontDialogOption | option, |
| bool | on = true |
||
| ) |
Definition at line 196 of file qplatformdialoghelper.cpp.
References QFontDialogOptionsPrivate::options, and setOptions().
Here is the call graph for this function:| void QFontDialogOptions::setOptions | ( | FontDialogOptions | options | ) |
Definition at line 207 of file qplatformdialoghelper.cpp.
References QFontDialogOptionsPrivate::options, and options().
Referenced by setOption(), QQuickLabsPlatformFontDialog::setOptions(), and QQuickFontDialog::setOptions().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 191 of file qplatformdialoghelper.cpp.
References title, and QFontDialogOptionsPrivate::windowTitle.
Referenced by QFontDialogPrivate::helperPrepareShow(), QQuickLabsPlatformFontDialog::onShow(), and QQuickFontDialog::onShow().
Here is the caller graph for this function:| bool QFontDialogOptions::testOption | ( | QFontDialogOptions::FontDialogOption | option | ) | const |
Definition at line 202 of file qplatformdialoghelper.cpp.
References QFontDialogOptionsPrivate::options.
Referenced by QQuickLabsPlatformFontDialog::useNativeDialog(), and QQuickFontDialog::useNativeDialog().
Here is the caller graph for this function:| QString QFontDialogOptions::windowTitle | ( | ) | const |
Definition at line 186 of file qplatformdialoghelper.cpp.
References QFontDialogOptionsPrivate::windowTitle.
Referenced by QQuickPlatformFontDialog::show(), and QWidgetPlatformFontDialog::show().
Here is the caller graph for this function: