ProcessViewBrowser-ServerProgramming
Functions
QwtCounter

Functions

int qwtCounterSetStep (PARAM *p, int id, float step)
 
int qwtCounterSetMinValue (PARAM *p, int id, float value)
 
int qwtCounterSetMaxValue (PARAM *p, int id, float value)
 
int qwtCounterSetStepButton1 (PARAM *p, int id, int n)
 
int qwtCounterSetStepButton2 (PARAM *p, int id, int n)
 
int qwtCounterSetStepButton3 (PARAM *p, int id, int n)
 
int qwtCounterSetNumButtons (PARAM *p, int id, int n)
 
int qwtCounterSetIncSteps (PARAM *p, int id, int button, int n)
 
int qwtCounterSetValue (PARAM *p, int id, float value)
 

Detailed Description

QwtCounter Widget

Function Documentation

◆ qwtCounterSetIncSteps()

int qwtCounterSetIncSteps ( PARAM p,
int  id,
int  button,
int  n 
)

◆ qwtCounterSetMaxValue()

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

◆ qwtCounterSetMinValue()

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

◆ qwtCounterSetNumButtons()

int qwtCounterSetNumButtons ( PARAM p,
int  id,
int  n 
)
 

◆ qwtCounterSetStep()

int qwtCounterSetStep ( PARAM p,
int  id,
float  step 
)
 

◆ qwtCounterSetStepButton1()

int qwtCounterSetStepButton1 ( PARAM p,
int  id,
int  n 
)
 

◆ qwtCounterSetStepButton2()

int qwtCounterSetStepButton2 ( PARAM p,
int  id,
int  n 
)
 

◆ qwtCounterSetStepButton3()

int qwtCounterSetStepButton3 ( PARAM p,
int  id,
int  n 
)
 

◆ qwtCounterSetValue()

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