Contents Up Previous Next

wxDataViewListModelNotifier

A wxDataViewListModelNotifier instance is owned by a wxDataViewListModel and mostly mirrors its interface. See the documentation of that class for further information.

Derived from

wxObject

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::wxDataViewListModelNotifier

wxDataViewListModelNotifier()

Constructor.


wxDataViewListModelNotifier::~wxDataViewListModelNotifier

~wxDataViewListModelNotifier()

Destructor.


wxDataViewListModelNotifier::Cleared

bool Cleared()

Called by owning list model.


wxDataViewListModelNotifier::GetOwner

wxDataViewListModel* GetOwner()

Returns the owning wxDataViewListModel.


wxDataViewListModelNotifier::RowAppended

bool RowAppended()

Called by owning list model.


wxDataViewListModelNotifier::RowChanged

bool RowChanged(unsigned int row)

Called by owning list model.


wxDataViewListModelNotifier::RowDeleted

bool RowDeleted(unsigned int row)

Called by owning list model.


wxDataViewListModelNotifier::RowInserted

bool RowInserted(unsigned int before)

Called by owning list model.


wxDataViewListModelNotifier::RowPrepended

bool RowPrepended()

Called by owning list model.


wxDataViewListModelNotifier::RowsReordered

bool RowsReordered(unsigned int* new_order)

Called by owning list model.


wxDataViewListModelNotifier::SetOwner

void SetOwner(wxDataViewListModel* owner)

Set the owning wxDataViewListModel. This method is called by the wxDataViewListModel::AddNotifier.


wxDataViewListModelNotifier::ValueChanged

bool ValueChanged(unsigned int col, unsigned int row)

Called by owning list model.