Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 1828 of file qnamespace.h.

Member Enumeration Documentation

◆ Callback

Enumerator
EventNotifyCallback 
LastCallback 

Definition at line 1857 of file qnamespace.h.

◆ DockPosition

Enumerator
LeftDock 
RightDock 
TopDock 
BottomDock 
DockCount 

Definition at line 1849 of file qnamespace.h.

◆ PaintDeviceFlags

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

Definition at line 1830 of file qnamespace.h.

◆ RelayoutType

Enumerator
RelayoutNormal 
RelayoutDragging 
RelayoutDropped 

Definition at line 1843 of file qnamespace.h.

Member Function Documentation

◆ activateCallbacks()

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

Definition at line 154 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 132 of file qglobal.cpp.

References cb, and LastCallback.

◆ unregisterCallback()

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

Definition at line 143 of file qglobal.cpp.

References cb, and LastCallback.


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