![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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< QColor > | colors |
QList< int > | pixels |
Definition at line 15 of file qcolormap_x11.cpp.
|
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().
|
inline |
Definition at line 18 of file qcolormap_x11.cpp.
int QXcbColormapPrivate::b_max |
Definition at line 39 of file qcolormap_x11.cpp.
Referenced by QXcbColormapPrivate(), QXcbColormap::colorAt(), init_direct(), init_indexed(), QXcbColormap::initialize(), QXcbColormap::pixel(), query_colormap(), and QXcbColormap::size().
uint QXcbColormapPrivate::b_shift |
Definition at line 43 of file qcolormap_x11.cpp.
Colormap QXcbColormapPrivate::colormap |
Definition at line 31 of file qcolormap_x11.cpp.
Referenced by QXcbColormapPrivate(), QXcbColormap::~QXcbColormap(), init_gray(), init_indexed(), QXcbColormap::initialize(), and query_colormap().
Definition at line 45 of file qcolormap_x11.cpp.
bool QXcbColormapPrivate::defaultColormap |
Definition at line 32 of file qcolormap_x11.cpp.
Referenced by QXcbColormapPrivate(), QXcbColormap::~QXcbColormap(), and QXcbColormap::initialize().
bool QXcbColormapPrivate::defaultVisual |
Definition at line 35 of file qcolormap_x11.cpp.
Referenced by QXcbColormapPrivate(), and QXcbColormap::initialize().
int QXcbColormapPrivate::depth |
Definition at line 29 of file qcolormap_x11.cpp.
Referenced by QXcbColormapPrivate(), QXcbColormap::depth(), QXcbColormap::initialize(), and query_colormap().
int QXcbColormapPrivate::g_max |
Definition at line 38 of file qcolormap_x11.cpp.
Referenced by QXcbColormapPrivate(), QXcbColormap::colorAt(), init_direct(), init_gray(), init_indexed(), QXcbColormap::initialize(), QXcbColormap::pixel(), query_colormap(), and QXcbColormap::size().
uint QXcbColormapPrivate::g_shift |
Definition at line 42 of file qcolormap_x11.cpp.
QXcbColormap::Mode QXcbColormapPrivate::mode |
Definition at line 28 of file qcolormap_x11.cpp.
Referenced by QXcbColormapPrivate(), QXcbColormap::colorAt(), QXcbColormap::initialize(), QXcbColormap::mode(), QXcbColormap::pixel(), query_colormap(), and QXcbColormap::size().
QList< int > QXcbColormapPrivate::pixels |
Definition at line 46 of file qcolormap_x11.cpp.
int QXcbColormapPrivate::r_max |
Definition at line 37 of file qcolormap_x11.cpp.
Referenced by QXcbColormapPrivate(), QXcbColormap::colorAt(), init_direct(), init_gray(), init_indexed(), QXcbColormap::initialize(), QXcbColormap::pixel(), query_colormap(), and QXcbColormap::size().
uint QXcbColormapPrivate::r_shift |
Definition at line 41 of file qcolormap_x11.cpp.
QAtomicInt QXcbColormapPrivate::ref |
Definition at line 26 of file qcolormap_x11.cpp.
Visual * QXcbColormapPrivate::visual |
Definition at line 34 of file qcolormap_x11.cpp.
Referenced by QXcbColormapPrivate(), QXcbColormap::colorAt(), init_direct(), init_gray(), init_indexed(), QXcbColormap::initialize(), and query_colormap().