Public Member Functions | |
wxHtmlWindow_updater (wxHtmlWindow *html, const wxString &field) | |
Constructor. | |
virtual void | operator() (Data_row_provider *data) |
Update control. |
wxPg::wxHtmlWindow_updater::wxHtmlWindow_updater | ( | wxHtmlWindow * | html, | |
const wxString & | field | |||
) |
Constructor.
html | - wxHtmlWindow to be updated. | |
field | - database field name. |
virtual void wxPg::wxHtmlWindow_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.