wxdataviewmodelwxdataviewmodel 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 include files <wx/dataview.h>
wxdataviewmodel::wxdataviewmodel
wxdataviewmodel::wxdataviewmodelwxdataviewmodel() constructor.
wxdataviewmodel::~wxdataviewmodel~wxdataviewmodel() destructor.
|