Qt 4.8
|
#include <qnamespace.h>
Public Types | |
enum | Callback { ConnectCallback, DisconnectCallback, AdoptCurrentThread, EventNotifyCallback, LastCallback } |
enum | DockPosition { LeftDock, RightDock, TopDock, BottomDock, DockCount } |
enum | InternalFunction { CreateThreadForAdoption, RefAdoptedThread, DerefAdoptedThread, SetCurrentThreadToMainThread, SetQObjectSender, GetQObjectSender, ResetQObjectSender, LastInternalFunction } |
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 } |
Static Public Functions | |
static bool | activateCallbacks (Callback, void **) |
static bool | callFunction (InternalFunction func, void **) |
static bool | registerCallback (Callback, qInternalCallback) |
static bool | unregisterCallback (Callback, qInternalCallback) |
Definition at line 1820 of file qnamespace.h.
enum QInternal::Callback |
Enumerator | |
---|---|
ConnectCallback | |
DisconnectCallback | |
AdoptCurrentThread | |
EventNotifyCallback | |
LastCallback |
Definition at line 1843 of file qnamespace.h.
Enumerator | |
---|---|
LeftDock | |
RightDock | |
TopDock | |
BottomDock | |
DockCount |
Definition at line 1862 of file qnamespace.h.
Enumerator | |
---|---|
CreateThreadForAdoption | |
RefAdoptedThread | |
DerefAdoptedThread | |
SetCurrentThreadToMainThread | |
SetQObjectSender | |
GetQObjectSender | |
ResetQObjectSender | |
LastInternalFunction |
Definition at line 1851 of file qnamespace.h.
Enumerator | |
---|---|
UnknownDevice | |
Widget | |
Pixmap | |
Image | |
Printer | |
Picture | |
Pbuffer | |
FramebufferObject | |
CustomRaster | |
MacQuartz | |
PaintBuffer | |
OpenGL |
Definition at line 1822 of file qnamespace.h.
Enumerator | |
---|---|
RelayoutNormal | |
RelayoutDragging | |
RelayoutDropped |
Definition at line 1836 of file qnamespace.h.
|
static |
Definition at line 3653 of file qglobal.cpp.
Referenced by QObject::connect(), QThreadData::current(), QObject::disconnect(), QCoreApplication::notifyInternal(), and qt_free_tls().
|
static |
Definition at line 3670 of file qglobal.cpp.
|
static |
Definition at line 3633 of file qglobal.cpp.
Referenced by QScriptDebugger::setFrontend().
|
static |
Definition at line 3644 of file qglobal.cpp.
Referenced by QScriptDebugger::~QScriptDebugger().