amath
1.8.5
Simple command line calculator
|
#include <preferences_stdc.h>
Public Member Functions | |
virtual bool | Load () |
virtual bool | Keep () |
virtual bool | Save () |
Public Member Functions inherited from PreferencesBase | |
PreferencesBase () | |
virtual | ~PreferencesBase () |
char * | GetDescription () const |
char * | GetPrompt () const |
void | SetPrompt (const char *prompt) |
int | GetDigits () const |
void | SetDigits (int digits) |
bool | GetRefactorNames () |
void | SetRefactorNames (bool yes) |
void | SetDefaults () |
Private Member Functions | |
bool | SavePrefs (const char *file) |
Additional Inherited Members | |
Static Protected Member Functions inherited from PreferencesBase | |
static void | SetPrefs (char *prefs) |
Definition at line 39 of file preferences_stdc.h.
|
virtual |
Implements PreferencesBase.
Definition at line 83 of file preferences_stdc.cpp.
References SavePrefs(), and tempname.
|
virtual |
Implements PreferencesBase.
Definition at line 51 of file preferences_stdc.cpp.
|
virtual |
Implements PreferencesBase.
Definition at line 88 of file preferences_stdc.cpp.
References permname, and SavePrefs().
|
private |
Definition at line 93 of file preferences_stdc.cpp.
Referenced by Keep(), and Save().