

Definition at line 74 of file ctcombos.h.
| OSB_GUI::CmbCurrency::CmbCurrency | ( | QWidget * | parent, | |
| const char * | name = "cmbCurrency_" | |||
| ) |
Constructor with Qt arguments.
| void OSB_GUI::CmbCurrency::activated | ( | const OSB_LIB::Currency & | c | ) | [signal] |
Signal a change of the selection.
| c | The selected currency. It is default constructed (object id is not set) if no currency is currently selected. |
| void OSB_GUI::CmbCurrency::activated | ( | ) | [slot] |
Handle activated signals from base.
Gets the selected currency from the list manager and emits activated(const OSB_LIB::Currency& c).
| void OSB_GUI::CmbCurrency::populate | ( | ) |
Populate the combobox.
Populates the combo with all entries in OSB_LIB::ListMgr::currencyBook() and calls activated().
1.4.7