X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3203e334b04d8bb8fa3a2b93d01527117f7408ec..5e1fd3eb6103c8f91bcec37ddffe322b8ddbfaa5:/docs/latex/wx/dataviewmodel.tex diff --git a/docs/latex/wx/dataviewmodel.tex b/docs/latex/wx/dataviewmodel.tex index f658eb5574..4a00cfce13 100644 --- a/docs/latex/wx/dataviewmodel.tex +++ b/docs/latex/wx/dataviewmodel.tex @@ -119,28 +119,12 @@ Adds {\it notifier} to the internal list of notifers. See also \helpref{RemoveNotifier}{wxdataviewlistmodelremovenotifier}. -\membersection{wxDataViewListModel::AddViewingColumn}\label{wxdataviewlistmodeladdviewingcolumn} - -\func{void}{AddViewingColumn}{\param{wxDataViewColumn* }{view\_column}, \param{unsigned int }{model\_column}} - -Used internally. Used for maintaining a list of -\helpref{wxDataViewColumn}{wxdataviewcolumn} that -display a certain column of this model. - \membersection{wxDataViewListModel::Cleared}\label{wxdataviewlistmodelcleared} \func{bool}{virtual Cleared}{\void} Call this if all data in your model has been cleared. -\membersection{wxDataViewListModel::GetColType}\label{wxdataviewlistmodelgetcoltype} - -\func{virtual wxString}{GetColType}{\param{unsigned int }{col}} - -Override this to indicate what type of data is stored in the -column specified by {\it col}. This should return a string -indicating the type of data as reported by \helpref{wxVariant}{wxvariant}. - \membersection{wxDataViewListModel::GetColumnCount}\label{wxdataviewlistmodelgetcolumncount} \func{virtual unsigned int}{GetColumnCount}{\void} @@ -148,6 +132,14 @@ indicating the type of data as reported by \helpref{wxVariant}{wxvariant}. Override this to indicate, how many columns the list model has. +\membersection{wxDataViewListModel::GetColumnType}\label{wxdataviewlistmodelgetcolumntype} + +\func{virtual wxString}{GetColType}{\param{unsigned int }{col}} + +Override this to indicate what type of data is stored in the +column specified by {\it col}. This should return a string +indicating the type of data as reported by \helpref{wxVariant}{wxvariant}. + \membersection{wxDataViewListModel::GetRowCount}\label{wxdataviewlistmodelgetrowcount} \func{virtual unsigned int}{GetRowCount}{\void} @@ -171,14 +163,6 @@ Removes the notifier from the list of notifiers. See also \helpref{AddNotifier}{wxdataviewlistmodeladdnotifier}. -\membersection{wxDataViewListModel::RemoveViewingColumn}\label{wxdataviewlistmodelremoveviewingcolumn} - -\func{void}{RemoveViewingColumn}{\param{wxDataViewColumn* }{column}} - -Used internally. Used for maintaining a list of -\helpref{wxDataViewColumn}{wxdataviewcolumn} that -display a certain column of this model. - \membersection{wxDataViewListModel::RowAppended}\label{wxdataviewlistmodelrowappended} \func{virtual bool}{RowAppended}{\void}