![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <AppKit/AppKit.h>#include <QtCore/qtimer.h>#include <QtGui/qfontdatabase.h>#include <qpa/qplatformtheme.h>#include <private/qfont_p.h>#include <private/qfontengine_p.h>#include <private/qfontengine_coretext_p.h>#include "qcocoafontdialoghelper.h"#include "qcocoahelpers.h"#include "qcocoaeventdispatcher.h"#include "qnsview.h"Go to the source code of this file.
Classes | |
| category | QT_MANGLE_NAMESPACE(QNSFontPanelDelegate) |
| category | QNSView(FontPanel) |
| class | QCocoaFontPanel |
Typedefs | |
| typedef float | CGFloat |
Functions | |
| static QT_USE_NAMESPACE QFont | qfontForCocoaFont (NSFont *cocoaFont, const QFont &resolveFont) |
| QT_NAMESPACE_ALIAS_OBJC_CLASS (QNSFontPanelDelegate) | |
Variables | |
| QCocoaFontDialogHelper * | mHelper |
| NSView * | mStolenContentView |
| QNSPanelContentsWrapper * | mPanelButtons |
| QFont | mQtFont |
| NSInteger | mResultCode |
| BOOL | mDialogIsExecuting |
| BOOL | mResultSet |
| typedef float CGFloat |
Definition at line 21 of file qcocoafontdialoghelper.mm.
|
static |
Definition at line 26 of file qcocoafontdialoghelper.mm.
| QT_NAMESPACE_ALIAS_OBJC_CLASS | ( | QNSFontPanelDelegate | ) |
| BOOL mDialogIsExecuting |
Definition at line 59 of file qcocoafontdialoghelper.mm.
| QCocoaFontDialogHelper* mHelper |
Definition at line 54 of file qcocoafontdialoghelper.mm.
| QNSPanelContentsWrapper* mPanelButtons |
Definition at line 56 of file qcocoafontdialoghelper.mm.
| QFont mQtFont |
Definition at line 57 of file qcocoafontdialoghelper.mm.
| NSInteger mResultCode |
Definition at line 58 of file qcocoafontdialoghelper.mm.
| BOOL mResultSet |
Definition at line 60 of file qcocoafontdialoghelper.mm.
| NSView* mStolenContentView |
Definition at line 55 of file qcocoafontdialoghelper.mm.