#include <wx/dataview.h>
A wxDataViewModelNotifier instance is owned by a wxDataViewModel and mirrors its notification interface.
See the documentation of that class for further information.
<>< =''>:</>&;&;< =''>\ </></>
Public Member Functions | |
| wxDataViewModelNotifier () | |
| Constructor. More... | |
| virtual | ~wxDataViewModelNotifier () |
| Destructor. More... | |
| virtual bool | Cleared ()=0 |
| Called by owning model. More... | |
| wxDataViewModel * | GetOwner () const |
| Get owning wxDataViewModel. More... | |
| virtual bool | ItemAdded (const wxDataViewItem &parent, const wxDataViewItem &item)=0 |
| Called by owning model. More... | |
| virtual bool | ItemChanged (const wxDataViewItem &item)=0 |
| Called by owning model. More... | |
| virtual bool | ItemDeleted (const wxDataViewItem &parent, const wxDataViewItem &item)=0 |
| Called by owning model. More... | |
| virtual bool | ItemsAdded (const wxDataViewItem &parent, const wxDataViewItemArray &items) |
| Called by owning model. More... | |
| virtual bool | ItemsChanged (const wxDataViewItemArray &items) |
| Called by owning model. More... | |
| virtual bool | ItemsDeleted (const wxDataViewItem &parent, const wxDataViewItemArray &items) |
| Called by owning model. More... | |
| virtual void | Resort ()=0 |
| Called by owning model. More... | |
| void | SetOwner (wxDataViewModel *owner) |
| Set owner of this notifier. More... | |
| virtual bool | ValueChanged (const wxDataViewItem &item, unsigned int col)=0 |
| Called by owning model. More... | |
| wxDataViewModelNotifier::wxDataViewModelNotifier | ( | ) |
Constructor.
|
virtual |
Destructor.
|
pure virtual |
Called by owning model.
| wxDataViewModel* wxDataViewModelNotifier::GetOwner | ( | ) | const |
Get owning wxDataViewModel.
|
pure virtual |
Called by owning model.
|
pure virtual |
Called by owning model.
|
pure virtual |
Called by owning model.
|
virtual |
Called by owning model.
|
virtual |
Called by owning model.
|
virtual |
Called by owning model.
|
pure virtual |
Called by owning model.
| void wxDataViewModelNotifier::SetOwner | ( | wxDataViewModel * | owner | ) |
Set owner of this notifier.
Used internally.
|
pure virtual |
Called by owning model.