Searched refs:GetColLabelValue (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbgrid.h147 virtual wxString GetColLabelValue(int col);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.h245 virtual wxString GetColLabelValue( int col );
H A Dgriddemo.cpp1437 wxString BugsGridTable::GetColLabelValue( int col ) function in class:BugsGridTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridtbl.tex159 \membersection{wxGridTableBase::GetColLabelValue}\label{wxgridtablebasegetcollabelvalue}
161 \func{wxString}{GetColLabelValue}{\param{int }{col}}
H A Dgrid.tex652 \membersection{wxGrid::GetColLabelValue}\label{wxgridgetcollabelvalue}
654 \func{wxString}{GetColLabelValue}{\param{int }{col}}
658 \helpref{wxGridTableBase::GetColLabelValue}{wxgridtablebasegetcollabelvalue} to provide
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h873 virtual wxString GetColLabelValue( int col );
999 wxString GetColLabelValue( int col );
1295 wxString GetColLabelValue( int col );
1718 return GetColLabelValue( pos );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbgrid.cpp567 wxString wxDbGridTableBase::GetColLabelValue(int col) function in class:wxDbGridTableBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp3352 wxString wxGridTableBase::GetColLabelValue( int col ) function in class:wxGridTableBase
3671 m_colLabels[i] = wxGridTableBase::GetColLabelValue( i );
3808 wxString wxGridStringTable::GetColLabelValue( int col ) function in class:wxGridStringTable
3814 return wxGridTableBase::GetColLabelValue( col );
3847 m_colLabels.Add( wxGridTableBase::GetColLabelValue(i) );
8207 DrawTextRectangle( dc, GetColLabelValue( col ), rect, hAlign, vAlign, orient );
9586 wxString wxGrid::GetColLabelValue( int col ) function in class:wxGrid
9590 return m_table->GetColLabelValue( col );
10603 StringToLines(GetColLabelValue(col), lines);
10753 dc.GetMultiLineTextExtent( GetColLabelValue(co
[all...]

Completed in 108 milliseconds