

Definition at line 804 of file tpscfg.h.
| OSB_GUI::DcMenu::DcMenu | ( | QWidget * | parent, | |
| const char * | name = "dcMenu_" | |||
| ) | [explicit] |
Constructor with Qt arguments.
| void OSB_GUI::DcMenu::activated | ( | DcId | dcId | ) | [signal] |
Day class selected.
| dcId | Id of the selected day class. |
| void OSB_GUI::DcMenu::activationEvent | ( | int | id | ) | [private, slot] |
Handle signal activated from base class.
| void OSB_GUI::DcMenu::addDc | ( | const OSB_LIB::DayClass & | dc, | |
| bool | enabled | |||
| ) |
Add a day class as menu item.
| dc | Day class to add. | |
| enabled | Enable or disable the created menu item? |
| void OSB_GUI::DcMenu::checkDc | ( | const DcId & | dcId, | |
| bool | check | |||
| ) |
Set the checked mark for a day class.
| dcId | Day class to check. | |
| check | Flag to set or clear the check mark. |
1.4.7