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.
継承元
インクルードファイル
<wx/dataview.h>
wxDataViewModel::wxDataViewModel
wxDataViewModel::~wxDataViewModel
wxDataViewModel()
Constructor.
~wxDataViewModel()
Destructor.