Searched refs:wxStringList (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dfontenum.h34 wxStringList& GetFacenames() { return (wxStringList&) m_faceNames; }
36 wxStringList m_faceNames;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dfontenum.h34 wxStringList& GetFacenames() { return (wxStringList&) m_faceNames; }
36 wxStringList m_faceNames;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvaltext.h64 wxDEPRECATED( void SetIncludeList(const wxStringList& list) );
65 wxDEPRECATED( wxStringList& GetIncludeList() );
67 wxDEPRECATED( void SetExcludeList(const wxStringList& list) );
68 wxDEPRECATED( wxStringList& GetExcludeList() );
93 wxStringList m_includeList;
94 wxStringList m_excludeList;
H A Dvariant.h259 wxDEPRECATED( wxVariant(const wxStringList& val, const wxString& name = wxEmptyString) );
260 wxDEPRECATED( bool operator== (const wxStringList& value) const );
261 wxDEPRECATED( bool operator!= (const wxStringList& value) const );
262 wxDEPRECATED( void operator= (const wxStringList& value) );
263 wxDEPRECATED( wxStringList& GetStringList() const );
H A Dlist.h3 // Purpose: wxList, wxStringList classes
395 // resolve ambiguity which we would otherwise have with wxStringList::Find() and
1223 // wxStringList class for compatibility with the old code
1227 class WXDLLIMPEXP_BASE wxStringList : public wxStringListBase class in inherits:wxStringListBase
1233 wxStringList();
1234 wxDEPRECATED( wxStringList(const wxChar *first ...) );
1236 wxStringList();
1237 wxStringList(const wxChar *first ...);
1242 wxStringList(const wxStringList function in class:wxStringList
1271 class WXDLLIMPEXP_BASE wxStringList : public wxStringListBase class in inherits:wxStringListBase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dlist.cpp589 // wxStringList
598 IMPLEMENT_DYNAMIC_CLASS(wxStringList, wxObject)
607 bool wxStringList::Delete(const wxChar *s)
624 void wxStringList::DoCopy(const wxStringList& other)
635 wxStringList::wxStringList() function in class:wxStringList
642 wxStringList::wxStringList (const wxChar *first, ...) function in class:wxStringList
676 wxChar **wxStringList
[all...]
H A Dvaltext.cpp216 inline void wxCopyStringListToArrayString(wxArrayString& to, const wxStringList& from)
220 for ( wxStringList::compatibility_iterator pNode = from.GetFirst();
228 inline void wxCopyArrayStringToStringList(wxStringList& to, const wxArrayString& from)
236 wxStringList& wxTextValidator::GetIncludeList()
242 wxStringList& wxTextValidator::GetExcludeList()
248 void wxTextValidator::SetIncludeList(const wxStringList& list)
253 void wxTextValidator::SetExcludeList(const wxStringList& list)
H A Dvariant.cpp1725 wxVariantDataStringList(const wxStringList& list) { m_value = list; }
1727 wxStringList& GetValue() const { return (wxStringList&) m_value; }
1728 void SetValue(const wxStringList& value);
1742 wxStringList m_value;
1747 void wxVariantDataStringList::SetValue(const wxStringList& value)
1757 wxStringList::compatibility_iterator node1 = m_value.GetFirst();
1758 wxStringList::compatibility_iterator node2 = listData.GetValue().GetFirst();
1785 wxStringList::compatibility_iterator node = m_value.GetFirst();
1818 wxVariant::wxVariant(const wxStringList
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dchoice.h108 const wxStringList& GetStrings() const { return m_stringList; }
120 wxStringList m_stringList;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dresource.h83 inline void SetStringValues(const wxStringList& svalues) { m_stringValues = svalues; }
102 inline wxStringList& GetStringValues() const { return (wxStringList&) m_stringValues; }
125 wxStringList m_stringValues; // Optional string values
H A Dpropform.h214 wxStringFormValidator(wxStringList *list = NULL, long flags = 0);
227 wxStringList* m_strings;
H A Dproplist.h474 wxStringListValidator(wxStringList *list = NULL, long flags = 0);
501 wxStringList* m_strings;
580 bool EditStringList(wxWindow *parent, wxStringList *stringList, const wxChar *title = wxT("String List Editor"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/proplist/
H A Dproplist.cpp163 wxStringList *strings = new wxStringList(wxT("one"), wxT("two"), wxT("three"), NULL);
166 wxStringList *strings2 = new wxStringList(wxT("earth"), wxT("fire"), wxT("wind"), wxT("water"), NULL);
218 wxStringList *strings = new wxStringList(wxT("one"), wxT("two"), wxT("three"), NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Drc2xml.h46 wxString LookupString(wxString varname,wxStringList id,wxStringList msg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dfrmview.h34 wxStringList mTopMenus;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dchoice.cpp228 // need to ditch wxStringList for wxArrayString
290 for (wxStringList::compatibility_iterator node = m_stringList.GetFirst ();
310 wxStringList::compatibility_iterator node = m_stringList.Item(n);
340 wxStringList::compatibility_iterator node = m_stringList.Item(n);
534 wxStringList::compatibility_iterator curr = m_stringList.GetFirst();
H A Dcombobox.cpp185 wxStringList::Node *node = m_stringList.Item(n);
221 wxStringList::Node *node = m_stringList.Item(n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dmisc.h33 WXDLLIMPEXP_OGL wxStringList* oglFormatText(wxDC& dc, const wxString& text, double width, double height, int formatMode = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Doglmisc.cpp375 wxStringList *oglFormatText(wxDC& dc, const wxString& text, double width, double WXUNUSED(height), int formatMode)
378 wxStringList word_list;
440 wxStringList *string_list = new wxStringList;
443 wxStringList::compatibility_iterator node = word_list.GetFirst();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dproplist.cpp1111 wxStringListValidator::wxStringListValidator(wxStringList *list, long flags):
1206 wxStringList::Node *node = m_strings->GetFirst();
1246 wxStringList::Node *node = m_strings->GetFirst();
1544 wxStringList *stringList = new wxStringList;
1562 wxStringList::Node *node = stringList->GetFirst();
1605 wxStringList* m_stringList;
1647 bool wxListOfStringsListValidator::EditStringList(wxWindow *parent, wxStringList *stringList, const wxChar *title)
1690 wxStringList::Node *node = stringList->GetFirst();
H A Dpropform.cpp628 wxStringFormValidator::wxStringFormValidator(wxStringList *list, long flags):
720 wxStringList::Node *node = m_strings->GetFirst();
744 wxStringList::Node *node = m_strings->GetFirst();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.h136 wxStringList *keywords;
147 extern wxStringList IgnorableInputFiles; // Ignorable \input files, e.g. psbox.tex
484 extern wxStringList CitationList;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dfrmview.cpp210 wxStringList::compatibility_iterator pNode = pView->mTopMenus.GetFirst();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dlistctrl.h422 wxStringList m_stringPool; // Pool of 3 strings to satisfy Windows callback
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dlistctrl.h407 wxStringList m_stringPool; // Pool of 3 strings to satisfy Windows callback

Completed in 294 milliseconds

12