![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfontdialog_p.h>
Static Public Member Functions | |
static QFont | getFont (bool *ok, const QFont &initial, QWidget *parent, const QString &title, QFontDialog::FontDialogOptions options) |
Static Public Member Functions inherited from QWidgetPrivate | |
static QWidgetPrivate * | get (QWidget *w) |
static const QWidgetPrivate * | get (const QWidget *w) |
static void | checkRestoredGeometry (const QRect &availableGeometry, QRect *restoredGeometry, int frameHeight) |
static void | adjustFlags (Qt::WindowFlags &flags, QWidget *w=nullptr) |
static QWidget * | parentGraphicsView (const QWidget *widget) |
static QRect | screenGeometry (const QWidget *widget) |
static QRect | availableScreenGeometry (const QWidget *widget) |
static QScreen * | screen (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) |
static QRect | screenGeometry (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) |
static QRect | availableScreenGeometry (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) |
static void | sendComposeStatus (QWidget *w, bool end) |
static void | setWidgetParentHelper (QObject *widgetAsObject, QObject *newParent) |
static bool | insertIntoFocusChain (const QWidgetList &toBeInserted, FocusDirection direction, QWidget *position) |
static QWidgetList | takeFromFocusChain (QWidget *from, QWidget *to, FocusDirection direction=FocusDirection::Next) |
Static Public Member Functions inherited from QObjectPrivate | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1, typename Func2> | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1, typename Func2> | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Private Member Functions | |
virtual void | initHelper (QPlatformDialogHelper *) override |
virtual void | helperPrepareShow (QPlatformDialogHelper *) override |
Definition at line 42 of file qfontdialog_p.h.
QFontDialogPrivate::QFontDialogPrivate | ( | ) |
Definition at line 76 of file qfontdialog.cpp.
QFontDialogPrivate::~QFontDialogPrivate | ( | ) |
Definition at line 82 of file qfontdialog.cpp.
void QFontDialogPrivate::_q_runNativeAppModalPanel | ( | ) |
|
overridevirtual |
Reimplemented from QDialogPrivate.
Definition at line 1004 of file qfontdialog.cpp.
void QFontDialogPrivate::familyHighlighted | ( | int | i | ) |
Definition at line 662 of file qfontdialog.cpp.
|
static |
Definition at line 359 of file qfontdialog.cpp.
|
overrideprivatevirtual |
Reimplemented from QDialogPrivate.
Definition at line 435 of file qfontdialog.cpp.
void QFontDialogPrivate::init | ( | ) |
Definition at line 137 of file qfontdialog.cpp.
|
overrideprivatevirtual |
Reimplemented from QDialogPrivate.
Definition at line 423 of file qfontdialog.cpp.
|
inline |
Definition at line 50 of file qfontdialog_p.h.
void QFontDialogPrivate::retranslateStrings | ( | ) |
Definition at line 740 of file qfontdialog.cpp.
|
overridevirtual |
The implementation of QFontDialog::setVisible() has to live here so that the call to hide() in ~QDialog calls this function; it wouldn't call the override of QDialog::setVisible().
Reimplemented from QDialogPrivate.
Definition at line 958 of file qfontdialog.cpp.
This slot is called if the user changes the font size. The size is passed in the s argument as a string.
Definition at line 717 of file qfontdialog.cpp.
void QFontDialogPrivate::sizeHighlighted | ( | int | index | ) |
Definition at line 698 of file qfontdialog.cpp.
void QFontDialogPrivate::styleHighlighted | ( | int | index | ) |
Definition at line 679 of file qfontdialog.cpp.
void QFontDialogPrivate::updateFamilies | ( | ) |
Definition at line 445 of file qfontdialog.cpp.
void QFontDialogPrivate::updateSample | ( | ) |
Definition at line 626 of file qfontdialog.cpp.
Definition at line 640 of file qfontdialog.cpp.
void QFontDialogPrivate::updateSizes | ( | ) |
Updates the contents of the "font size" list box. This function can be reimplemented if you have special requirements.
Definition at line 593 of file qfontdialog.cpp.
void QFontDialogPrivate::updateStyles | ( | ) |
Definition at line 528 of file qfontdialog.cpp.
void QFontDialogPrivate::writingSystemHighlighted | ( | int | index | ) |
Definition at line 652 of file qfontdialog.cpp.
QDialogButtonBox* QFontDialogPrivate::buttonBox |
Definition at line 98 of file qfontdialog_p.h.
QBoxLayout* QFontDialogPrivate::buttonLayout |
Definition at line 93 of file qfontdialog_p.h.
QComboBox* QFontDialogPrivate::color |
Definition at line 85 of file qfontdialog_p.h.
QGroupBox* QFontDialogPrivate::effects |
Definition at line 82 of file qfontdialog_p.h.
QBoxLayout* QFontDialogPrivate::effectsLayout |
Definition at line 94 of file qfontdialog_p.h.
QString QFontDialogPrivate::family |
Definition at line 100 of file qfontdialog_p.h.
QLabel* QFontDialogPrivate::familyAccel |
Definition at line 70 of file qfontdialog_p.h.
QLineEdit* QFontDialogPrivate::familyEdit |
Definition at line 71 of file qfontdialog_p.h.
QFontListView* QFontDialogPrivate::familyList |
Definition at line 72 of file qfontdialog_p.h.
QByteArray QFontDialogPrivate::memberToDisconnectOnClose |
Definition at line 108 of file qfontdialog_p.h.
QSharedPointer<QFontDialogOptions> QFontDialogPrivate::options |
Definition at line 106 of file qfontdialog_p.h.
Referenced by testing.tools.test_runner._TestCaseRunner::_NewImageArtifact(), testing.tools.test_runner._TestCaseRunner::_RegenerateIfNeeded(), testing.tools.test_runner._PerProcessState::GetSkiaGoldTester(), testing.tools.test_runner._PerProcessConfig::InitializeFeatures(), testing.tools.test_runner.TestRunner::IsSkiaGoldEnabled(), testing.tools.test_runner._PerProcessConfig::NewFinder(), testing.tools.test_runner._TestCaseRunner::TestPixel(), and testing.tools.test_runner._TestCaseRunner::TestText().
Definition at line 107 of file qfontdialog_p.h.
QGroupBox* QFontDialogPrivate::sample |
Definition at line 87 of file qfontdialog_p.h.
QLineEdit* QFontDialogPrivate::sampleEdit |
Definition at line 88 of file qfontdialog_p.h.
QBoxLayout* QFontDialogPrivate::sampleEditLayout |
Definition at line 96 of file qfontdialog_p.h.
QBoxLayout* QFontDialogPrivate::sampleLayout |
Definition at line 95 of file qfontdialog_p.h.
QFont QFontDialogPrivate::selectedFont |
Definition at line 105 of file qfontdialog_p.h.
int QFontDialogPrivate::size |
Definition at line 103 of file qfontdialog_p.h.
QLabel* QFontDialogPrivate::sizeAccel |
Definition at line 78 of file qfontdialog_p.h.
QLineEdit* QFontDialogPrivate::sizeEdit |
Definition at line 79 of file qfontdialog_p.h.
QFontListView* QFontDialogPrivate::sizeList |
Definition at line 80 of file qfontdialog_p.h.
bool QFontDialogPrivate::smoothScalable |
Definition at line 104 of file qfontdialog_p.h.
QCheckBox* QFontDialogPrivate::strikeout |
Definition at line 83 of file qfontdialog_p.h.
QString QFontDialogPrivate::style |
Definition at line 102 of file qfontdialog_p.h.
QLabel* QFontDialogPrivate::styleAccel |
Definition at line 74 of file qfontdialog_p.h.
QLineEdit* QFontDialogPrivate::styleEdit |
Definition at line 75 of file qfontdialog_p.h.
QFontListView* QFontDialogPrivate::styleList |
Definition at line 76 of file qfontdialog_p.h.
QCheckBox* QFontDialogPrivate::underline |
Definition at line 84 of file qfontdialog_p.h.
QFontDatabase::WritingSystem QFontDialogPrivate::writingSystem |
Definition at line 101 of file qfontdialog_p.h.
QLabel* QFontDialogPrivate::writingSystemAccel |
Definition at line 90 of file qfontdialog_p.h.
QComboBox* QFontDialogPrivate::writingSystemCombo |
Definition at line 91 of file qfontdialog_p.h.