![]() |
Qt 6.x
The Qt SDK
|
#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"
Go to the source code of this file.
Classes | |
category | QT_MANGLE_NAMESPACE(QNSFontPanelDelegate) |
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 19 of file qcocoafontdialoghelper.mm.
|
static |
Definition at line 24 of file qcocoafontdialoghelper.mm.
References QFontDatabase::font(), font, qRound(), QFont::setStrikeOut(), QFont::setUnderline(), QFont::strikeOut(), and QFont::underline().
QT_NAMESPACE_ALIAS_OBJC_CLASS | ( | QNSFontPanelDelegate | ) |
BOOL mDialogIsExecuting |
Definition at line 57 of file qcocoafontdialoghelper.mm.
QCocoaFontDialogHelper* mHelper |
Definition at line 52 of file qcocoafontdialoghelper.mm.
QNSPanelContentsWrapper* mPanelButtons |
Definition at line 54 of file qcocoafontdialoghelper.mm.
QFont mQtFont |
Definition at line 55 of file qcocoafontdialoghelper.mm.
NSInteger mResultCode |
Definition at line 56 of file qcocoafontdialoghelper.mm.
BOOL mResultSet |
Definition at line 58 of file qcocoafontdialoghelper.mm.
NSView* mStolenContentView |
Definition at line 53 of file qcocoafontdialoghelper.mm.