ProcessViewBrowser-ServerProgramming
Functions
QwtThermo

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)
 

Detailed Description

QwtThermo Widget

Function Documentation

◆ qwtThermoSetAlarmColor()

int qwtThermoSetAlarmColor ( PARAM p,
int  id,
int  r,
int  g,
int  b 
)
 

◆ qwtThermoSetAlarmEnabled()

int qwtThermoSetAlarmEnabled ( PARAM p,
int  id,
int  tf 
)
 

◆ qwtThermoSetAlarmLevel()

int qwtThermoSetAlarmLevel ( PARAM p,
int  id,
float  level 
)
 

◆ qwtThermoSetBorderWidth()

int qwtThermoSetBorderWidth ( PARAM p,
int  id,
int  width 
)
 

◆ qwtThermoSetFillColor()

int qwtThermoSetFillColor ( PARAM p,
int  id,
int  r,
int  g,
int  b 
)
 

◆ qwtThermoSetMargin()

int qwtThermoSetMargin ( PARAM p,
int  id,
int  margin 
)
 

◆ qwtThermoSetOrientation()

int qwtThermoSetOrientation ( PARAM p,
int  id,
int  orientation,
int  position 
)
orientation = HORIZONTAL|VERTICAL
ThermoPosition.

◆ qwtThermoSetPipeWidth()

int qwtThermoSetPipeWidth ( PARAM p,
int  id,
int  width 
)
 

◆ qwtThermoSetRange()

int qwtThermoSetRange ( PARAM p,
int  id,
float  vmin,
float  vmax,
float  step = 0.0f 
)
 

◆ qwtThermoSetScale()

int qwtThermoSetScale ( PARAM p,
int  id,
float  min,
float  max,
float  step,
int  logarithmic 
)
logarithmic = 0 | 1

◆ qwtThermoSetValue()

int qwtThermoSetValue ( PARAM p,
int  id,
float  value 
)