Searched refs:GetTypeName (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbgrid.h134 virtual wxString GetTypeName(int row, int col);
H A Dxti.h407 const wxString& GetTypeName() const { return m_name ; } function in class:wxTypeInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.h247 virtual wxString GetTypeName( int row, int col );
H A Dgriddemo.cpp1235 wxString BugsGridTable::GetTypeName(int WXUNUSED(row), 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.tex49 \membersection{wxGridTableBase::GetTypeName}\label{wxgridtablebasegettypename}
51 \func{wxString}{GetTypeName}{\param{int }{row}, \param{int }{col}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdline.cpp49 static wxString GetTypeName(wxCmdLineParamType type);
1030 val << _T('<') << GetTypeName(opt.type) << _T('>');
1096 static wxString GetTypeName(wxCmdLineParamType type)
H A Ddbgrid.cpp260 wxString wxDbGridTableBase::GetTypeName(int WXUNUSED(row), int col) function in class:wxDbGridTableBase
H A Dxti.cpp691 new wxPropertyInfo( m_firstProperty , this , propertyName , typeInfo->GetTypeName() , new wxGenericPropertyAccessor( propertyName ) , wxxVariant() ) ;
H A Dxtistrm.cpp696 value.Printf( wxT("%s(%s)"), cti->GetTypeName().c_str(),param.GetAsString().c_str() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h842 virtual wxString GetTypeName( int row, int col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp3379 wxString wxGridTableBase::GetTypeName( int WXUNUSED(row), int WXUNUSED(col) ) function in class:wxGridTableBase
10452 wxString typeName = m_table->GetTypeName(row, col);
10458 wxString typeName = m_table->GetTypeName(row, col);

Completed in 91 milliseconds