Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QInternal Class Reference

#include <qnamespace.h>

+ Collaboration diagram for QInternal:

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 **)
 

Detailed Description

Definition at line 1819 of file qnamespace.h.

Member Enumeration Documentation

◆ Callback

Enumerator
EventNotifyCallback 
LastCallback 

Definition at line 1848 of file qnamespace.h.

◆ DockPosition

Enumerator
LeftDock 
RightDock 
TopDock 
BottomDock 
DockCount 

Definition at line 1840 of file qnamespace.h.

◆ PaintDeviceFlags

Enumerator
UnknownDevice 
Widget 
Pixmap 
Image 
Printer 
Picture 
Pbuffer 
FramebufferObject 
CustomRaster 
PaintBuffer 
OpenGL 

Definition at line 1821 of file qnamespace.h.

◆ RelayoutType

Enumerator
RelayoutNormal 
RelayoutDragging 
RelayoutDropped 

Definition at line 1834 of file qnamespace.h.

Member Function Documentation

◆ activateCallbacks()

bool QInternal::activateCallbacks ( Callback  cb,
void **  parameters 
)
static

Definition at line 198 of file qglobal.cpp.

References QInternal_CallBackTable::callbacks, callbacks, cb, i, Q_ASSERT_X, and ret.

◆ registerCallback()

bool QInternal::registerCallback ( Callback  cb,
qInternalCallback  callback 
)
static

Definition at line 176 of file qglobal.cpp.

References QList< T >::append(), QInternal_CallBackTable::callbacks, cb, LastCallback, and QList< T >::resize().

+ Here is the call graph for this function:

◆ unregisterCallback()

bool QInternal::unregisterCallback ( Callback  cb,
qInternalCallback  callback 
)
static

Definition at line 187 of file qglobal.cpp.

References QInternal_CallBackTable::callbacks, cb, LastCallback, and QList< T >::removeAll().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: