|
ProcessViewBrowser-ServerProgramming
|
Functions | |
| int | qwtWheelSetMass (PARAM *p, int id, float mass) |
| int | qwtWheelSetOrientation (PARAM *p, int id, int orientation) |
| int | qwtWheelSetReadOnly (PARAM *p, int id, int rdonly) |
| int | qwtWheelSetTotalAngle (PARAM *p, int id, float angle) |
| int | qwtWheelSetTickCnt (PARAM *p, int id, int cnt) |
| int | qwtWheelSetViewAngle (PARAM *p, int id, float angle) |
| int | qwtWheelSetInternalBorder (PARAM *p, int id, int width) |
| int | qwtWheelSetWheelWidth (PARAM *p, int id, int width) |
| int | qwtWheelSetValue (PARAM *p, int id, float value) |
QwtWheel Widget
| int qwtWheelSetInternalBorder | ( | PARAM * | p, |
| int | id, | ||
| int | width | ||
| ) |
| int qwtWheelSetMass | ( | PARAM * | p, |
| int | id, | ||
| float | mass | ||
| ) |
| int qwtWheelSetOrientation | ( | PARAM * | p, |
| int | id, | ||
| int | orientation | ||
| ) |
orientation = HORIZONTAL|VERTICAL
| int qwtWheelSetReadOnly | ( | PARAM * | p, |
| int | id, | ||
| int | rdonly | ||
| ) |
rdonly = 0 | 1
| int qwtWheelSetTickCnt | ( | PARAM * | p, |
| int | id, | ||
| int | cnt | ||
| ) |
| int qwtWheelSetTotalAngle | ( | PARAM * | p, |
| int | id, | ||
| float | angle | ||
| ) |
| int qwtWheelSetValue | ( | PARAM * | p, |
| int | id, | ||
| float | value | ||
| ) |
| int qwtWheelSetViewAngle | ( | PARAM * | p, |
| int | id, | ||
| float | angle | ||
| ) |
| int qwtWheelSetWheelWidth | ( | PARAM * | p, |
| int | id, | ||
| int | width | ||
| ) |
1.8.14