A utiltiy class which implements a labeld, double valued QSlider.
More...
#include <DoubleSlider.h>
A utiltiy class which implements a labeld, double valued QSlider.
◆ DoubleSlider()
icl::qt::DoubleSlider::DoubleSlider |
( |
QWidget * |
parent, |
|
|
const QString & |
id |
|
) |
| |
Create a new QSlider object.
- Parameters
-
parent | parent widget |
id | label |
◆ doubleValueChanged
void icl::qt::DoubleSlider::doubleValueChanged |
( |
const QString & |
id, |
|
|
double |
doubleValue |
|
) |
| |
|
signal |
emitted when the slider values is changed
◆ getDoubleValue()
double icl::qt::DoubleSlider::getDoubleValue |
( |
| ) |
|
returns the current double value
◆ receiveValueChanged
void icl::qt::DoubleSlider::receiveValueChanged |
( |
int |
i | ) |
|
|
slot |
internally used slot to process when the corresponding QSlider is moved
- Parameters
-
◆ setDoubleStepping()
void icl::qt::DoubleSlider::setDoubleStepping |
( |
double |
s | ) |
|
sets the current double stepping
◆ setDoubleValue()
void icl::qt::DoubleSlider::setDoubleValue |
( |
double |
d | ) |
|
sets the current double value
◆ setMaxDouble()
void icl::qt::DoubleSlider::setMaxDouble |
( |
double |
dmax | ) |
|
sets the max. double value
◆ setMinDouble()
void icl::qt::DoubleSlider::setMinDouble |
( |
double |
dmin | ) |
|
sets the min. double value
◆ m_dMax
double icl::qt::DoubleSlider::m_dMax |
|
private |
◆ m_dMin
double icl::qt::DoubleSlider::m_dMin |
|
private |
◆ m_dStepping
double icl::qt::DoubleSlider::m_dStepping |
|
private |
◆ m_poLabel
QLabel* icl::qt::DoubleSlider::m_poLabel |
|
private |
◆ m_poLayout
QGridLayout* icl::qt::DoubleSlider::m_poLayout |
|
private |
◆ m_poSlider
QSlider* icl::qt::DoubleSlider::m_poSlider |
|
private |
wrapped QSlider (int-valued)
◆ m_qsID
QString icl::qt::DoubleSlider::m_qsID |
|
private |
The documentation for this class was generated from the following file: