![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickfontdialogimpl_p_p.h>
Static Public Member Functions | |
static QQuickFontDialogImplPrivate * | get (QQuickFontDialogImpl *dialog) |
Static Public Member Functions inherited from QQuickDialogPrivate | |
static QQuickDialogPrivate * | get (QQuickDialog *dialog) |
static QPlatformDialogHelper::ButtonRole | buttonRole (QQuickAbstractButton *button) |
Popup dialog with standard buttons and a title, used for short-term interaction with the user. | |
Static Public Member Functions inherited from QQuickPopupPrivate | |
static QQuickPopupPrivate * | get (QQuickPopup *popup) |
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) |
Additional Inherited Members | |
Public Types inherited from QQuickPopupPrivate | |
enum | TransitionState { NoTransition , EnterTransition , ExitTransition } |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Public Types inherited from QSafeQuickItemChangeListener< QQuickPopupPrivate > | |
using | InDestructorTest |
using | WasDeletedTest |
Static Public Attributes inherited from QQuickPopupPrivate | |
static const QQuickPopup::ClosePolicy | DefaultClosePolicy = QQuickPopup::CloseOnEscape | QQuickPopup::CloseOnPressOutside |
Protected Member Functions inherited from QQuickPaletteProviderPrivateBase< QQuickPopup, QQuickPopupPrivate > | |
void | setCurrentColorGroup () |
Definition at line 29 of file qquickfontdialogimpl_p_p.h.
QT_BEGIN_NAMESPACE QQuickFontDialogImplPrivate::QQuickFontDialogImplPrivate | ( | ) |
Definition at line 17 of file qquickfontdialogimpl.cpp.
QQuickFontDialogImplAttached * QQuickFontDialogImplPrivate::attachedOrWarn | ( | ) |
Definition at line 21 of file qquickfontdialogimpl.cpp.
|
inlinestatic |
Definition at line 35 of file qquickfontdialogimpl_p_p.h.
|
overridevirtual |
Reimplemented from QQuickDialogPrivate.
Definition at line 33 of file qquickfontdialogimpl.cpp.
|
overridevirtual |
Reimplemented from QQuickDialogPrivate.
Definition at line 35 of file qquickfontdialogimpl.cpp.
void QQuickFontDialogImplPrivate::updateEnabled | ( | ) |
QFont QQuickFontDialogImplPrivate::currentFont |
Definition at line 49 of file qquickfontdialogimpl_p_p.h.
QSharedPointer<QFontDialogOptions> QQuickFontDialogImplPrivate::options |
Definition at line 47 of file qquickfontdialogimpl_p_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().