![]() |
Qt 6.x
The Qt SDK
|
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< QColor > | colors |
QList< int > | pixels |
Definition at line 14 of file qcolormap_x11.cpp.
|
inline |
Definition at line 17 of file qcolormap_x11.cpp.
int QXcbColormapPrivate::b_max |
Definition at line 38 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::colorAt(), QXcbColormap::pixel(), and QXcbColormap::size().
uint QXcbColormapPrivate::b_shift |
Definition at line 42 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::colorAt(), and QXcbColormap::pixel().
Colormap QXcbColormapPrivate::colormap |
Definition at line 30 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::~QXcbColormap().
Definition at line 44 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::colorAt(), and QXcbColormap::colormap().
bool QXcbColormapPrivate::defaultColormap |
Definition at line 31 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::~QXcbColormap().
bool QXcbColormapPrivate::defaultVisual |
Definition at line 34 of file qcolormap_x11.cpp.
int QXcbColormapPrivate::depth |
Definition at line 28 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::depth().
int QXcbColormapPrivate::g_max |
Definition at line 37 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::colorAt(), QXcbColormap::pixel(), and QXcbColormap::size().
uint QXcbColormapPrivate::g_shift |
Definition at line 41 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::colorAt(), and QXcbColormap::pixel().
QXcbColormap::Mode QXcbColormapPrivate::mode |
Definition at line 27 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::colorAt(), QXcbColormap::mode(), QXcbColormap::pixel(), and QXcbColormap::size().
QList<int> QXcbColormapPrivate::pixels |
Definition at line 45 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::pixel().
int QXcbColormapPrivate::r_max |
Definition at line 36 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::colorAt(), QXcbColormap::pixel(), and QXcbColormap::size().
uint QXcbColormapPrivate::r_shift |
Definition at line 40 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::colorAt(), and QXcbColormap::pixel().
QAtomicInt QXcbColormapPrivate::ref |
Definition at line 25 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::QXcbColormap(), and QXcbColormap::~QXcbColormap().
Visual* QXcbColormapPrivate::visual |
Definition at line 33 of file qcolormap_x11.cpp.
Referenced by QXcbColormap::colorAt().