Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QXcbColormapPrivate Class Reference
Collaboration diagram for QXcbColormapPrivate:

Public Member Functions

 QXcbColormapPrivate ()
 QXcbColormapPrivate ()

Public Attributes

QAtomicInt ref
QXcbColormap::Mode mode
int depth
Colormap colormap
bool defaultColormap
Visual * visual
bool defaultVisual
int r_max
int g_max
int b_max
uint r_shift
uint g_shift
uint b_shift
QList< QColorcolors
QList< int > pixels

Detailed Description

Definition at line 15 of file qcolormap_x11.cpp.

Constructor & Destructor Documentation

◆ QXcbColormapPrivate() [1/2]

QXcbColormapPrivate::QXcbColormapPrivate ( )
inline

Definition at line 18 of file qcolormap_x11.cpp.

References QXcbColormapPrivate(), b_max, colormap, defaultColormap, defaultVisual, depth, QXcbColormap::Direct, g_max, mode, r_max, and visual.

Referenced by QXcbColormapPrivate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QXcbColormapPrivate() [2/2]

QXcbColormapPrivate::QXcbColormapPrivate ( )
inline

Definition at line 18 of file qcolormap_x11.cpp.

Member Data Documentation

◆ b_max

◆ b_shift

uint QXcbColormapPrivate::b_shift

Definition at line 43 of file qcolormap_x11.cpp.

◆ colormap

◆ colors

QList< QColor > QXcbColormapPrivate::colors

Definition at line 45 of file qcolormap_x11.cpp.

◆ defaultColormap

bool QXcbColormapPrivate::defaultColormap

◆ defaultVisual

bool QXcbColormapPrivate::defaultVisual

Definition at line 35 of file qcolormap_x11.cpp.

Referenced by QXcbColormapPrivate(), and QXcbColormap::initialize().

◆ depth

int QXcbColormapPrivate::depth

◆ g_max

◆ g_shift

uint QXcbColormapPrivate::g_shift

Definition at line 42 of file qcolormap_x11.cpp.

◆ mode

◆ pixels

QList< int > QXcbColormapPrivate::pixels

Definition at line 46 of file qcolormap_x11.cpp.

◆ r_max

◆ r_shift

uint QXcbColormapPrivate::r_shift

Definition at line 41 of file qcolormap_x11.cpp.

◆ ref

QAtomicInt QXcbColormapPrivate::ref

Definition at line 26 of file qcolormap_x11.cpp.

◆ visual

Visual * QXcbColormapPrivate::visual

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