![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QColormapPrivate:Public Member Functions | |
| QColormapPrivate () | |
Public Attributes | |
| QAtomicInt | ref |
| QColormap::Mode | mode |
| int | depth |
| int | numcolors |
Definition at line 12 of file qcolormap.cpp.
|
inline |
Definition at line 15 of file qcolormap.cpp.
| int QColormapPrivate::depth |
Definition at line 22 of file qcolormap.cpp.
Referenced by QColormap::colorAt(), QColormap::depth(), QColormap::initialize(), and QColormap::pixel().
| QColormap::Mode QColormapPrivate::mode |
Definition at line 21 of file qcolormap.cpp.
Referenced by QColormap::colorAt(), QColormap::initialize(), QColormap::mode(), and QColormap::pixel().
| int QColormapPrivate::numcolors |
Definition at line 23 of file qcolormap.cpp.
Referenced by QColormap::initialize(), and QColormap::size().
| QAtomicInt QColormapPrivate::ref |
Definition at line 19 of file qcolormap.cpp.
Referenced by QColormap::QColormap(), and QColormap::~QColormap().