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

Lines Matching refs:wxPrefConfig

3 // Purpose:     wxPrefConfig implementation
35 This wxPrefConfig class is a wxConfig wrapper around PalmOS Preferences
37 wxPrefConfig writes there all entries of single group into one Preference.
77 NOTE: wxPrefConfig can read/write only its own entries. It is impossible to
86 wxPrefConfig::wxPrefConfig(const wxString& appName, const wxString& vendorName,
97 void wxPrefConfig::SetPath(const wxString& strPath)
105 bool wxPrefConfig::GetFirstGroup(wxString& str, long& lIndex) const
109 bool wxPrefConfig::GetNextGroup(wxString& str, long& lIndex) const
115 bool wxPrefConfig::GetFirstEntry(wxString& str, long& lIndex) const
121 bool wxPrefConfig::GetNextEntry(wxString& str, long& lIndex) const
127 size_t wxPrefConfig::GetNumberOfEntries(bool WXUNUSED(bRecursive)) const
133 size_t wxPrefConfig::GetNumberOfGroups(bool WXUNUSED(bRecursive)) const
143 bool wxPrefConfig::HasGroup(const wxString& key) const
149 bool wxPrefConfig::HasEntry(const wxString& key) const
155 wxConfigBase::EntryType wxPrefConfig::GetEntryType(const wxString& key) const
165 bool wxPrefConfig::DoReadString(const wxString& key, wxString *pStr) const
174 bool wxPrefConfig::DoReadLong(const wxString& key, long *plResult) const
180 bool wxPrefConfig::DoWriteString(const wxString& key, const wxString& szValue)
186 bool wxPrefConfig::DoWriteLong(const wxString& key, long lValue)
196 bool wxPrefConfig::RenameEntry(const wxString& oldName, const wxString& newName)
202 bool wxPrefConfig::RenameGroup(const wxString& oldName, const wxString& newName)
212 bool wxPrefConfig::DeleteEntry(const wxString& value, bool bGroupIfEmptyAlso)
218 bool wxPrefConfig::DeleteGroup(const wxString& key)
224 bool wxPrefConfig::DeleteAll()