|
SoDaRadio-5.0.3-master:8901fb5
|
#include <soda_comboboxes.hpp>
Public Slots | |
| void | addValue (QString lab, double val) |
| void | setValue (double v) |
Signals | |
| void | valueChanged (double v) |
Public Member Functions | |
| ValComboBox (QWidget *parent=0) | |
| double | value () |
Protected Member Functions | |
| void | textChanged (const QString &txt) |
Protected Attributes | |
| std::map< QString, double > | valmap |
Definition at line 42 of file soda_comboboxes.hpp.
|
inlineexplicit |
Definition at line 45 of file soda_comboboxes.hpp.
References textChanged().
|
slot |
Definition at line 33 of file soda_comboboxes.cpp.
References valmap.
Referenced by value(), GUISoDa::IntValComboBox::value(), GUISoDa::WFallDynRangeComboBox::WFallDynRangeComboBox(), and GUISoDa::WFallSpanComboBox::WFallSpanComboBox().
|
slot |
Definition at line 40 of file soda_comboboxes.cpp.
References valmap.
Referenced by value(), GUISoDa::IntValComboBox::value(), GUISoDa::WFallDynRangeComboBox::WFallDynRangeComboBox(), and GUISoDa::WFallSpanComboBox::WFallSpanComboBox().
|
protected |
Definition at line 55 of file soda_comboboxes.cpp.
References valmap, and valueChanged().
Referenced by ValComboBox(), value(), and GUISoDa::IntValComboBox::value().
|
inline |
Definition at line 51 of file soda_comboboxes.hpp.
References addValue(), setValue(), textChanged(), valmap, and valueChanged().
|
signal |
Referenced by textChanged(), GUISoDa::IntValComboBox::textChanged(), value(), and GUISoDa::IntValComboBox::value().
|
protected |
Definition at line 65 of file soda_comboboxes.hpp.
Referenced by addValue(), GUISoDa::IntValComboBox::addValue(), setValue(), GUISoDa::IntValComboBox::setValue(), textChanged(), GUISoDa::IntValComboBox::textChanged(), value(), and GUISoDa::IntValComboBox::value().
1.8.13