#include <C_PrefServ.h>
Public Member Functions | |
| C_PrefServ (void) | |
| Constructor, Set data to 0. | |
| ~C_PrefServ (void) | |
| Delete unfree data. | |
| void | SetWindowDimensions (int Width, int Eight) |
| Set the Dimension of the main window in the class. | |
| void | SetSoftwareLanguage (char *Language) |
| Set the language of the Program. | |
| bool | SavePreferences (char *filename) |
| Save all the preferences into a file. | |
| bool | LoadPreferences (char *filename) |
| Load all the preferences from a file. | |
Used to Utilise the preferences, all preferences MUST be managed by this class, modify it if you need.
|
|
Constructor, Set data to 0.
|
|
|
Delete unfree data.
|
|
|
Load all the preferences from a file.
|
|
|
Save all the preferences into a file.
|
|
|
Set the language of the Program.
|
|
||||||||||||
|
Set the Dimension of the main window in the class.
|
1.3