Searched refs:GetString (Results 51 - 75 of 185) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dradiobox.h81 virtual wxString GetString(unsigned int item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dchoice.h85 virtual wxString GetString(unsigned int n) const;
H A Dlistbox.h80 virtual wxString GetString(unsigned int n) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dchecklst.h64 virtual wxString GetString(unsigned int n) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dchoice.h103 virtual wxString GetString(unsigned int n) const;
H A Dlistbox.h110 virtual wxString GetString(unsigned int n) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dchoice.h76 virtual wxString GetString(unsigned int n) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dchoice.cpp240 wxString wxChoice::GetString(unsigned int n) const function in class:wxChoice
242 wxCHECK_MSG( IsValid(n), wxEmptyString, wxT("wxChoice::GetString(): invalid index") );
331 wxString str(GetString(i));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dchoice.cpp187 wxString wxChoice::GetString(unsigned int n) const function in class:wxChoice
190 _T("wxChoice::GetString(): invalid index") );
267 wxString str(GetString(i));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dchoice.cpp244 wxString wxChoice::GetString(unsigned int n) const function in class:wxChoice
263 } // end of wxChoice::GetString
330 wxString sStr(GetString(i));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dodcombo.h104 wxString GetString( int item ) const;
317 virtual wxString GetString(unsigned int n) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dchoice.cpp283 items.Add(GetString(i));
394 wxString wxChoice::GetString(unsigned int n) const function in class:wxChoice
420 wxFAIL_MSG( wxT("wxChoice: invalid index in GetString()") );
572 GetTextExtent( GetString(n), &width, NULL, NULL, NULL );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dchoice.cpp297 items.Add(GetString(i));
407 wxString wxChoice::GetString(unsigned int n) const function in class:wxChoice
433 wxFAIL_MSG( wxT("wxChoice: invalid index in GetString()") );
584 GetTextExtent(GetString(n), &width, NULL, NULL, NULL );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DAvahiTest.cs102 Console.WriteLine ("Text: " + Encoding.UTF8.GetString (bytes));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DAvahiTest.cs102 Console.WriteLine ("Text: " + Encoding.UTF8.GetString (bytes));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistbox.cpp503 wxString wxListBox::GetString(unsigned int n) const function in class:wxListBox
506 wxT("invalid index in wxListBox::GetString") );
639 const wxString str = GetString(i);
671 wxString str(GetString(i));
779 event.SetString(GetString(n));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dchoice.cpp201 wxString wxChoice::GetString(unsigned int n) const function in class:wxChoice
H A Dlistbox.cpp241 wxString wxListBox::GetString(unsigned int n) const function in class:wxListBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dcombobox.h123 virtual wxString GetString(unsigned int n) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatTree.cpp466 (CFormat(wxT("%u")) % ((uint64)(*m_dividend)/(*m_divisor))).GetString();
528 wxString CStatTreeItemRatio::GetString() const function in class:CStatTreeItemRatio
558 return CFormat(wxGetTranslation(m_label)) % GetString();
564 CECTag value(EC_TAG_STAT_NODE_VALUE, GetString());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dcombobox.h112 virtual wxString GetString(unsigned int) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dlistbox.h69 virtual wxString GetString(unsigned int n) const;
H A Dradiobox.h93 virtual wxString GetString(unsigned int n) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dcombobox.h89 virtual wxString GetString(unsigned int n) const;
H A Dlistbox.h74 virtual wxString GetString(unsigned int n) const;

Completed in 123 milliseconds

12345678