#include <controlWidgetWrapper.h>
Public Member Functions | |
ControlWidgetWrapper (string settingName) | |
virtual void | getValue (Settings *settings)=0 |
virtual QWidget * | getWidget ()=0 |
Protected Attributes | |
string | settingName |
ControlWidgetWrapper::ControlWidgetWrapper | ( | string | settingName | ) | [inline] |
virtual void ControlWidgetWrapper::getValue | ( | Settings * | settings | ) | [pure virtual] |
Implemented in CheckBoxWrapper, ComboBoxWrapper, IntSliderWrapper, LineEditFloatWrapper, LineEditIntWrapper, and SliderWrapper.
virtual QWidget* ControlWidgetWrapper::getWidget | ( | ) | [pure virtual] |
Implemented in CheckBoxWrapper, ComboBoxWrapper, IntSliderWrapper, LineEditFloatWrapper, LineEditIntWrapper, and SliderWrapper.
string ControlWidgetWrapper::settingName [protected] |