Definition at line 34 of file qwt_compass_rose.h.
Public Member Functions | |
QwtSimpleCompassRose (int numThorns=8, int numThornLevels=-1) | |
void | setWidth (double w) |
double | width () const |
void | setNumThorns (int count) |
int | numThorns () const |
void | setNumThornLevels (int count) |
int | numThornLevels () const |
void | setShrinkFactor (double factor) |
double | shrinkFactor () const |
virtual void | draw (QPainter *, const QPoint ¢er, int radius, double north, QPalette::ColorGroup=QPalette::Active) const |
Static Public Member Functions | |
static void | drawRose (QPainter *, const QColorGroup &, const QPoint ¢er, int radius, double origin, double width, int numThorns, int numThornLevels, double shrinkFactor) |
|
Set the width of the rose heads. Lower value make thinner heads. The range is limited from 0.03 to 0.4. Definition at line 204 of file qwt_compass_rose.cpp. |