30 #ifndef AMATH_PREFERENCES_BASE_H 31 #define AMATH_PREFERENCES_BASE_H 33 #include "lib/charbuf.h" 48 virtual bool Load() = 0;
49 virtual bool Keep() = 0;
50 virtual bool Save() = 0;
char * GetDescription() const
void SetDigits(int digits)
static void SetPrefs(char *prefs)
virtual ~PreferencesBase()
void SetPrompt(const char *prompt)
void SetRefactorNames(bool yes)
Encapsulate an character array which can be used as a string.