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
QXcbColormapPrivate Class Reference
+ Collaboration diagram for QXcbColormapPrivate:

Public Member Functions

 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 14 of file qcolormap_x11.cpp.

Constructor & Destructor Documentation

◆ QXcbColormapPrivate()

QXcbColormapPrivate::QXcbColormapPrivate ( )
inline

Definition at line 17 of file qcolormap_x11.cpp.

Member Data Documentation

◆ b_max

int QXcbColormapPrivate::b_max

◆ b_shift

uint QXcbColormapPrivate::b_shift

Definition at line 42 of file qcolormap_x11.cpp.

Referenced by QXcbColormap::colorAt(), and QXcbColormap::pixel().

◆ colormap

Colormap QXcbColormapPrivate::colormap

Definition at line 30 of file qcolormap_x11.cpp.

Referenced by QXcbColormap::~QXcbColormap().

◆ colors

QList<QColor> QXcbColormapPrivate::colors

Definition at line 44 of file qcolormap_x11.cpp.

Referenced by QXcbColormap::colorAt(), and QXcbColormap::colormap().

◆ defaultColormap

bool QXcbColormapPrivate::defaultColormap

Definition at line 31 of file qcolormap_x11.cpp.

Referenced by QXcbColormap::~QXcbColormap().

◆ defaultVisual

bool QXcbColormapPrivate::defaultVisual

Definition at line 34 of file qcolormap_x11.cpp.

◆ depth

int QXcbColormapPrivate::depth

Definition at line 28 of file qcolormap_x11.cpp.

Referenced by QXcbColormap::depth().

◆ g_max

int QXcbColormapPrivate::g_max

◆ g_shift

uint QXcbColormapPrivate::g_shift

Definition at line 41 of file qcolormap_x11.cpp.

Referenced by QXcbColormap::colorAt(), and QXcbColormap::pixel().

◆ mode

QXcbColormap::Mode QXcbColormapPrivate::mode

◆ pixels

QList<int> QXcbColormapPrivate::pixels

Definition at line 45 of file qcolormap_x11.cpp.

Referenced by QXcbColormap::pixel().

◆ r_max

int QXcbColormapPrivate::r_max

◆ r_shift

uint QXcbColormapPrivate::r_shift

Definition at line 40 of file qcolormap_x11.cpp.

Referenced by QXcbColormap::colorAt(), and QXcbColormap::pixel().

◆ ref

QAtomicInt QXcbColormapPrivate::ref

Definition at line 25 of file qcolormap_x11.cpp.

Referenced by QXcbColormap::QXcbColormap(), and QXcbColormap::~QXcbColormap().

◆ visual

Visual* QXcbColormapPrivate::visual

Definition at line 33 of file qcolormap_x11.cpp.

Referenced by QXcbColormap::colorAt().


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