ProcessViewBrowser-ServerProgramming
|
Functions | |
int | qwtCompassSetSimpleCompassRose (PARAM *p, int id, int numThorns, int numThornLevels, float width=0.2f) |
int | qwtCompassSetRange (PARAM *p, int id, float vmin, float vmax, float step=0.0f) |
int | qwtCompassSetMass (PARAM *p, int id, float mass) |
int | qwtCompassSetReadOnly (PARAM *p, int id, int rdonly) |
int | qwtCompassSetFrameShadow (PARAM *p, int id, int shadow) |
int | qwtCompassShowBackground (PARAM *p, int id, int show) |
int | qwtCompassSetLineWidth (PARAM *p, int id, int width) |
int | qwtCompassSetMode (PARAM *p, int id, int mode) |
int | qwtCompassSetWrapping (PARAM *p, int id, int wrap) |
int | qwtCompassSetScale (PARAM *p, int id, int maxMajIntv, int maxMinIntv, float step) |
int | qwtCompassSetScaleArc (PARAM *p, int id, float min, float max) |
int | qwtCompassSetOrigin (PARAM *p, int id, float o) |
int | qwtCompassSetNeedle (PARAM *p, int id, int which, int r1=0, int g1=0, int b1=0, int r2=255, int g2=255, int b2=255, int r3=128, int g3=128, int b3=128) |
int | qwtCompassSetValue (PARAM *p, int id, float value) |
QwtCompass Widget
int qwtCompassSetFrameShadow | ( | PARAM * | p, |
int | id, | ||
int | shadow | ||
) |
int qwtCompassSetLineWidth | ( | PARAM * | p, |
int | id, | ||
int | width | ||
) |
int qwtCompassSetMass | ( | PARAM * | p, |
int | id, | ||
float | mass | ||
) |
int qwtCompassSetNeedle | ( | PARAM * | p, |
int | id, | ||
int | which, | ||
int | r1 = 0 , |
||
int | g1 = 0 , |
||
int | b1 = 0 , |
||
int | r2 = 255 , |
||
int | g2 = 255 , |
||
int | b2 = 255 , |
||
int | r3 = 128 , |
||
int | g3 = 128 , |
||
int | b3 = 128 |
||
) |
which = CompassNeedle.
int qwtCompassSetOrigin | ( | PARAM * | p, |
int | id, | ||
float | o | ||
) |
int qwtCompassSetRange | ( | PARAM * | p, |
int | id, | ||
float | vmin, | ||
float | vmax, | ||
float | step = 0.0f |
||
) |
int qwtCompassSetReadOnly | ( | PARAM * | p, |
int | id, | ||
int | rdonly | ||
) |
rdonly = 0 | 1
int qwtCompassSetScale | ( | PARAM * | p, |
int | id, | ||
int | maxMajIntv, | ||
int | maxMinIntv, | ||
float | step | ||
) |
int qwtCompassSetScaleArc | ( | PARAM * | p, |
int | id, | ||
float | min, | ||
float | max | ||
) |
int qwtCompassSetSimpleCompassRose | ( | PARAM * | p, |
int | id, | ||
int | numThorns, | ||
int | numThornLevels, | ||
float | width = 0.2f |
||
) |
int qwtCompassSetValue | ( | PARAM * | p, |
int | id, | ||
float | value | ||
) |
int qwtCompassSetWrapping | ( | PARAM * | p, |
int | id, | ||
int | wrap | ||
) |
int qwtCompassShowBackground | ( | PARAM * | p, |
int | id, | ||
int | show | ||
) |