

Definition at line 71 of file dlgrfslot.h.
| OSB_GUI::DlgRfSlot::DlgRfSlot | ( | QWidget * | parent, | |
| const char * | name = "DlgRfSlot", |
|||
| bool | modal = false, |
|||
| WFlags | fl = 0 | |||
| ) |
Constructor with Qt arguments.
| void OSB_GUI::DlgRfSlot::display | ( | const OSB_LIB::RfSlot & | rf, | |
| const OSB_LIB::ChargeTraits & | ct, | |||
| bool | showOnly | |||
| ) | [private] |
Set the widgets for a slot rating function.
| rf | Rating function display. | |
| ct | Charge traits of the rating function. See showRf() for details. | |
| showOnly | Flag if the rating function is only displayed. |
| int OSB_GUI::DlgRfSlot::editRf | ( | OSB_LIB::RatingFn * | rf, | |
| OSB_LIB::ChargeTraits * | ct | |||
| ) | [virtual] |
Edit a rating function.
| rf | Rating function to edit and populate. | |
| ct | Charge traits of the rating function. See showRf() for details. |
| OSB_LIB::OsbException | by derived classes if rf does not have the correct type. |
Implements OSB_GUI::DlgRfBase.
| const OSB_LIB::RatingFn* OSB_GUI::DlgRfSlot::getRf | ( | ) | const [private, virtual] |
Get the rating function.
This member is called from testRf(). This functionality is available only if the rating function is shown.
Implements OSB_GUI::DlgRfBase.
| void OSB_GUI::DlgRfSlot::languageChange | ( | ) | [virtual] |
| int OSB_GUI::DlgRfSlot::showRf | ( | const OSB_LIB::RatingFn & | rf, | |
| const OSB_LIB::ChargeTraits & | ct | |||
| ) | [virtual] |
Show a rating function.
| rf | Rating function to show. | |
| ct | Charge traits of the rating function. They should be default constructed if the rating function's charge trait are not defined yet. |
| OSB_LIB::OsbException | by derived classes if rf does not have the correct type. |
Implements OSB_GUI::DlgRfBase.
RfSlotCharges* OSB_GUI::DlgRfSlot::chargeTab_ [private] |
Definition at line 114 of file dlgrfslot.h.
const OSB_LIB::RfSlot* OSB_GUI::DlgRfSlot::rfShown_ [private] |
1.4.7