
Public Member Functions | |
| wxComboBox_updater (wxComboBox *combo, const wxString &field) | |
| Constructor. | |
| virtual void | operator() (Data_row_provider *data) |
| Update control. | |
| virtual void | operator() (Updatable_row *row) |
| Store value to field. | |
| wxPg::wxComboBox_updater::wxComboBox_updater | ( | wxComboBox * | combo, | |
| const wxString & | field | |||
| ) |
Constructor.
| combo | - wxComboBox to be updated. | |
| field | - database field name. |
| virtual void wxPg::wxComboBox_updater::operator() | ( | Updatable_row * | row | ) | [virtual] |
Store value to field.
Override this method in derived class to provide update functionality.
| row | - updatable row, containing field to update. |
Reimplemented from wxPg::wxWindow_updater.
| virtual void wxPg::wxComboBox_updater::operator() | ( | Data_row_provider * | data | ) | [virtual] |
Update control.
This method should be overrided in derived class.
| win | - wxWindow to be updated. | |
| data | - row to obtain value from. |
Implements wxPg::wxWindow_updater.
1.5.8