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

Lines Matching refs:wxIniConfig

3 // Purpose:     implementation of wxIniConfig class
49 wxIniConfig::wxIniConfig(const wxString& strAppName,
79 wxIniConfig::~wxIniConfig()
87 void wxIniConfig::SetPath(const wxString& strPath)
134 const wxString& wxIniConfig::GetPath() const
159 wxString wxIniConfig::GetPrivateKeyName(const wxString& szKey) const
171 wxString wxIniConfig::GetKeyName(const wxString& szKey) const
190 bool wxIniConfig::GetFirstGroup(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
197 bool wxIniConfig::GetNextGroup(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
204 bool wxIniConfig::GetFirstEntry(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
211 bool wxIniConfig::GetNextEntry(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
223 size_t wxIniConfig::GetNumberOfEntries(bool WXUNUSED(bRecursive)) const
230 size_t wxIniConfig::GetNumberOfGroups(bool WXUNUSED(bRecursive)) const
237 bool wxIniConfig::HasGroup(const wxString& WXUNUSED(strName)) const
244 bool wxIniConfig::HasEntry(const wxString& WXUNUSED(strName)) const
252 bool wxIniConfig::IsEmpty() const
272 bool wxIniConfig::Read(const wxString& szKey, wxString *pstr) const
300 bool wxIniConfig::Read(const wxString& szKey, wxString *pstr,
332 bool wxIniConfig::Read(const wxString& szKey, long *pl) const
366 bool wxIniConfig::Write(const wxString& szKey, const wxString& WXUNUSED(szValue))
380 bool wxIniConfig::Write(const wxString& szKey, long lValue)
389 bool wxIniConfig::Flush(bool /* bCurrentOnly */)
400 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso)
425 bool wxIniConfig::DeleteGroup(const wxString& szKey)
444 bool wxIniConfig::DeleteAll()
473 bool wxIniConfig::RenameEntry(const wxString& WXUNUSED(oldName), const wxString& WXUNUSED(newName))
479 bool wxIniConfig::RenameGroup(const wxString& WXUNUSED(oldName), const wxString& WXUNUSED(newName))