ProcessViewBrowser-ServerProgramming
|
Functions | |
int | qwtThermoSetScale (PARAM *p, int id, float min, float max, float step, int logarithmic) |
int | qwtThermoSetOrientation (PARAM *p, int id, int orientation, int position) |
int | qwtThermoSetBorderWidth (PARAM *p, int id, int width) |
int | qwtThermoSetFillColor (PARAM *p, int id, int r, int g, int b) |
int | qwtThermoSetAlarmColor (PARAM *p, int id, int r, int g, int b) |
int | qwtThermoSetAlarmLevel (PARAM *p, int id, float level) |
int | qwtThermoSetAlarmEnabled (PARAM *p, int id, int tf) |
int | qwtThermoSetPipeWidth (PARAM *p, int id, int width) |
int | qwtThermoSetRange (PARAM *p, int id, float vmin, float vmax, float step=0.0f) |
int | qwtThermoSetMargin (PARAM *p, int id, int margin) |
int | qwtThermoSetValue (PARAM *p, int id, float value) |
QwtThermo Widget
int qwtThermoSetAlarmColor | ( | PARAM * | p, |
int | id, | ||
int | r, | ||
int | g, | ||
int | b | ||
) |
int qwtThermoSetAlarmEnabled | ( | PARAM * | p, |
int | id, | ||
int | tf | ||
) |
int qwtThermoSetAlarmLevel | ( | PARAM * | p, |
int | id, | ||
float | level | ||
) |
int qwtThermoSetBorderWidth | ( | PARAM * | p, |
int | id, | ||
int | width | ||
) |
int qwtThermoSetFillColor | ( | PARAM * | p, |
int | id, | ||
int | r, | ||
int | g, | ||
int | b | ||
) |
int qwtThermoSetMargin | ( | PARAM * | p, |
int | id, | ||
int | margin | ||
) |
int qwtThermoSetOrientation | ( | PARAM * | p, |
int | id, | ||
int | orientation, | ||
int | position | ||
) |
orientation = HORIZONTAL|VERTICAL ThermoPosition.
int qwtThermoSetPipeWidth | ( | PARAM * | p, |
int | id, | ||
int | width | ||
) |
int qwtThermoSetRange | ( | PARAM * | p, |
int | id, | ||
float | vmin, | ||
float | vmax, | ||
float | step = 0.0f |
||
) |
int qwtThermoSetScale | ( | PARAM * | p, |
int | id, | ||
float | min, | ||
float | max, | ||
float | step, | ||
int | logarithmic | ||
) |
logarithmic = 0 | 1
int qwtThermoSetValue | ( | PARAM * | p, |
int | id, | ||
float | value | ||
) |