#include <qnamespace.h>
Definition at line 1820 of file qnamespace.h.
Public Types | |
enum | PaintDeviceFlags { UnknownDevice = 0x00, Widget = 0x01, Pixmap = 0x02, Image = 0x03, Printer = 0x04, Picture = 0x05, Pbuffer = 0x06, FramebufferObject = 0x07, CustomRaster = 0x08, MacQuartz = 0x09, PaintBuffer = 0x0a, OpenGL = 0x0b } |
enum | RelayoutType { RelayoutNormal, RelayoutDragging, RelayoutDropped } |
enum | Callback { ConnectCallback, DisconnectCallback, AdoptCurrentThread, EventNotifyCallback, LastCallback } |
enum | InternalFunction { CreateThreadForAdoption, RefAdoptedThread, DerefAdoptedThread, SetCurrentThreadToMainThread, SetQObjectSender, GetQObjectSender, ResetQObjectSender, LastInternalFunction } |
enum | DockPosition { LeftDock, RightDock, TopDock, BottomDock, DockCount } |
Static Public Member Functions | |
static bool | registerCallback (Callback, qInternalCallback) |
static bool | unregisterCallback (Callback, qInternalCallback) |
static bool | activateCallbacks (Callback, void **) |
static bool | callFunction (InternalFunction func, void **) |
enum PaintDeviceFlags |
Enumerator | |
---|---|
UnknownDevice | |
Widget | |
Pixmap | |
Image | |
Printer | |
Picture | |
Pbuffer | |
FramebufferObject | |
CustomRaster | |
MacQuartz | |
PaintBuffer | |
OpenGL |
Definition at line 1822 of file qnamespace.h.
enum RelayoutType |
Enumerator | |
---|---|
RelayoutNormal | |
RelayoutDragging | |
RelayoutDropped |
Definition at line 1836 of file qnamespace.h.
enum Callback |
Enumerator | |
---|---|
ConnectCallback | |
DisconnectCallback | |
AdoptCurrentThread | |
EventNotifyCallback | |
LastCallback |
Definition at line 1843 of file qnamespace.h.
enum InternalFunction |
Enumerator | |
---|---|
CreateThreadForAdoption | |
RefAdoptedThread | |
DerefAdoptedThread | |
SetCurrentThreadToMainThread | |
SetQObjectSender | |
GetQObjectSender | |
ResetQObjectSender | |
LastInternalFunction |
Definition at line 1851 of file qnamespace.h.
enum DockPosition |
Enumerator | |
---|---|
LeftDock | |
RightDock | |
TopDock | |
BottomDock | |
DockCount |
Definition at line 1862 of file qnamespace.h.
|
static |
|
static |
|
static |