SoDaRadio-5.0.3-master:8901fb5
Public Slots | Signals | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
GUISoDa::ValComboBox Class Reference

#include <soda_comboboxes.hpp>

Inheritance diagram for GUISoDa::ValComboBox:
GUISoDa::WFallDynRangeComboBox GUISoDa::WFallSpanComboBox

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
 

Detailed Description

Definition at line 42 of file soda_comboboxes.hpp.

Constructor & Destructor Documentation

◆ ValComboBox()

GUISoDa::ValComboBox::ValComboBox ( QWidget *  parent = 0)
inlineexplicit

Definition at line 45 of file soda_comboboxes.hpp.

References textChanged().

Member Function Documentation

◆ addValue

void GUISoDa::ValComboBox::addValue ( QString  lab,
double  val 
)
slot

◆ setValue

void GUISoDa::ValComboBox::setValue ( double  v)
slot

◆ textChanged()

void GUISoDa::ValComboBox::textChanged ( const QString &  txt)
protected

Definition at line 55 of file soda_comboboxes.cpp.

References valmap, and valueChanged().

Referenced by ValComboBox(), value(), and GUISoDa::IntValComboBox::value().

◆ value()

double GUISoDa::ValComboBox::value ( )
inline

Definition at line 51 of file soda_comboboxes.hpp.

References addValue(), setValue(), textChanged(), valmap, and valueChanged().

◆ valueChanged

void GUISoDa::ValComboBox::valueChanged ( double  v)
signal

Member Data Documentation

◆ valmap

std::map<QString, double> GUISoDa::ValComboBox::valmap
protected

The documentation for this class was generated from the following files: