Vector-drawn QPixmaps
The PixData object stores information used to create a vector-drawn QPixmap.Performs rescalings and conversion to a QPixmap. Data for the drawing is fed in as a RawPixData variable.
bool fixedScale
You should not change this variable.
int nobj
You should not change this variable.
bool filled
You should not change this variable.
QCOORD** dcoords
You should not change this variable. Instead, you should
define a RawPixData variable and use this variable in a
constructor call.
int* npoints
You should not change this variable.
char* drawtype
You should not change this variable.
PixData( void )
PixData( PixData& pd )
PixData( RawPixData rawdat, float bscale=1.0 )
void rescale( float bscale=1.0 )
You must recall toPixmap() to make your changes active.
void setColor( const QColor& fore, const QColor& back )
You must recall toPixmap() to make your changes active.
QPixmap toPixmap( void )
PixData& operator=(PixData& pd)
Copyright 1997 by John Weiss [John.Weiss@colorado.edu]
"generated by doc++"?! More like mangled generated by doc++