A 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::~wxDataViewListModelNotifier
wxDataViewListModelNotifier::Cleared
wxDataViewListModelNotifier::GetOwner
wxDataViewListModelNotifier::RowAppended
wxDataViewListModelNotifier::RowChanged
wxDataViewListModelNotifier::RowDeleted
wxDataViewListModelNotifier::RowInserted
wxDataViewListModelNotifier::RowPrepended
wxDataViewListModelNotifier::RowsReordered
wxDataViewListModelNotifier::SetOwner
wxDataViewListModelNotifier::ValueChanged
wxDataViewListModelNotifier()
Constructor.
~wxDataViewListModelNotifier()
Destructor.
bool Cleared()
Called by owning list model.
wxDataViewListModel* GetOwner()
Returns the owning wxDataViewListModel.
bool RowAppended()
Called by owning list model.
bool RowChanged(unsigned int row)
Called by owning list model.
bool RowDeleted(unsigned int row)
Called by owning list model.
bool RowInserted(unsigned int before)
Called by owning list model.
bool RowPrepended()
Called by owning list model.
bool RowsReordered(unsigned int* new_order)
Called by owning list model.
void SetOwner(wxDataViewListModel* owner)
Set the owning wxDataViewListModel. This method is called by the wxDataViewListModel::AddNotifier.
bool ValueChanged(unsigned int col, unsigned int row)
Called by owning list model.