DlgRef_SpinBox Class Reference

#include <DlgRef_SpinBox.h>

Inheritance diagram for DlgRef_SpinBox:

Inheritance graph

Public Slots

void SetStep (double newStep)

Public Member Functions

 DlgRef_SpinBox (QWidget *parent, const char *name=0)
 ~DlgRef_SpinBox ()
void RangeStepAndValidator (double min=-1000000.0, double max=+1000000.0, double step=100.0, unsigned short decimals=3)
void SetValue (double v)
double GetValue ()
QString GetString ()

Constructor & Destructor Documentation

DlgRef_SpinBox::DlgRef_SpinBox QWidget parent,
const char *  name = 0
 

DlgRef_SpinBox::~DlgRef_SpinBox  ) 
 


Member Function Documentation

void DlgRef_SpinBox::RangeStepAndValidator double  min = -1000000.0,
double  max = +1000000.0,
double  step = 100.0,
unsigned short  decimals = 3
 

void DlgRef_SpinBox::SetValue double  v  ) 
 

double DlgRef_SpinBox::GetValue  ) 
 

QString DlgRef_SpinBox::GetString  ) 
 

void DlgRef_SpinBox::SetStep double  newStep  )  [slot]