QtBase  v6.3.1
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
QFontDialogOptions Class Reference

#include <qplatformdialoghelper.h>

Public Types

enum  FontDialogOption {
  NoButtons = 0x00000001 , DontUseNativeDialog = 0x00000002 , ScalableFonts = 0x00000004 , NonScalableFonts = 0x00000008 ,
  MonospacedFonts = 0x00000010 , ProportionalFonts = 0x00000020
}
 

Public Member Functions

QSharedPointer< QFontDialogOptionsclone () 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< QFontDialogOptionscreate ()
 

Protected Member Functions

 QFontDialogOptions (QFontDialogOptionsPrivate *dd)
 
 ~QFontDialogOptions ()
 

Detailed Description

Definition at line 242 of file qplatformdialoghelper.h.

Member Enumeration Documentation

◆ FontDialogOption

Enumerator
NoButtons 
DontUseNativeDialog 
ScalableFonts 
NonScalableFonts 
MonospacedFonts 
ProportionalFonts 

Definition at line 251 of file qplatformdialoghelper.h.

Constructor & Destructor Documentation

◆ QFontDialogOptions()

QFontDialogOptions::QFontDialogOptions ( QFontDialogOptionsPrivate dd)
explicitprotected

Definition at line 185 of file qplatformdialoghelper.cpp.

◆ ~QFontDialogOptions()

QFontDialogOptions::~QFontDialogOptions ( )
protected

Definition at line 190 of file qplatformdialoghelper.cpp.

Member Function Documentation

◆ clone()

QSharedPointer< QFontDialogOptions > QFontDialogOptions::clone ( ) const

Definition at line 209 of file qplatformdialoghelper.cpp.

Here is the call graph for this function:

◆ create()

QSharedPointer< QFontDialogOptions > QFontDialogOptions::create ( )
static

Definition at line 204 of file qplatformdialoghelper.cpp.

Here is the call graph for this function:

◆ options()

QFontDialogOptions::FontDialogOptions QFontDialogOptions::options ( ) const

Definition at line 241 of file qplatformdialoghelper.cpp.

Here is the caller graph for this function:

◆ setOption()

void QFontDialogOptions::setOption ( QFontDialogOptions::FontDialogOption  option,
bool  on = true 
)

Definition at line 224 of file qplatformdialoghelper.cpp.

Here is the call graph for this function:

◆ setOptions()

void QFontDialogOptions::setOptions ( FontDialogOptions  options)

Definition at line 235 of file qplatformdialoghelper.cpp.

Here is the caller graph for this function:

◆ setWindowTitle()

void QFontDialogOptions::setWindowTitle ( const QString title)

Definition at line 219 of file qplatformdialoghelper.cpp.

◆ testOption()

bool QFontDialogOptions::testOption ( QFontDialogOptions::FontDialogOption  option) const

Definition at line 230 of file qplatformdialoghelper.cpp.

◆ windowTitle()

QString QFontDialogOptions::windowTitle ( ) const

Definition at line 214 of file qplatformdialoghelper.cpp.


The documentation for this class was generated from the following files: