VAPOR3 3.9.4
Signals | Public Member Functions | List of all members
QRange Class Reference

#include <QRange.h>

Inheritance diagram for QRange:

Signals

void rangeChanged ()
 

Public Member Functions

 QRange (QWidget *parent=0)
 
 ~QRange ()
 
void SetExtents (double min, double max)
 
void GetValue (double &smallVal, double &bigVal)
 
void SetValue (double smallVal, double bigVal)
 
void SetMainLabel (const QString &)
 
void SetDecimals (int dec)
 
void SetIntType (bool)
 

Detailed Description

Definition at line 17 of file QRange.h.

Constructor & Destructor Documentation

◆ QRange()

QRange::QRange ( QWidget *  parent = 0)
explicit

◆ ~QRange()

QRange::~QRange ( )

Member Function Documentation

◆ GetValue()

void QRange::GetValue ( double &  smallVal,
double &  bigVal 
)

◆ rangeChanged

void QRange::rangeChanged ( )
signal

◆ SetDecimals()

void QRange::SetDecimals ( int  dec)

◆ SetExtents()

void QRange::SetExtents ( double  min,
double  max 
)

◆ SetIntType()

void QRange::SetIntType ( bool  )

◆ SetMainLabel()

void QRange::SetMainLabel ( const QString &  )

◆ SetValue()

void QRange::SetValue ( double  smallVal,
double  bigVal 
)

The documentation for this class was generated from the following file: