| 
    iCub-main
    
   | 
 
#include <customcombobox.h>
 Inheritance diagram for CustomComboBox:Public Member Functions | |
| CustomComboBox (QWidget *parent=nullptr) | |
| void | clear () | 
| void | setCurrIndex (int v) | 
| void | initItems () | 
| void | clearItems () | 
| void | addCustomValue (float val) | 
| void | setIndexFromAmpGain (int g) | 
Definition at line 10 of file customcombobox.h.
| CustomComboBox::CustomComboBox | ( | QWidget * | parent = nullptr | ) | 
Definition at line 4 of file customcombobox.cpp.
| void CustomComboBox::addCustomValue | ( | float | val | ) | 
Definition at line 159 of file customcombobox.cpp.
| void CustomComboBox::clear | ( | ) | 
Definition at line 17 of file customcombobox.cpp.
| void CustomComboBox::clearItems | ( | ) | 
Definition at line 73 of file customcombobox.cpp.
| void CustomComboBox::initItems | ( | ) | 
Definition at line 82 of file customcombobox.cpp.
| void CustomComboBox::setCurrIndex | ( | int | v | ) | 
Definition at line 33 of file customcombobox.cpp.
| void CustomComboBox::setIndexFromAmpGain | ( | int | g | ) | 
Definition at line 121 of file customcombobox.cpp.