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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.cpp243 * Cfg_Str and Cfg_Bool are able to use this template directly, whereas Cfg_Int
351 class Cfg_Str : public Cfg_Tmpl<wxString> class in inherits:Cfg_Tmpl
355 Cfg_Str( const wxString& keyname, wxString& value, const wxString& defaultVal = EmptyString ) function in class:Cfg_Str
377 class Cfg_Str_Encrypted : public Cfg_Str
381 : Cfg_Str( keyname, value, defaultVal )
388 if ( Cfg_Str::TransferFromWindow() ) {
406 class Cfg_Path : public Cfg_Str
411 : Cfg_Str(keyname, m_temp_path, defaultVal)
415 /** @see Cfg_Str::LoadFromFile. */
418 Cfg_Str
[all...]

Completed in 27 milliseconds