ProcessViewBrowser-ServerProgramming
Functions
QwtWheel

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)
 

Detailed Description

QwtWheel Widget

Function Documentation

◆ qwtWheelSetInternalBorder()

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

◆ qwtWheelSetMass()

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

◆ qwtWheelSetOrientation()

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

◆ qwtWheelSetReadOnly()

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

◆ qwtWheelSetTickCnt()

int qwtWheelSetTickCnt ( PARAM p,
int  id,
int  cnt 
)
 

◆ qwtWheelSetTotalAngle()

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

◆ qwtWheelSetValue()

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

◆ qwtWheelSetViewAngle()

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

◆ qwtWheelSetWheelWidth()

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