#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.
◆ wxDataViewModelNotifier()
wxDataViewModelNotifier::wxDataViewModelNotifier |
( |
| ) |
|
◆ ~wxDataViewModelNotifier()
virtual wxDataViewModelNotifier::~wxDataViewModelNotifier |
( |
| ) |
|
|
virtual |
◆ Cleared()
virtual bool wxDataViewModelNotifier::Cleared |
( |
| ) |
|
|
pure virtual |
◆ GetOwner()
◆ ItemAdded()
Called by owning model.
- Returns
- Always return true from this function in derived classes.
◆ ItemChanged()
virtual bool wxDataViewModelNotifier::ItemChanged |
( |
const wxDataViewItem & |
item | ) |
|
|
pure virtual |
Called by owning model.
- Returns
- Always return true from this function in derived classes.
◆ ItemDeleted()
Called by owning model.
- Returns
- Always return true from this function in derived classes.
◆ ItemsAdded()
virtual bool wxDataViewModelNotifier::ItemsAdded |
( |
const wxDataViewItem & |
parent, |
|
|
const wxDataViewItemArray & |
items |
|
) |
| |
|
virtual |
Called by owning model.
- Returns
- Always return true from this function in derived classes.
◆ ItemsChanged()
virtual bool wxDataViewModelNotifier::ItemsChanged |
( |
const wxDataViewItemArray & |
items | ) |
|
|
virtual |
Called by owning model.
- Returns
- Always return true from this function in derived classes.
◆ ItemsDeleted()
virtual bool wxDataViewModelNotifier::ItemsDeleted |
( |
const wxDataViewItem & |
parent, |
|
|
const wxDataViewItemArray & |
items |
|
) |
| |
|
virtual |
Called by owning model.
- Returns
- Always return true from this function in derived classes.
◆ Resort()
virtual void wxDataViewModelNotifier::Resort |
( |
| ) |
|
|
pure virtual |
◆ SetOwner()
Set owner of this notifier.
Used internally.
◆ ValueChanged()
virtual bool wxDataViewModelNotifier::ValueChanged |
( |
const wxDataViewItem & |
item, |
|
|
unsigned int |
col |
|
) |
| |
|
pure virtual |
Called by owning model.
- Returns
- Always return true from this function in derived classes.