git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2007-04-25 08:20:03 +00:00
parent c94f845b16
commit 1be9182df8

View File

@ -133,14 +133,6 @@ display a certain column of this model.
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 +140,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}