Searched refs:wxPrefConfig (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprefconf.cpp3 // 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, function in class:wxPrefConfig
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
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprefconf.h3 // Purpose: wxPrefConfig interface
20 // wxPrefConfig
23 class WXDLLIMPEXP_BASE wxPrefConfig : public wxConfigBase class in inherits:wxConfigBase
27 wxPrefConfig(const wxString& appName = wxEmptyString,
34 virtual ~wxPrefConfig(){}
80 wxPrefConfig(const wxPrefConfig&);
81 wxPrefConfig& operator=(const wxPrefConfig&);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dconfig.cpp93 new wxPrefConfig(wxTheApp->GetAppName());

Completed in 179 milliseconds