wxPg::Updatable_row_binding Class Reference

Binding widgets to modify values from wxPg::Updatable_row. More...

Inheritance diagram for wxPg::Updatable_row_binding:

wxPg::Row_binding wxPg::Binding wxPg::UI_updater

List of all members.

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


Detailed Description

Binding widgets to modify values from wxPg::Updatable_row.


Constructor & Destructor Documentation

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]

Creates new object.

Parameters:
data - Updatable_row to be used.

virtual wxPg::Updatable_row_binding::~Updatable_row_binding (  )  [inline, virtual]

Destroys the object.


Member Function Documentation

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]

Sets currently used Updatable_row.

Parameters:
data - new Updatable_row to be used.

Updatable_row* wxPg::Updatable_row_binding::data (  )  [inline]

Returns currently used Updatable_row.

Returns:
currently used Updatable_row.

Reimplemented from wxPg::Row_binding.


Generated on Wed Oct 7 23:14:40 2009 for wxPostgres by  doxygen 1.5.8