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.