#include "OVR_Profile.h"
|
| ~Profile () |
|
int | GetNumValues (const char *key) const |
|
const char * | GetValue (const char *key) |
|
char * | GetValue (const char *key, char *val, int val_length) const |
|
bool | GetBoolValue (const char *key, bool default_val) const |
|
int | GetIntValue (const char *key, int default_val) const |
|
float | GetFloatValue (const char *key, float default_val) const |
|
int | GetFloatValues (const char *key, float *values, int num_vals) const |
|
double | GetDoubleValue (const char *key, double default_val) const |
|
int | GetDoubleValues (const char *key, double *values, int num_vals) const |
|
void | SetValue (const char *key, const char *val) |
|
void | SetBoolValue (const char *key, bool val) |
|
void | SetIntValue (const char *key, int val) |
|
void | SetFloatValue (const char *key, float val) |
|
void | SetFloatValues (const char *key, const float *vals, int num_vals) |
|
void | SetDoubleValue (const char *key, double val) |
|
void | SetDoubleValues (const char *key, const double *vals, int num_vals) |
|
bool | Close () |
|
OVR_FORCE_INLINE | RefCountBase () |
|
| RefCountBaseStatImpl () |
|
void | AddRef () |
|
void | Release () |
|
OVR_FORCE_INLINE | RefCountImplCore () |
|
virtual | ~RefCountImplCore () |
|
int | GetRefCount () const |
|
void | operator= (const RefCountImplCore &) |
|
Definition at line 113 of file OVR_Profile.h.
OVR::Profile::~Profile |
( |
| ) |
|
OVR::Profile::Profile |
( |
| ) |
|
|
inlineprotected |
bool OVR::Profile::Close |
( |
| ) |
|
void OVR::Profile::CopyItems |
( |
JSON * |
root, |
|
|
String |
prefix |
|
) |
| |
|
protected |
bool OVR::Profile::GetBoolValue |
( |
const char * |
key, |
|
|
bool |
default_val |
|
) |
| const |
double OVR::Profile::GetDoubleValue |
( |
const char * |
key, |
|
|
double |
default_val |
|
) |
| const |
int OVR::Profile::GetDoubleValues |
( |
const char * |
key, |
|
|
double * |
values, |
|
|
int |
num_vals |
|
) |
| const |
float OVR::Profile::GetFloatValue |
( |
const char * |
key, |
|
|
float |
default_val |
|
) |
| const |
int OVR::Profile::GetFloatValues |
( |
const char * |
key, |
|
|
float * |
values, |
|
|
int |
num_vals |
|
) |
| const |
int OVR::Profile::GetIntValue |
( |
const char * |
key, |
|
|
int |
default_val |
|
) |
| const |
int OVR::Profile::GetNumValues |
( |
const char * |
key | ) |
const |
const char * OVR::Profile::GetValue |
( |
const char * |
key | ) |
|
char * OVR::Profile::GetValue |
( |
const char * |
key, |
|
|
char * |
val, |
|
|
int |
val_length |
|
) |
| const |
bool OVR::Profile::LoadDeviceFile |
( |
unsigned int |
device_id, |
|
|
const char * |
serial |
|
) |
| |
|
protected |
bool OVR::Profile::LoadDeviceProfile |
( |
const DeviceBase * |
device | ) |
|
|
protected |
static bool OVR::Profile::LoadProfile |
( |
const DeviceBase * |
device, |
|
|
const char * |
user, |
|
|
Profile ** |
profile |
|
) |
| |
|
staticprotected |
bool OVR::Profile::LoadProfile |
( |
JSON * |
root, |
|
|
const char * |
user, |
|
|
const char * |
device_model, |
|
|
const char * |
device_serial |
|
) |
| |
|
protected |
bool OVR::Profile::LoadUser |
( |
JSON * |
root, |
|
|
const char * |
user, |
|
|
const char * |
device_name, |
|
|
const char * |
device_serial |
|
) |
| |
|
protected |
void OVR::Profile::SetBoolValue |
( |
const char * |
key, |
|
|
bool |
val |
|
) |
| |
void OVR::Profile::SetDoubleValue |
( |
const char * |
key, |
|
|
double |
val |
|
) |
| |
void OVR::Profile::SetDoubleValues |
( |
const char * |
key, |
|
|
const double * |
vals, |
|
|
int |
num_vals |
|
) |
| |
void OVR::Profile::SetFloatValue |
( |
const char * |
key, |
|
|
float |
val |
|
) |
| |
void OVR::Profile::SetFloatValues |
( |
const char * |
key, |
|
|
const float * |
vals, |
|
|
int |
num_vals |
|
) |
| |
void OVR::Profile::SetIntValue |
( |
const char * |
key, |
|
|
int |
val |
|
) |
| |
void OVR::Profile::SetValue |
( |
const char * |
key, |
|
|
const char * |
val |
|
) |
| |
void OVR::Profile::SetValue |
( |
JSON * |
val | ) |
|
|
protected |
The documentation for this class was generated from the following files: