Searched refs:DeleteGroup (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/fileconf/
H A Dfileconftest.cpp72 CPPUNIT_TEST( DeleteGroup );
89 void DeleteGroup();
299 void FileConfigTestCase::DeleteGroup() function in class:FileConfigTestCase
304 CPPUNIT_ASSERT( !fc.DeleteGroup(_T("foo")) );
306 CPPUNIT_ASSERT( fc.DeleteGroup(_T("root/group1")) );
313 CPPUNIT_ASSERT( fc.DeleteGroup(_T("root/group2/")) );
318 CPPUNIT_ASSERT( fc.DeleteGroup(_T("root")) );
482 // using DeleteGroup exposes the problem, using DeleteAll doesn't
483 CPPUNIT_ASSERT( fc.DeleteGroup(groupPath) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprefconf.cpp218 bool wxPrefConfig::DeleteGroup(const wxString& key) 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.h78 virtual bool DeleteGroup(const wxString& szKey);
H A Dregconf.h76 virtual bool DeleteGroup(const wxString& key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprefconf.h67 virtual bool DeleteGroup(const wxString& key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfileconf.h164 virtual bool DeleteGroup(const wxString& szKey);
H A Dconfbase.h227 virtual bool DeleteGroup(const wxString& key) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Diniconf.h97 virtual bool DeleteGroup(const wxString& szKey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Diniconf.cpp395 bool wxIniConfig::DeleteGroup(const wxString& szKey) function in class:wxIniConfig
H A Dregconf.cpp698 bool wxRegConfig::DeleteGroup(const wxString& key) function in class:wxRegConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp425 bool wxIniConfig::DeleteGroup(const wxString& szKey) function in class:wxIniConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconfig.tex305 \helpref{DeleteGroup}{wxconfigbasedeletegroup}\\
469 \membersection{wxConfigBase::DeleteGroup}\label{wxconfigbasedeletegroup}
471 \func{bool}{DeleteGroup}{\param{const wxString\& }{ key}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp1182 bool wxFileConfig::DeleteGroup(const wxString& key) function in class:wxFileConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKnownFile.cpp1260 cfg->DeleteGroup(strCfgPath);
H A DPreferences.cpp1548 while (cfg->DeleteGroup(CFormat(wxT("/Cat#%i")) % maxcat++)) {}

Completed in 132 milliseconds