
This class is a manager for the configuration widgets of a rated party evaluator.
It does not inherit from QWidget because the layout should nicely align with DlgRpConfig.
Definition at line 203 of file dlgrpcfg.h.
| OSB_GUI::RpConfigBase::RpConfigBase | ( | QWidget * | parent, | |
| QGridLayout * | layout, | |||
| int * | row | |||
| ) |
Constructor with parent widget.
| parent | Parent widget (usually DlgRpConfig). | |
| layout | Layout to use for the widgets. | |
| row | First row in layout to use. |
| virtual OSB_GUI::RpConfigBase::~RpConfigBase | ( | ) | [virtual] |
Destructor: delete the widgets.
| OSB_GUI::RpConfigBase::RpConfigBase | ( | const RpConfigBase & | ) | [private] |
Prevent copying until needed: not implemented.
| virtual void OSB_GUI::RpConfigBase::enable | ( | bool | on | ) | [pure virtual] |
Enable or disable the widgets.
| virtual QWidget* OSB_GUI::RpConfigBase::fristFocusWidget | ( | ) | [pure virtual] |
First widget to get the focus.
| RpConfigBase& OSB_GUI::RpConfigBase::operator= | ( | const RpConfigBase & | ) | [private] |
Prevent assignment until needed: not implemented.
| virtual void OSB_GUI::RpConfigBase::setRpEval | ( | OSB_LIB::RatedPartyEval * | rpEval | ) | [pure virtual] |
Set the parameters of the rated party evaluator.
| virtual void OSB_GUI::RpConfigBase::showRpEval | ( | const OSB_LIB::RatedPartyEval & | rpEval | ) | [pure virtual] |
Show the configuration of a rated party evaluator.
QFrame* OSB_GUI::RpConfigBase::lineConfig_ [private] |
QLabel* OSB_GUI::RpConfigBase::tlConfig_ [private] |
1.4.7