doom3-gpl
Doom 3 GPL source release
|
#include <RegistryOptions.h>
Public Member Functions | |
rvRegistryOptions () | |
void | Init (const char *key) |
bool | Save (void) |
bool | Load (void) |
void | SetWindowPlacement (const char *name, HWND hwnd) |
bool | GetWindowPlacement (const char *name, HWND hwnd) |
void | SetColumnWidths (const char *name, HWND list) |
void | GetColumnWidths (const char *name, HWND list) |
void | SetFloat (const char *name, float v) |
void | SetLong (const char *name, long v) |
void | SetBool (const char *name, bool v) |
void | SetString (const char *name, const char *v) |
void | SetVec4 (const char *name, idVec4 &v) |
void | SetBinary (const char *name, const unsigned char *data, int size) |
float | GetFloat (const char *name) |
long | GetLong (const char *name) |
bool | GetBool (const char *name) |
const char * | GetString (const char *name) |
idVec4 | GetVec4 (const char *name) |
void | GetBinary (const char *name, unsigned char *data, int size) |
void | AddRecentFile (const char *filename) |
const char * | GetRecentFile (int index) |
int | GetRecentFileCount (void) |
Static Public Attributes | |
static const int | MAX_MRU_SIZE = 4 |
Private Attributes | |
idList< idStr > | mRecentFiles |
idDict | mValues |
idStr | mBaseKey |
Definition at line 32 of file RegistryOptions.h.
rvRegistryOptions::rvRegistryOptions | ( | void | ) |
Definition at line 41 of file RegistryOptions.cpp.
Definition at line 224 of file RegistryOptions.cpp.
Definition at line 326 of file RegistryOptions.cpp.
Definition at line 119 of file RegistryOptions.h.
Definition at line 279 of file RegistryOptions.cpp.
Definition at line 109 of file RegistryOptions.h.
ID_INLINE long rvRegistryOptions::GetLong | ( | const char * | name | ) |
Definition at line 114 of file RegistryOptions.h.
Definition at line 139 of file RegistryOptions.h.
Definition at line 134 of file RegistryOptions.h.
Definition at line 124 of file RegistryOptions.h.
Definition at line 129 of file RegistryOptions.h.
Definition at line 189 of file RegistryOptions.cpp.
Definition at line 49 of file RegistryOptions.cpp.
Definition at line 95 of file RegistryOptions.cpp.
Definition at line 60 of file RegistryOptions.cpp.
Definition at line 308 of file RegistryOptions.cpp.
Definition at line 94 of file RegistryOptions.h.
Definition at line 256 of file RegistryOptions.cpp.
Definition at line 84 of file RegistryOptions.h.
Definition at line 89 of file RegistryOptions.h.
Definition at line 99 of file RegistryOptions.h.
Definition at line 104 of file RegistryOptions.h.
Definition at line 158 of file RegistryOptions.cpp.
Definition at line 36 of file RegistryOptions.h.
|
private |
Definition at line 81 of file RegistryOptions.h.
Definition at line 79 of file RegistryOptions.h.
|
private |
Definition at line 80 of file RegistryOptions.h.