![]() |
Qt 6.x
The Qt SDK
|
#include <qnamespace.h>
Public Types | |
enum | PaintDeviceFlags { UnknownDevice = 0x00 , Widget = 0x01 , Pixmap = 0x02 , Image = 0x03 , Printer = 0x04 , Picture = 0x05 , Pbuffer = 0x06 , FramebufferObject = 0x07 , CustomRaster = 0x08 , PaintBuffer = 0x0a , OpenGL = 0x0b } |
enum | RelayoutType { RelayoutNormal , RelayoutDragging , RelayoutDropped } |
enum | DockPosition { LeftDock , RightDock , TopDock , BottomDock , DockCount } |
enum | Callback { EventNotifyCallback , LastCallback } |
Static Public Member Functions | |
static bool | registerCallback (Callback, qInternalCallback) |
static bool | unregisterCallback (Callback, qInternalCallback) |
static bool | activateCallbacks (Callback, void **) |
Definition at line 1819 of file qnamespace.h.
enum QInternal::Callback |
Enumerator | |
---|---|
EventNotifyCallback | |
LastCallback |
Definition at line 1848 of file qnamespace.h.
Enumerator | |
---|---|
LeftDock | |
RightDock | |
TopDock | |
BottomDock | |
DockCount |
Definition at line 1840 of file qnamespace.h.
Enumerator | |
---|---|
UnknownDevice | |
Widget | |
Pixmap | |
Image | |
Printer | |
Picture | |
Pbuffer | |
FramebufferObject | |
CustomRaster | |
PaintBuffer | |
OpenGL |
Definition at line 1821 of file qnamespace.h.
Enumerator | |
---|---|
RelayoutNormal | |
RelayoutDragging | |
RelayoutDropped |
Definition at line 1834 of file qnamespace.h.
Definition at line 198 of file qglobal.cpp.
References QInternal_CallBackTable::callbacks, callbacks, cb, i, Q_ASSERT_X, and ret.
|
static |
Definition at line 176 of file qglobal.cpp.
References QList< T >::append(), QInternal_CallBackTable::callbacks, cb, LastCallback, and QList< T >::resize().
|
static |
Definition at line 187 of file qglobal.cpp.
References QInternal_CallBackTable::callbacks, cb, LastCallback, and QList< T >::removeAll().