![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qabstractbutton_p.h>
Additional Inherited Members | |
![]() | |
enum | DrawWidgetFlag { DrawAsRoot = 0x01 , DrawPaintOnScreen = 0x02 , DrawRecursive = 0x04 , DrawInvisible = 0x08 , DontSubtractOpaqueChildren = 0x10 , DontDrawOpaqueChildren = 0x20 , DontDrawNativeChildren = 0x40 , DontSetCompositionMode = 0x80 , UseEffectRegionBounds = 0x100 } |
enum | Direction { DirectionNorth = 0x01 , DirectionEast = 0x10 , DirectionSouth = 0x02 , DirectionWest = 0x20 } |
enum class | WindowHandleMode { Direct , Closest , TopLevel } |
enum | CloseMode { CloseNoEvent , CloseWithEvent , CloseWithSpontaneousEvent } |
enum class | FocusDirection { Previous , Next } |
enum class | FocusChainRemovalRule { EnsureFocusOut = 0x01 , AssertConsistency = 0x02 } |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
![]() | |
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 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) |
![]() | |
static QWidgetMapper * | mapper = nullptr |
static QWidgetSet * | allWidgets = nullptr |
static int | instanceCounter = 0 |
static int | maxInstances = 0 |
Definition at line 26 of file qabstractbutton_p.h.
QAbstractButtonPrivate::QAbstractButtonPrivate | ( | QSizePolicy::ControlType | type = QSizePolicy::DefaultType | ) |
Definition at line 138 of file qabstractbutton.cpp.
References autoRepeatDelay, autoRepeatInterval, and shortcutId.
void QAbstractButtonPrivate::click | ( | ) |
Definition at line 345 of file qabstractbutton.cpp.
References emitClicked(), emitReleased(), and refresh().
void QAbstractButtonPrivate::emitClicked | ( | ) |
Definition at line 377 of file qabstractbutton.cpp.
Referenced by click().
void QAbstractButtonPrivate::emitPressed | ( | ) |
Definition at line 391 of file qabstractbutton.cpp.
void QAbstractButtonPrivate::emitReleased | ( | ) |
Definition at line 405 of file qabstractbutton.cpp.
Referenced by click().
void QAbstractButtonPrivate::emitToggled | ( | bool | checked | ) |
Definition at line 419 of file qabstractbutton.cpp.
void QAbstractButtonPrivate::fixFocusPolicy | ( | ) |
Definition at line 304 of file qabstractbutton.cpp.
void QAbstractButtonPrivate::init | ( | ) |
Definition at line 325 of file qabstractbutton.cpp.
void QAbstractButtonPrivate::moveFocus | ( | int | key | ) |
Definition at line 213 of file qabstractbutton.cpp.
References QPainter::QWidget.
void QAbstractButtonPrivate::notifyChecked | ( | ) |
Definition at line 196 of file qabstractbutton.cpp.
QList< QAbstractButton * > QAbstractButtonPrivate::queryButtonList | ( | ) | const |
Definition at line 153 of file qabstractbutton.cpp.
QAbstractButton * QAbstractButtonPrivate::queryCheckedButton | ( | ) | const |
Definition at line 176 of file qabstractbutton.cpp.
void QAbstractButtonPrivate::refresh | ( | ) |
Definition at line 336 of file qabstractbutton.cpp.
Referenced by click().
QBasicTimer QAbstractButtonPrivate::animateTimer |
Definition at line 51 of file qabstractbutton_p.h.
uint QAbstractButtonPrivate::autoExclusive |
Definition at line 42 of file qabstractbutton_p.h.
uint QAbstractButtonPrivate::autoRepeat |
Definition at line 41 of file qabstractbutton_p.h.
int QAbstractButtonPrivate::autoRepeatDelay |
Definition at line 53 of file qabstractbutton_p.h.
Referenced by QAbstractButtonPrivate().
int QAbstractButtonPrivate::autoRepeatInterval |
Definition at line 53 of file qabstractbutton_p.h.
Referenced by QAbstractButtonPrivate().
uint QAbstractButtonPrivate::blockRefresh |
Definition at line 44 of file qabstractbutton_p.h.
uint QAbstractButtonPrivate::checkable |
Definition at line 39 of file qabstractbutton_p.h.
uint QAbstractButtonPrivate::checked |
Definition at line 40 of file qabstractbutton_p.h.
QSizePolicy::ControlType QAbstractButtonPrivate::controlType |
Definition at line 55 of file qabstractbutton_p.h.
uint QAbstractButtonPrivate::down |
Definition at line 43 of file qabstractbutton_p.h.
QIcon QAbstractButtonPrivate::icon |
Definition at line 33 of file qabstractbutton_p.h.
QSize QAbstractButtonPrivate::iconSize |
Definition at line 34 of file qabstractbutton_p.h.
uint QAbstractButtonPrivate::pressed |
Definition at line 45 of file qabstractbutton_p.h.
QBasicTimer QAbstractButtonPrivate::repeatTimer |
Definition at line 50 of file qabstractbutton_p.h.
QKeySequence QAbstractButtonPrivate::shortcut |
Definition at line 36 of file qabstractbutton_p.h.
int QAbstractButtonPrivate::shortcutId |
Definition at line 37 of file qabstractbutton_p.h.
Referenced by QAbstractButtonPrivate().
|
mutable |
Definition at line 56 of file qabstractbutton_p.h.
QString QAbstractButtonPrivate::text |
Definition at line 32 of file qabstractbutton_p.h.