#include <Double4x4ControlElement.hh>
|
| Double4x4ControlElement (QString const &label, blitz::TinyMatrix< double, 4, 4 > const &value=atb::traits< blitz::TinyMatrix< double, 4, 4 > >::one, QWidget *parent=0) |
|
| ~Double4x4ControlElement () |
|
QWidget * | controlWidget () |
|
bool | isActive () const |
|
QString | label () const |
|
QWidget * | labelWidget () |
|
void | setActive (const bool active) |
|
void | setLabel (const QString &label) |
|
void | setRange (blitz::TinyMatrix< double, 4, 4 > const &minVal, blitz::TinyMatrix< double, 4, 4 > const &maxVal) |
|
void | setSingleStep (blitz::TinyMatrix< double, 4, 4 > const &step) |
|
void | setSwitchable (const bool switchable) |
|
bool | switchable () const |
|
std::string | toStdString () const |
|
blitz::TinyMatrix< double, 4, 4 > | value () const |
|
Definition at line 40 of file Double4x4ControlElement.hh.
◆ Double4x4ControlElement()
Double4x4ControlElement::Double4x4ControlElement |
( |
QString const & |
label, |
|
|
blitz::TinyMatrix< double, 4, 4 > const & |
value = atb::traits< blitz::TinyMatrix< double, 4, 4 > >::one , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
◆ ~Double4x4ControlElement()
Double4x4ControlElement::~Double4x4ControlElement |
( |
| ) |
|
◆ setRange()
void Double4x4ControlElement::setRange |
( |
blitz::TinyMatrix< double, 4, 4 > const & |
minVal, |
|
|
blitz::TinyMatrix< double, 4, 4 > const & |
maxVal |
|
) |
| |
◆ setSingleStep()
void Double4x4ControlElement::setSingleStep |
( |
blitz::TinyMatrix< double, 4, 4 > const & |
step | ) |
|
◆ value()
blitz::TinyMatrix<double,4,4> Double4x4ControlElement::value |
( |
| ) |
const |
◆ toStdString()
std::string Double4x4ControlElement::toStdString |
( |
| ) |
const |
|
virtual |
◆ setValue [1/2]
void Double4x4ControlElement::setValue |
( |
blitz::TinyMatrix< double, 4, 4 > const & |
value | ) |
|
|
slot |
◆ setValue [2/2]
void Double4x4ControlElement::setValue |
( |
std::string const & |
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: