Contents Up Previous Next

wxDataViewModel

wxDataViewModel is the base class for all data model to be displayed by a wxDataViewCtrl. Currently, this class has no functionality at all and the only existing implementation of it is the wxDataViewListModel. The plan is to move all functionality of wxDataViewListModel and a to-be-written wxDataViewTreeModel into wxDataViewModel and make wxDataViewListModel and wxDataViewTreeModel subsets of the abstract wxDataViewModel.

Derived from

wxObject

Include files

<wx/dataview.h>

wxDataViewModel::wxDataViewModel
wxDataViewModel::~wxDataViewModel


wxDataViewModel::wxDataViewModel

wxDataViewModel()

Constructor.


wxDataViewModel::~wxDataViewModel

~wxDataViewModel()

Destructor.