![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 1865 of file qnamespace.h.
| enum QInternal::Callback |
| Enumerator | |
|---|---|
| EventNotifyCallback | |
| LastCallback | |
Definition at line 1894 of file qnamespace.h.
| Enumerator | |
|---|---|
| LeftDock | |
| RightDock | |
| TopDock | |
| BottomDock | |
| DockCount | |
Definition at line 1886 of file qnamespace.h.
| Enumerator | |
|---|---|
| UnknownDevice | |
| Widget | |
| Pixmap | |
| Image | |
| Printer | |
| Picture | |
| Pbuffer | |
| FramebufferObject | |
| CustomRaster | |
| PaintBuffer | |
| OpenGL | |
Definition at line 1867 of file qnamespace.h.
| Enumerator | |
|---|---|
| RelayoutNormal | |
| RelayoutDragging | |
| RelayoutDropped | |
Definition at line 1880 of file qnamespace.h.
Definition at line 155 of file qglobal.cpp.
|
static |
Definition at line 133 of file qglobal.cpp.
|
static |
Definition at line 144 of file qglobal.cpp.