#include <TdkDataView.h>
Public Member Functions | |
virtual void | setView (TdkView *view) |
Associates the dataview with a map. | |
virtual TdkView * | getView () |
Returns the map associated with this dataview. | |
Private Attributes | |
TdkView * | view_ |
Rebuilds the table. |
This class is the interface to a dataview (tableview) component.
virtual void TdkDataView::setView | ( | TdkView * | view | ) | [inline, virtual] |
Associates the dataview with a map.
m | The map. |
virtual TdkView* TdkDataView::getView | ( | ) | [inline, virtual] |
Returns the map associated with this dataview.
TdkView* TdkDataView::view_ [private] |
Rebuilds the table.