Definition at line 1800 of file qnamespace.h.
#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, 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 |
| UnknownDevice | |
| Widget | |
| Pixmap | |
| Image | |
| Printer | |
| Picture | |
| Pbuffer | |
| FramebufferObject | |
| CustomRaster | |
| MacQuartz | |
| PaintBuffer | |
| OpenGL |
Definition at line 1802 of file qnamespace.h.
{
UnknownDevice = 0x00,
Widget = 0x01,
Pixmap = 0x02,
Image = 0x03,
Printer = 0x04,
Picture = 0x05,
Pbuffer = 0x06, // GL pbuffer
FramebufferObject = 0x07, // GL framebuffer object
CustomRaster = 0x08,
MacQuartz = 0x09,
PaintBuffer = 0x0a,
OpenGL = 0x0b
};
| enum RelayoutType |
Definition at line 1816 of file qnamespace.h.
| enum Callback |
Definition at line 1823 of file qnamespace.h.
| enum InternalFunction |
| CreateThreadForAdoption | |
| RefAdoptedThread | |
| DerefAdoptedThread | |
| SetCurrentThreadToMainThread | |
| SetQObjectSender | |
| GetQObjectSender | |
| ResetQObjectSender | |
| LastInternalFunction |
Definition at line 1831 of file qnamespace.h.
| enum DockPosition |
Definition at line 1842 of file qnamespace.h.
{
LeftDock,
RightDock,
TopDock,
BottomDock,
DockCount
};
| static bool registerCallback | ( | Callback | , |
| qInternalCallback | |||
| ) | [static] |
| static bool unregisterCallback | ( | Callback | , |
| qInternalCallback | |||
| ) | [static] |
| static bool activateCallbacks | ( | Callback | , |
| void ** | |||
| ) | [static] |
| static bool callFunction | ( | InternalFunction | func, |
| void ** | |||
| ) | [static] |