wxdataviewlistmodelnotifiera wxdataviewlistmodelnotifier instance is owned by a wxdataviewlistmodel and mostly mirrors its interface. see the documentation of that class for further information. derived from include files <wx/dataview.h>
wxdataviewlistmodelnotifier::wxdataviewlistmodelnotifier
wxdataviewlistmodelnotifier::wxdataviewlistmodelnotifierwxdataviewlistmodelnotifier() constructor.
wxdataviewlistmodelnotifier::~wxdataviewlistmodelnotifier~wxdataviewlistmodelnotifier() destructor.
wxdataviewlistmodelnotifier::clearedbool cleared() called by owning list model.
wxdataviewlistmodelnotifier::getownerwxdataviewlistmodel* getowner() returns the owning wxdataviewlistmodel.
wxdataviewlistmodelnotifier::rowappendedbool rowappended() called by owning list model.
wxdataviewlistmodelnotifier::rowchangedbool rowchanged(unsigned int row) called by owning list model.
wxdataviewlistmodelnotifier::rowdeletedbool rowdeleted(unsigned int row) called by owning list model.
wxdataviewlistmodelnotifier::rowinsertedbool rowinserted(unsigned int before) called by owning list model.
wxdataviewlistmodelnotifier::rowprependedbool rowprepended() called by owning list model.
wxdataviewlistmodelnotifier::rowsreorderedbool rowsreordered(unsigned int* new_order) called by owning list model.
wxdataviewlistmodelnotifier::setownervoid setowner(wxdataviewlistmodel* owner) set the owning wxdataviewlistmodel. this method is called by the wxdataviewlistmodel::addnotifier.
wxdataviewlistmodelnotifier::valuechangedbool valuechanged(unsigned int col, unsigned int row) called by owning list model.
|