• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/

Lines Matching refs:wxIniConfig

3 // Purpose:     implementation of wxIniConfig class
54 wxIniConfig::wxIniConfig(const wxString& strAppName,
93 wxIniConfig::~wxIniConfig()
101 void wxIniConfig::SetPath(const wxString& strPath)
142 const wxString& wxIniConfig::GetPath() const
164 wxString wxIniConfig::GetPrivateKeyName(const wxString& szKey) const
176 wxString wxIniConfig::GetKeyName(const wxString& szKey) const
195 bool wxIniConfig::GetFirstGroup(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
202 bool wxIniConfig::GetNextGroup (wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
209 bool wxIniConfig::GetFirstEntry(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
216 bool wxIniConfig::GetNextEntry (wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
228 size_t wxIniConfig::GetNumberOfEntries(bool WXUNUSED(bRecursive)) const
235 size_t wxIniConfig::GetNumberOfGroups(bool WXUNUSED(bRecursive)) const
242 bool wxIniConfig::HasGroup(const wxString& WXUNUSED(strName)) const
249 bool wxIniConfig::HasEntry(const wxString& WXUNUSED(strName)) const
257 bool wxIniConfig::IsEmpty() const
277 bool wxIniConfig::DoReadString(const wxString& szKey, wxString *pstr) const
302 bool wxIniConfig::DoReadLong(const wxString& szKey, long *pl) const
339 bool wxIniConfig::DoWriteString(const wxString& szKey, const wxString& szValue)
353 bool wxIniConfig::DoWriteLong(const wxString& szKey, long lValue)
362 bool wxIniConfig::Flush(bool /* bCurrentOnly */)
372 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso)
395 bool wxIniConfig::DeleteGroup(const wxString& szKey)
414 bool wxIniConfig::DeleteAll()
442 bool wxIniConfig::RenameEntry(const wxString& WXUNUSED(oldName),
449 bool wxIniConfig::RenameGroup(const wxString& WXUNUSED(oldName),