Qt 4.8
Public Functions | Public Variables | List of all members
QColormapPrivate Class Reference

Public Functions

 QColormapPrivate ()
 
 QColormapPrivate ()
 
 QColormapPrivate ()
 
 QColormapPrivate ()
 
 QColormapPrivate ()
 

Public Variables

int b_max
 
uint b_shift
 
Colormap colormap
 
QVector< QColorcolors
 
bool defaultColormap
 
bool defaultVisual
 
int depth
 
int g_max
 
uint g_shift
 
HPALETTE hpal
 
QColormap::Mode mode
 
int numcolors
 
QVector< QColorpalette
 
QVector< int > pixels
 
int r_max
 
uint r_shift
 
QAtomicInt ref
 
Visual * visual
 

Detailed Description

Definition at line 47 of file qcolormap_mac.cpp.

Constructors and Destructors

◆ QColormapPrivate() [1/5]

QColormapPrivate::QColormapPrivate ( )
inline

Definition at line 50 of file qcolormap_mac.cpp.

51  : ref(1)
52  { }

◆ QColormapPrivate() [2/5]

QColormapPrivate::QColormapPrivate ( )
inline

Definition at line 53 of file qcolormap_qpa.cpp.

◆ QColormapPrivate() [3/5]

QColormapPrivate::QColormapPrivate ( )
inline

Definition at line 53 of file qcolormap_qws.cpp.

◆ QColormapPrivate() [4/5]

QColormapPrivate::QColormapPrivate ( )
inline

Definition at line 56 of file qcolormap_win.cpp.

57  : ref(1), mode(QColormap::Direct), depth(0), hpal(0)
58  { }
QColormap::Mode mode

◆ QColormapPrivate() [5/5]

QColormapPrivate::QColormapPrivate ( )
inline

Properties

◆ b_max

int QColormapPrivate::b_max

Definition at line 79 of file qcolormap_x11.cpp.

Referenced by init_direct(), init_indexed(), and query_colormap().

◆ b_shift

uint QColormapPrivate::b_shift

Definition at line 83 of file qcolormap_x11.cpp.

Referenced by init_direct().

◆ colormap

Colormap QColormapPrivate::colormap

Definition at line 71 of file qcolormap_x11.cpp.

Referenced by init_direct(), init_gray(), init_indexed(), and query_colormap().

◆ colors

QVector<QColor> QColormapPrivate::colors

Definition at line 85 of file qcolormap_x11.cpp.

Referenced by query_colormap().

◆ defaultColormap

bool QColormapPrivate::defaultColormap

Definition at line 72 of file qcolormap_x11.cpp.

◆ defaultVisual

bool QColormapPrivate::defaultVisual

Definition at line 75 of file qcolormap_x11.cpp.

◆ depth

int QColormapPrivate::depth

Definition at line 60 of file qcolormap_qpa.cpp.

Referenced by QColormapPrivate(), and query_colormap().

◆ g_max

int QColormapPrivate::g_max

Definition at line 78 of file qcolormap_x11.cpp.

Referenced by init_direct(), init_gray(), init_indexed(), and query_colormap().

◆ g_shift

uint QColormapPrivate::g_shift

Definition at line 82 of file qcolormap_x11.cpp.

Referenced by init_direct().

◆ hpal

HPALETTE QColormapPrivate::hpal

Definition at line 66 of file qcolormap_win.cpp.

Referenced by QColormap::hPal().

◆ mode

QColormap::Mode QColormapPrivate::mode

Definition at line 59 of file qcolormap_qpa.cpp.

Referenced by QColormapPrivate(), and query_colormap().

◆ numcolors

int QColormapPrivate::numcolors

Definition at line 61 of file qcolormap_qpa.cpp.

Referenced by QColormapPrivate().

◆ palette

QVector<QColor> QColormapPrivate::palette

Definition at line 67 of file qcolormap_win.cpp.

◆ pixels

QVector<int> QColormapPrivate::pixels

Definition at line 86 of file qcolormap_x11.cpp.

Referenced by init_gray(), init_indexed(), and query_colormap().

◆ r_max

int QColormapPrivate::r_max

Definition at line 77 of file qcolormap_x11.cpp.

Referenced by init_direct(), init_gray(), init_indexed(), and query_colormap().

◆ r_shift

uint QColormapPrivate::r_shift

Definition at line 81 of file qcolormap_x11.cpp.

Referenced by init_direct().

◆ ref

QAtomicInt QColormapPrivate::ref

Definition at line 54 of file qcolormap_mac.cpp.

Referenced by QColormap::QColormap(), QColormapPrivate(), and QColormap::~QColormap().

◆ visual

Visual* QColormapPrivate::visual

Definition at line 74 of file qcolormap_x11.cpp.

Referenced by find_visual(), init_direct(), init_gray(), init_indexed(), and query_colormap().


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