#include <Double3ControlElement.hh>
Definition at line 38 of file Double3ControlElement.hh.
◆ Double3ControlElement()
Double3ControlElement::Double3ControlElement |
( |
const QString & |
label, |
|
|
const blitz::TinyVector< double, 3 > & |
value = -1.0 , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
◆ ~Double3ControlElement()
Double3ControlElement::~Double3ControlElement |
( |
| ) |
|
◆ setRange()
void Double3ControlElement::setRange |
( |
const blitz::TinyVector< double, 3 > & |
min, |
|
|
const blitz::TinyVector< double, 3 > & |
max |
|
) |
| |
◆ setSingleStep()
void Double3ControlElement::setSingleStep |
( |
const blitz::TinyVector< double, 3 > & |
step | ) |
|
◆ value()
blitz::TinyVector<double,3> Double3ControlElement::value |
( |
| ) |
const |
◆ toStdString()
std::string Double3ControlElement::toStdString |
( |
| ) |
const |
|
virtual |
◆ setValue [1/2]
void Double3ControlElement::setValue |
( |
const blitz::TinyVector< double, 3 > & |
value | ) |
|
|
slot |
◆ setValue [2/2]
void Double3ControlElement::setValue |
( |
const std::string & |
value | ) |
|
|
slot |
◆ setSwitchable()
void AbstractControlElement::setSwitchable |
( |
const bool |
switchable | ) |
|
|
inherited |
◆ switchable()
bool AbstractControlElement::switchable |
( |
| ) |
const |
|
inherited |
◆ setActive()
void AbstractControlElement::setActive |
( |
const bool |
active | ) |
|
|
inherited |
◆ isActive()
bool AbstractControlElement::isActive |
( |
| ) |
const |
|
inherited |
◆ label()
QString AbstractControlElement::label |
( |
| ) |
const |
|
inherited |
◆ setLabel()
void AbstractControlElement::setLabel |
( |
const QString & |
label | ) |
|
|
inherited |
◆ labelWidget()
QWidget* AbstractControlElement::labelWidget |
( |
| ) |
|
|
inherited |
◆ controlWidget()
QWidget* AbstractControlElement::controlWidget |
( |
| ) |
|
|
inherited |
◆ activationStateChanged
void AbstractControlElement::activationStateChanged |
( |
bool |
| ) |
|
|
signalinherited |
◆ valueChanged
void AbstractControlElement::valueChanged |
( |
| ) |
|
|
signalinherited |
◆ p_labelLayout
QHBoxLayout* AbstractControlElement::p_labelLayout |
|
protectedinherited |
◆ p_controlLayout
QHBoxLayout* AbstractControlElement::p_controlLayout |
|
protectedinherited |
◆ p_switch
QCheckBox* AbstractControlElement::p_switch |
|
protectedinherited |
◆ p_label
QLabel* AbstractControlElement::p_label |
|
protectedinherited |
The documentation for this class was generated from the following file: