This is the complete list of members for rvRegistryOptions, including all inherited members.
AddRecentFile(const char *filename) | rvRegistryOptions | |
GetBinary(const char *name, unsigned char *data, int size) | rvRegistryOptions | |
GetBool(const char *name) | rvRegistryOptions | |
GetColumnWidths(const char *name, HWND list) | rvRegistryOptions | |
GetFloat(const char *name) | rvRegistryOptions | |
GetLong(const char *name) | rvRegistryOptions | |
GetRecentFile(int index) | rvRegistryOptions | |
GetRecentFileCount(void) | rvRegistryOptions | |
GetString(const char *name) | rvRegistryOptions | |
GetVec4(const char *name) | rvRegistryOptions | |
GetWindowPlacement(const char *name, HWND hwnd) | rvRegistryOptions | |
Init(const char *key) | rvRegistryOptions | |
Load(void) | rvRegistryOptions | |
MAX_MRU_SIZE | rvRegistryOptions | static |
mBaseKey | rvRegistryOptions | private |
mRecentFiles | rvRegistryOptions | private |
mValues | rvRegistryOptions | private |
rvRegistryOptions() | rvRegistryOptions | |
Save(void) | rvRegistryOptions | |
SetBinary(const char *name, const unsigned char *data, int size) | rvRegistryOptions | |
SetBool(const char *name, bool v) | rvRegistryOptions | |
SetColumnWidths(const char *name, HWND list) | rvRegistryOptions | |
SetFloat(const char *name, float v) | rvRegistryOptions | |
SetLong(const char *name, long v) | rvRegistryOptions | |
SetString(const char *name, const char *v) | rvRegistryOptions | |
SetVec4(const char *name, idVec4 &v) | rvRegistryOptions | |
SetWindowPlacement(const char *name, HWND hwnd) | rvRegistryOptions | |