Added API for adding/deleting/changing multiple items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,6 +61,24 @@ Called by owning model.
|
||||
|
||||
Called by owning model.
|
||||
|
||||
\membersection{wxDataViewModelNotifier::ItemsAdded}\label{wxdataviewmodelnotifieritemsadded}
|
||||
|
||||
\func{bool}{ItemsAdded}{\param{const wxDataViewItem\& }{parent}, \param{const wxDataViewItemArray\& }{items}}
|
||||
|
||||
Called by owning model.
|
||||
|
||||
\membersection{wxDataViewModelNotifier::ItemsChanged}\label{wxdataviewmodelnotifieritemschanged}
|
||||
|
||||
\func{bool}{ItemsChanged}{\param{const wxDataViewItemArray\& }{items}}
|
||||
|
||||
Called by owning model.
|
||||
|
||||
\membersection{wxDataViewModelNotifier::ItemsDeleted}\label{wxdataviewmodelnotifieritemsdeleted}
|
||||
|
||||
\func{bool}{ItemsDeleted}{\param{const wxDataViewItem\& }{parent}, \param{const wxDataViewItemArray\& }{items}}
|
||||
|
||||
Called by owning model.
|
||||
|
||||
\membersection{wxDataViewModelNotifier::Resort}\label{wxdataviewmodelnotifierresort}
|
||||
|
||||
\func{void}{Resort}{\void}
|
||||
|
Reference in New Issue
Block a user