ProcessViewBrowser-ServerProgramming
Functions
QwtKnob

Functions

int qwtKnobSetScale (PARAM *p, int id, float min, float max, float step, int logarithmic)
 
int qwtKnobSetMass (PARAM *p, int id, float mass)
 
int qwtKnobSetOrientation (PARAM *p, int id, int orientation)
 
int qwtKnobSetReadOnly (PARAM *p, int id, int rdonly)
 
int qwtKnobSetKnobWidth (PARAM *p, int id, int width)
 
int qwtKnobSetTotalAngle (PARAM *p, int id, float angle)
 
int qwtKnobSetBorderWidth (PARAM *p, int id, int width)
 
int qwtKnobSetSymbol (PARAM *p, int id, int symbol)
 
int qwtKnobSetValue (PARAM *p, int id, float value)
 

Detailed Description

QwtKnob Widget

Function Documentation

◆ qwtKnobSetBorderWidth()

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

◆ qwtKnobSetKnobWidth()

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

◆ qwtKnobSetMass()

int qwtKnobSetMass ( PARAM p,
int  id,
float  mass 
)
 

◆ qwtKnobSetOrientation()

int qwtKnobSetOrientation ( PARAM p,
int  id,
int  orientation 
)
orientation = HORIZONTAL|VERTICAL

◆ qwtKnobSetReadOnly()

int qwtKnobSetReadOnly ( PARAM p,
int  id,
int  rdonly 
)
rdonly = 0 | 1

◆ qwtKnobSetScale()

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

◆ qwtKnobSetSymbol()

int qwtKnobSetSymbol ( PARAM p,
int  id,
int  symbol 
)

◆ qwtKnobSetTotalAngle()

int qwtKnobSetTotalAngle ( PARAM p,
int  id,
float  angle 
)
 

◆ qwtKnobSetValue()

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