#include <labeled_input.h>
◆ LabeledInput()
| LabeledInput::LabeledInput |
( |
QWidget * | parent, |
|
|
const QString & | labelText ) |
|
explicit |
◆ addComboBox()
| QComboBox * LabeledInput::addComboBox |
( |
const QStringList & | items, |
|
|
const QString & | defaultItem = QString() ) |
◆ addDirectionComboBox()
| QComboBox * LabeledInput::addDirectionComboBox |
( |
| ) |
|
◆ addSpinBox()
| QSpinBox * LabeledInput::addSpinBox |
( |
int | minValue, |
|
|
int | maxValue, |
|
|
int | defaultValue = 0 ) |
◆ comboBoxValueChanged
| void LabeledInput::comboBoxValueChanged |
( |
int | newValue | ) |
|
|
signal |
◆ directionComboBoxChanged
| void LabeledInput::directionComboBoxChanged |
( |
QString | newDirection | ) |
|
|
signal |
◆ spinBoxValueChanged
| void LabeledInput::spinBoxValueChanged |
( |
int | newValue | ) |
|
|
signal |
◆ label
| QLabel* LabeledInput::label |
|
private |
◆ layout
| QHBoxLayout* LabeledInput::layout |
|
private |
The documentation for this class was generated from the following files: