Searched refs:GetColType (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewmodel.tex44 \helpref{GetColType}{wxdataviewlistmodelgetcoltype} and
136 \membersection{wxDataViewListModel::GetColType}\label{wxdataviewlistmodelgetcoltype}
138 \func{virtual wxString}{GetColType}{\param{unsigned int }{col}}
H A Drecrdset.tex162 \membersection{wxRecordSet::GetColType}
164 \func{short}{GetColType}{\param{int}{ col}}
169 \func{short}{GetColType}{\param{const wxString\& }{ name}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddataview.h117 virtual wxString GetColType( unsigned int col ) = 0;
186 virtual wxString GetColType( unsigned int col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatavcmn.cpp590 wxString wxDataViewSortedListModel::GetColType( unsigned int col ) function in class:wxDataViewSortedListModel
592 return m_child->GetColType( col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dataview/
H A Ddataview.cpp68 virtual wxString GetColType( unsigned int col ) function in class:MyTextModel
202 virtual wxString GetColType( unsigned int WXUNUSED(col) ) { return wxT("string"); } function in class:MyUnsortedTextModel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataview.cpp250 wxString wxtype = list_store->model->GetColType( (unsigned int) index );
307 wxString mtype = model->GetColType( (unsigned int) column );

Completed in 121 milliseconds