Public Member Functions | |
Updatable_row_binding () | |
Creates new object. | |
Updatable_row_binding (Updatable_row *data) | |
Creates new object. | |
virtual | ~Updatable_row_binding () |
Destroys the object. | |
Updatable_row * | data () |
Returns currently used Updatable_row. | |
void | data (Updatable_row *data) |
Sets currently used Updatable_row. | |
virtual void | collect () |
Collect values from widgets and set fields of Updatable_row. |
wxPg::Updatable_row_binding::Updatable_row_binding | ( | ) | [inline] |
Creates new object.
Call data() to complete initialization of object.
wxPg::Updatable_row_binding::Updatable_row_binding | ( | Updatable_row * | data | ) | [explicit] |
virtual wxPg::Updatable_row_binding::~Updatable_row_binding | ( | ) | [inline, virtual] |
Destroys the object.
virtual void wxPg::Updatable_row_binding::collect | ( | ) | [virtual] |
Collect values from widgets and set fields of Updatable_row.
void wxPg::Updatable_row_binding::data | ( | Updatable_row * | data | ) | [inline] |
Updatable_row* wxPg::Updatable_row_binding::data | ( | ) | [inline] |
Returns currently used Updatable_row.
Reimplemented from wxPg::Row_binding.