Searched refs:GetNextGroup (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprefconf.cpp109 bool wxPrefConfig::GetNextGroup(wxString& str, long& lIndex) const function in class:wxPrefConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Diniconf.h59 virtual bool GetNextGroup (wxString& str, long& lIndex) const;
H A Dregconf.h54 virtual bool GetNextGroup (wxString& str, long& lIndex) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprefconf.h45 virtual bool GetNextGroup (wxString& str, long& lIndex) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dscorefil.cpp58 while (m_config->GetNextGroup(player, index))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfileconf.h148 virtual bool GetNextGroup (wxString& str, long& lIndex) const;
H A Dconfbase.h131 virtual bool GetNextGroup (wxString& str, long& lIndex) const = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregconf.cpp405 return GetNextGroup(str, lIndex);
408 bool wxRegConfig::GetNextGroup(wxString& str, long& lIndex) const function in class:wxRegConfig
500 bCont = ((wxRegConfig*)this)->GetNextGroup(str, l);
H A Diniconf.cpp202 bool wxIniConfig::GetNextGroup (wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dfontmgr.cpp184 cont = cfg.GetNextGroup(name, i) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Diniconf.h54 virtual bool GetNextGroup (wxString& str, long& lIndex) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp197 bool wxIniConfig::GetNextGroup(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/fileconf/
H A Dfileconftest.cpp201 cont = fc.GetNextGroup(name, cookie), nGroups-- )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconfig.tex226 bCont = GetConfig()->GetNextGroup(str, dummy);
237 \helpref{GetNextGroup}{wxconfigbasegetnextgroup}\\
562 \membersection{wxConfigBase::GetNextGroup}\label{wxconfigbasegetnextgroup}
564 \constfunc{bool}{GetNextGroup}{\param{wxString\& }{str}, \param{long\&}{ index}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp816 return GetNextGroup(str, lIndex);
819 bool wxFileConfig::GetNextGroup (wxString& str, long& lIndex) const function in class:wxFileConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2093 bCont = config->GetNextGroup(str, dummy);

Completed in 124 milliseconds