

Public Member Functions | |
| VIntConfigControl (vlc_object_t *a, module_config_t *b, QWidget *c) | |
| VIntConfigControl (vlc_object_t *a, module_config_t *b) | |
| virtual | ~VIntConfigControl () |
| virtual int | getValue ()=0 |
| virtual int | getType () |
| VIntConfigControl::VIntConfigControl | ( | vlc_object_t * | a, | |
| module_config_t * | b, | |||
| QWidget * | c | |||
| ) | [inline] |
| VIntConfigControl::VIntConfigControl | ( | vlc_object_t * | a, | |
| module_config_t * | b | |||
| ) | [inline] |
| virtual VIntConfigControl::~VIntConfigControl | ( | ) | [inline, virtual] |
| virtual int VIntConfigControl::getValue | ( | ) | [pure virtual] |
Implemented in IntegerConfigControl, IntegerRangeSliderConfigControl, IntegerListConfigControl, and BoolConfigControl.
Referenced by ConfigControl::doApply().
| virtual int VIntConfigControl::getType | ( | ) | [inline, virtual] |
1.5.6