ProcessViewBrowser-ServerProgramming
Functions
QwtCompass

Functions

int qwtCompassSetSimpleCompassRose (PARAM *p, int id, int numThorns, int numThornLevels, float width=0.2f)
 
int qwtCompassSetRange (PARAM *p, int id, float vmin, float vmax, float step=0.0f)
 
int qwtCompassSetMass (PARAM *p, int id, float mass)
 
int qwtCompassSetReadOnly (PARAM *p, int id, int rdonly)
 
int qwtCompassSetFrameShadow (PARAM *p, int id, int shadow)
 
int qwtCompassShowBackground (PARAM *p, int id, int show)
 
int qwtCompassSetLineWidth (PARAM *p, int id, int width)
 
int qwtCompassSetMode (PARAM *p, int id, int mode)
 
int qwtCompassSetWrapping (PARAM *p, int id, int wrap)
 
int qwtCompassSetScale (PARAM *p, int id, int maxMajIntv, int maxMinIntv, float step)
 
int qwtCompassSetScaleArc (PARAM *p, int id, float min, float max)
 
int qwtCompassSetOrigin (PARAM *p, int id, float o)
 
int qwtCompassSetNeedle (PARAM *p, int id, int which, int r1=0, int g1=0, int b1=0, int r2=255, int g2=255, int b2=255, int r3=128, int g3=128, int b3=128)
 
int qwtCompassSetValue (PARAM *p, int id, float value)
 

Detailed Description

QwtCompass Widget

Function Documentation

◆ qwtCompassSetFrameShadow()

int qwtCompassSetFrameShadow ( PARAM p,
int  id,
int  shadow 
)

◆ qwtCompassSetLineWidth()

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

◆ qwtCompassSetMass()

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

◆ qwtCompassSetMode()

int qwtCompassSetMode ( PARAM p,
int  id,
int  mode 
)

◆ qwtCompassSetNeedle()

int qwtCompassSetNeedle ( PARAM p,
int  id,
int  which,
int  r1 = 0,
int  g1 = 0,
int  b1 = 0,
int  r2 = 255,
int  g2 = 255,
int  b2 = 255,
int  r3 = 128,
int  g3 = 128,
int  b3 = 128 
)
which = CompassNeedle.

◆ qwtCompassSetOrigin()

int qwtCompassSetOrigin ( PARAM p,
int  id,
float  o 
)
 

◆ qwtCompassSetRange()

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

◆ qwtCompassSetReadOnly()

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

◆ qwtCompassSetScale()

int qwtCompassSetScale ( PARAM p,
int  id,
int  maxMajIntv,
int  maxMinIntv,
float  step 
)
 

◆ qwtCompassSetScaleArc()

int qwtCompassSetScaleArc ( PARAM p,
int  id,
float  min,
float  max 
)
 

◆ qwtCompassSetSimpleCompassRose()

int qwtCompassSetSimpleCompassRose ( PARAM p,
int  id,
int  numThorns,
int  numThornLevels,
float  width = 0.2f 
)
 

◆ qwtCompassSetValue()

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

◆ qwtCompassSetWrapping()

int qwtCompassSetWrapping ( PARAM p,
int  id,
int  wrap 
)
 

◆ qwtCompassShowBackground()

int qwtCompassShowBackground ( PARAM p,
int  id,
int  show 
)