![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 44 of file qstylehints_p.h.
|
static |
Definition at line 708 of file qstylehints.cpp.
void QStyleHintsPrivate::updateColorScheme | ( | Qt::ColorScheme | colorScheme | ) |
QStyleHintsPrivate::updateColorScheme - set a new color scheme.
This function is called by the QPA plugin when the system theme changes. This in turn might be the result of an explicit request of a color scheme via setColorScheme.
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 699 of file qstylehints.cpp.
int QStyleHintsPrivate::m_contextMenuTrigger = -1 |
Definition at line 38 of file qstylehints_p.h.
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 41 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 40 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 42 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 39 of file qstylehints_p.h.