Searched refs:DeleteEntry (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.cpp212 bool wxPrefConfig::DeleteEntry(const wxString& value, bool bGroupIfEmptyAlso) function in class:wxPrefConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/fileconf/
H A Dfileconftest.cpp71 CPPUNIT_TEST( DeleteEntry );
88 void DeleteEntry();
273 void FileConfigTestCase::DeleteEntry() function in class:FileConfigTestCase
278 CPPUNIT_ASSERT( !fc.DeleteEntry(_T("foo")) );
280 CPPUNIT_ASSERT( fc.DeleteEntry(_T("root/group1/subgroup/subentry")) );
291 CPPUNIT_ASSERT( fc.DeleteEntry(_T("subentry2")) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Diniconf.h77 virtual bool DeleteEntry(const wxString& Key, bool bGroupIfEmptyAlso = true);
H A Dregconf.h75 virtual bool DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprefconf.h66 virtual bool DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfileconf.h163 virtual bool DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso = true);
H A Dconfbase.h224 virtual bool DeleteEntry(const wxString& key,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Diniconf.h96 virtual bool DeleteEntry(const wxString& Key, bool bGroupIfEmptyAlso);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Diniconf.cpp372 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) function in class:wxIniConfig
H A Dregconf.cpp680 bool wxRegConfig::DeleteEntry(const wxString& value, bool bGroupIfEmptyAlso) 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.cpp400 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) function in class:wxIniConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp229 bool DeleteEntry(const wxChar *szName);
1127 if ( !m_pCurrentGroup->DeleteEntry(oldName) )
1161 bool wxFileConfig::DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso) function in class:wxFileConfig
1165 if ( !m_pCurrentGroup->DeleteEntry(path.Name()) )
1423 element - the code in DeleteEntry/Subgroup does this by backtracking the list
1804 bool wxFileConfigGroup::DeleteEntry(const wxChar *szName) function in class:wxFileConfigGroup
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.cpp1252 wxConfigBase::Get()->DeleteEntry(wxT("/eMule/GeoIPUpdateUrl")); // get rid of the old one for a while
1308 cfg->DeleteEntry(wxT("/eMule/ExecOnCompletion"));
1314 cfg->DeleteEntry(wxT("/eMule/ExecOnCompletionCommand"));
1332 cfg->DeleteEntry(wxT("/eMule/UDPDisable"));
1342 cfg->DeleteEntry(wxT("/SkinGUIOptions/UseSkinFiles"));
H A DStatistics.cpp327 cfg->DeleteEntry(wxT("/Statistics/TotalUploadedBytes"));
332 cfg->DeleteEntry(wxT("/Statistics/TotalDownloadedBytes"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconfig.tex304 \helpref{DeleteEntry}{wxconfigbasedeleteentry}\\
461 \membersection{wxConfigBase::DeleteEntry}\label{wxconfigbasedeleteentry}
463 \func{bool}{DeleteEntry}{\param{const wxString\& }{ key}, \param{bool}{ bDeleteGroupIfEmpty = true}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp806 fileconf.DeleteEntry(testEntry);

Completed in 244 milliseconds