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

Lines Matching refs:wxFileConfig

3 // Purpose:     implementation of wxFileConfig derivation of wxConfig
64 #define CONST_CAST ((wxFileConfig *)this)->
91 // get the name to use in wxFileConfig ctor
192 wxFileConfig *m_pConfig; // config object we belong to
209 wxFileConfigGroup(wxFileConfigGroup *pParent, const wxString& strName, wxFileConfig *);
217 wxFileConfig *Config() const { return m_pConfig; }
264 wxString wxFileConfig::GetGlobalDir()
305 wxString wxFileConfig::GetLocalDir()
332 wxString wxFileConfig::GetGlobalFileName(const wxChar *szFile)
349 wxString wxFileConfig::GetLocalFileName(const wxChar *szFile)
382 void wxFileConfig::Init()
426 // constructor supports creation of wxFileConfig objects of any type
427 wxFileConfig::wxFileConfig(const wxString& appName, const wxString& vendorName,
484 wxFileConfig::wxFileConfig(wxInputStream &inStream, const wxMBConv& conv)
571 void wxFileConfig::CleanUp()
583 wxFileConfig::~wxFileConfig()
596 void wxFileConfig::Parse(const wxTextBuffer& buffer, bool bLocal)
752 void wxFileConfig::SetRootPath()
759 wxFileConfig::DoSetPath(const wxString& strPath, bool createMissingComponents)
804 void wxFileConfig::SetPath(const wxString& strPath)
813 bool wxFileConfig::GetFirstGroup(wxString& str, long& lIndex) const
819 bool wxFileConfig::GetNextGroup (wxString& str, long& lIndex) const
829 bool wxFileConfig::GetFirstEntry(wxString& str, long& lIndex) const
835 bool wxFileConfig::GetNextEntry (wxString& str, long& lIndex) const
845 size_t wxFileConfig::GetNumberOfEntries(bool bRecursive) const
861 size_t wxFileConfig::GetNumberOfGroups(bool bRecursive) const
881 bool wxFileConfig::HasGroup(const wxString& strName) const
890 wxFileConfig *self = wx_const_cast(wxFileConfig *, this);
899 bool wxFileConfig::HasEntry(const wxString& entry) const
913 wxFileConfig * const self = wx_const_cast(wxFileConfig *, this);
943 bool wxFileConfig::DoReadString(const wxString& key, wxString* pStr) const
957 bool wxFileConfig::DoReadLong(const wxString& key, long *pl) const
969 bool wxFileConfig::DoWriteString(const wxString& key, const wxString& szValue)
1029 bool wxFileConfig::DoWriteLong(const wxString& key, long lValue)
1034 bool wxFileConfig::Flush(bool /* bCurrentOnly */)
1082 bool wxFileConfig::Save(wxOutputStream& os, const wxMBConv& conv)
1110 bool wxFileConfig::RenameEntry(const wxString& oldName,
1138 bool wxFileConfig::RenameGroup(const wxString& oldName,
1161 bool wxFileConfig::DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso)
1182 bool wxFileConfig::DeleteGroup(const wxString& key)
1196 bool wxFileConfig::DeleteAll()
1221 wxFileConfigLineList *wxFileConfig::LineListAppend(const wxString& str)
1260 wxFileConfigLineList *wxFileConfig::LineListInsert(const wxString& str,
1305 void wxFileConfig::LineListRemove(wxFileConfigLineList *pLine)
1347 bool wxFileConfig::LineListIsEmpty()
1353 // wxFileConfig::wxFileConfigGroup
1363 wxFileConfig *pConfig)
1848 // wxFileConfig::wxFileConfigEntry