Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QCocoaFontPanel Class Reference
+ Collaboration diagram for QCocoaFontPanel:

Public Member Functions

 QCocoaFontPanel ()
 
 ~QCocoaFontPanel ()
 
void init (QCocoaFontDialogHelper *helper)
 
void cleanup (QCocoaFontDialogHelper *helper)
 
bool exec ()
 
bool show (Qt::WindowModality windowModality, QWindow *parent)
 
void hide ()
 
QFont currentFont () const
 
void setCurrentFont (const QFont &font)
 

Detailed Description

Definition at line 260 of file qcocoafontdialoghelper.mm.

Constructor & Destructor Documentation

◆ QCocoaFontPanel()

QCocoaFontPanel::QCocoaFontPanel ( )
inline

Definition at line 263 of file qcocoafontdialoghelper.mm.

◆ ~QCocoaFontPanel()

QCocoaFontPanel::~QCocoaFontPanel ( )
inline

Definition at line 268 of file qcocoafontdialoghelper.mm.

Member Function Documentation

◆ cleanup()

void QCocoaFontPanel::cleanup ( QCocoaFontDialogHelper * helper)
inline

Definition at line 278 of file qcocoafontdialoghelper.mm.

◆ currentFont()

QFont QCocoaFontPanel::currentFont ( ) const
inline

Definition at line 307 of file qcocoafontdialoghelper.mm.

◆ exec()

bool QCocoaFontPanel::exec ( )
inline

Definition at line 284 of file qcocoafontdialoghelper.mm.

◆ hide()

void QCocoaFontPanel::hide ( )
inline

Definition at line 302 of file qcocoafontdialoghelper.mm.

◆ init()

void QCocoaFontPanel::init ( QCocoaFontDialogHelper * helper)
inline

Definition at line 273 of file qcocoafontdialoghelper.mm.

◆ setCurrentFont()

void QCocoaFontPanel::setCurrentFont ( const QFont & font)
inline

Definition at line 312 of file qcocoafontdialoghelper.mm.

References QFont::Bold, font, QFont::style(), QFont::StyleItalic, and QFont::weight().

+ Here is the call graph for this function:

◆ show()

bool QCocoaFontPanel::show ( Qt::WindowModality windowModality,
QWindow * parent )
inline

Definition at line 293 of file qcocoafontdialoghelper.mm.

References Qt::ApplicationModal, and Q_UNUSED.


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