Version: 9.12.0
QtxIntSpinSlider Class Reference

#include <QtxIntSpinSlider.h>

Inheritance diagram for QtxIntSpinSlider:
Inheritance graph

Public Slots

void setValue (int)
 

Signals

void valueChanged (int)
 
- Signals inherited from QtxSlider
void valueUpdated (int)
 

Public Member Functions

 QtxIntSpinSlider (QWidget *=0)
 
 QtxIntSpinSlider (int, int, int, QWidget *=0)
 
virtual ~QtxIntSpinSlider ()
 
QFont font ()
 
void setFont (QFont &)
 
int value ()
 
void setUnit (QString &)
 
- Public Member Functions inherited from QtxSlider
 QtxSlider (QWidget *=0)
 
 QtxSlider (int, int, int, QWidget *=0)
 
virtual ~QtxSlider ()
 
void setValue (int)
 
int value ()
 
void setRange (int, int)
 
void setSingleStep (int)
 

Private Slots

void IntSpinHasChanged (int)
 

Private Attributes

QtxIntSpinBoxmyIntSpinBox
 

Additional Inherited Members

- Protected Attributes inherited from QtxSlider
QHBoxLayout * mainLayout
 
QSlider * mySlider
 

Constructor & Destructor Documentation

◆ QtxIntSpinSlider() [1/2]

QtxIntSpinSlider::QtxIntSpinSlider ( QWidget theParent = 0)

◆ QtxIntSpinSlider() [2/2]

QtxIntSpinSlider::QtxIntSpinSlider ( int  theMin,
int  theMax,
int  theStep,
QWidget theParent = 0 
)

◆ ~QtxIntSpinSlider()

QtxIntSpinSlider::~QtxIntSpinSlider ( )
virtual

DESTRUCTOR of spin box

Member Function Documentation

◆ font()

QFont QtxIntSpinSlider::font ( )

Get font of spin box

References myIntSpinBox.

◆ IntSpinHasChanged

void QtxIntSpinSlider::IntSpinHasChanged ( int  theValue)
privateslot

SLOT: Called when the value of spin box change

References QtxSlider::mySlider, and valueChanged().

◆ setFont()

void QtxIntSpinSlider::setFont ( QFont &  theFont)

Set font of spin box

References myIntSpinBox.

◆ setUnit()

void QtxIntSpinSlider::setUnit ( QString &  theUnit)

References myIntSpinBox.

◆ setValue

void QtxIntSpinSlider::setValue ( int  theValue)
slot

Set value of spin box

References myIntSpinBox.

◆ value()

int QtxIntSpinSlider::value ( )

Get value of spin box

References myIntSpinBox.

◆ valueChanged

void QtxIntSpinSlider::valueChanged ( int  )
signal

Member Data Documentation

◆ myIntSpinBox

QtxIntSpinBox* QtxIntSpinSlider::myIntSpinBox
private

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