OSB_GUI::CmbCurrency Class Reference

Inheritance diagram for OSB_GUI::CmbCurrency:

Inheritance graph
[legend]
Collaboration diagram for OSB_GUI::CmbCurrency:

Collaboration graph
[legend]
List of all members.

Detailed Description

Combobox for currencies.

Definition at line 74 of file ctcombos.h.

Public Slots

Signals

Public Member Functions


Constructor & Destructor Documentation

OSB_GUI::CmbCurrency::CmbCurrency ( QWidget parent,
const char *  name = "cmbCurrency_" 
)

Constructor with Qt arguments.


Member Function Documentation

void OSB_GUI::CmbCurrency::activated ( const OSB_LIB::Currency c  )  [signal]

Signal a change of the selection.

Parameters:
c The selected currency.
It is default constructed (object id is not set) if no currency is currently selected.
This signal is emitted on QComboBox::activated(int):
The signal is not sent if the selection is changed programmatically.

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().


The documentation for this class was generated from the following file:
Generated on Sat Sep 2 14:18:31 2006 for OSB Library by  doxygen 1.4.7