ShowImageSettings
ShowImageSettings* Settings() { return &fSettings; }
ShowImageSettings fSettings;
ShowImageSettings::GetString(const char* name, const char* defaultValue)
ShowImageSettings::SetBool(const char* name, bool value)
ShowImageSettings::SetInt32(const char* name, int32 value)
ShowImageSettings::SetFloat(const char* name, float value)
ShowImageSettings::SetRect(const char* name, BRect value)
ShowImageSettings::SetTime(const char* name, bigtime_t value)
ShowImageSettings::ShowImageSettings()
ShowImageSettings::SetString(const char* name, const char* value)
ShowImageSettings::_OpenSettingsFile(BFile* file, bool forReading)
ShowImageSettings::_Load()
ShowImageSettings::_Save()
ShowImageSettings::~ShowImageSettings()
ShowImageSettings::Lock()
ShowImageSettings::Unlock()
ShowImageSettings::GetBool(const char* name, bool defaultValue)
ShowImageSettings::GetInt32(const char* name, int32 defaultValue)
ShowImageSettings::GetFloat(const char* name, float defaultValue)
ShowImageSettings::GetRect(const char* name, BRect defaultValue)
ShowImageSettings::GetTime(const char* name, bigtime_t defaultValue)
class ShowImageSettings {
ShowImageSettings();
virtual ~ShowImageSettings();
ShowImageSettings* settings;
ShowImageSettings* settings = my_app->Settings();
ShowImageSettings* settings = my_app->Settings();
ShowImageSettings* settings = my_app->Settings();
ShowImageSettings* settings = my_app->Settings();
ShowImageSettings* settings = my_app->Settings();
ShowImageSettings* settings = my_app->Settings();
ShowImageSettings* settings = my_app->Settings();
ShowImageSettings* settings = my_app->Settings();
ShowImageSettings* settings = my_app->Settings();