![]() |
Qt 6.x
The Qt SDK
|
#include <qstylehints_p.h>
Static Public Member Functions | |
static QStyleHintsPrivate * | get (QStyleHints *q) |
![]() | |
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 | |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Definition at line 25 of file qstylehints_p.h.
|
inline |
Definition at line 43 of file qstylehints_p.h.
Referenced by setColorScheme().
|
static |
Definition at line 611 of file qstylehints.cpp.
References Q_ASSERT.
Referenced by QGuiApplicationPrivate::createPlatformIntegration(), and QGuiApplicationPrivate::processThemeChanged().
void QStyleHintsPrivate::setColorScheme | ( | Qt::ColorScheme | colorScheme | ) |
QStyleHintsPrivate::setColorScheme - set a new color scheme. Set colorScheme as the new color scheme of the QStyleHints. The colorSchemeChanged signal will be emitted if present and new color scheme differ.
Definition at line 602 of file qstylehints.cpp.
References colorScheme(), and emit.
Referenced by QGuiApplicationPrivate::createPlatformIntegration(), and QGuiApplicationPrivate::processThemeChanged().
int QStyleHintsPrivate::m_cursorFlashTime = -1 |
Definition at line 34 of file qstylehints_p.h.
int QStyleHintsPrivate::m_keyboardInputInterval = -1 |
Definition at line 33 of file qstylehints_p.h.
int QStyleHintsPrivate::m_mouseDoubleClickDistance = -1 |
Definition at line 40 of file qstylehints_p.h.
int QStyleHintsPrivate::m_mouseDoubleClickInterval = -1 |
Definition at line 29 of file qstylehints_p.h.
int QStyleHintsPrivate::m_mousePressAndHoldInterval = -1 |
Definition at line 30 of file qstylehints_p.h.
int QStyleHintsPrivate::m_mouseQuickSelectionThreshold = -1 |
Definition at line 39 of file qstylehints_p.h.
int QStyleHintsPrivate::m_showShortcutsInContextMenus = -1 |
Definition at line 37 of file qstylehints_p.h.
int QStyleHintsPrivate::m_startDragDistance = -1 |
Definition at line 31 of file qstylehints_p.h.
int QStyleHintsPrivate::m_startDragTime = -1 |
Definition at line 32 of file qstylehints_p.h.
int QStyleHintsPrivate::m_tabFocusBehavior = -1 |
Definition at line 35 of file qstylehints_p.h.
int QStyleHintsPrivate::m_touchDoubleTapDistance = -1 |
Definition at line 41 of file qstylehints_p.h.
int QStyleHintsPrivate::m_uiEffects = -1 |
Definition at line 36 of file qstylehints_p.h.
int QStyleHintsPrivate::m_wheelScrollLines = -1 |
Definition at line 38 of file qstylehints_p.h.