|
Public Member Functions |
|
void | saveString (char[] name, char[] data) |
| | Store a key in the registry.
|
|
void | saveColor (char[] name, Color data) |
| | Store a key in the registry.
|
|
void | saveInt (char[] name, int value) |
| | Store a key in the registry.
|
|
void | saveFloat (char[] name, float value) |
| | Store a key in the registry.
|
|
void | saveFont (char[] name, Font font) |
| | Store a font in the registry.
|
|
bit | loadString (char[] name, out char[] data) |
| | Restore a key from the registry.
|
|
bit | loadColor (char[] name, out Color data) |
| | Restore a key from the registry.
|
|
bit | loadInt (char[] name, out int data) |
| | Restore a key from the registry.
|
|
bit | loadFloat (char[] name, out float data) |
| | Restore a key from the registry.
|
|
bit | loadFont (char[] name, out Font data) |
| | Restore a font from the registry.
|
Protected Member Functions |
|
bit | loveInt (char[] name, inout int value, bit load) |
| | Load or save depending upon the value of load.
|
|
bit | loveFloat (char[] name, inout float value, bit load) |
| | Load or save depending upon the value of load.
|
|
bit | loveString (char[] name, inout char[] value, bit load) |
| | Load or save depending upon the value of load.
|
|
bit | loveColor (char[] name, inout Color color, bit load) |
| | Load or save depending upon the value of load.
|
|
bit | loveFont (char[] name, inout Font font, bit load) |
| | Load or save depending upon the value of load.
|
Static Protected Member Functions |
|
bit | digPlatformToInt (inout char[] s, out int v) |
| | Convert an integer to a string.
|
|
bit | digPlatformToFloat (inout char[] s, out float v) |
| | Convert a float to a string.
|