MCPcopy Create free account
hub / github.com/amule-project/amule / LoadFromFile

Method LoadFromFile

src/Preferences.cpp:362–365  ·  view source on GitHub ↗

Loads the string, using the specified default value. */

Source from the content-addressed store, hash-verified

360
361 /** Loads the string, using the specified default value. */
362 virtual void LoadFromFile(wxConfigBase* cfg)
363 {
364 cfg->Read( GetKey(), &m_value, m_default );
365 }
366
367
368 /** Saves the string to the specified wxConfig object. */

Callers 1

LoadAllItemsMethod · 0.45

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected