#include <OVR_Profile.h>
Public Types | |
enum | EyeCupType { EyeCup_A = 0, EyeCup_B = 1, EyeCup_C = 2 } |
Public Member Functions | |
EyeCupType | GetEyeCup () |
void | SetEyeCup (EyeCupType cup) |
Protected Member Functions | |
virtual Profile * | Clone () const |
virtual bool | ParseProperty (const char *prop, const char *sval) |
RiftDK1Profile (const char *name) | |
Protected Attributes | |
EyeCupType | EyeCups |
int | LL |
int | LR |
int | RL |
int | RR |
Friends | |
class | ProfileManager |
Definition at line 154 of file OVR_Profile.h.
Definition at line 157 of file OVR_Profile.h.
OVR::RiftDK1Profile::RiftDK1Profile | ( | const char * | name | ) | [protected] |
Definition at line 613 of file OVR_Profile.cpp.
Profile * OVR::RiftDK1Profile::Clone | ( | ) | const [protected, virtual] |
Implements OVR::Profile.
Definition at line 658 of file OVR_Profile.cpp.
EyeCupType OVR::RiftDK1Profile::GetEyeCup | ( | ) | [inline] |
Definition at line 172 of file OVR_Profile.h.
bool OVR::RiftDK1Profile::ParseProperty | ( | const char * | prop, |
const char * | sval | ||
) | [protected, virtual] |
Reimplemented from OVR::Profile.
Definition at line 622 of file OVR_Profile.cpp.
void OVR::RiftDK1Profile::SetEyeCup | ( | EyeCupType | cup | ) | [inline] |
Definition at line 173 of file OVR_Profile.h.
friend class ProfileManager [friend] |
Reimplemented from OVR::Profile.
Definition at line 181 of file OVR_Profile.h.
EyeCupType OVR::RiftDK1Profile::EyeCups [protected] |
Definition at line 165 of file OVR_Profile.h.
int OVR::RiftDK1Profile::LL [protected] |
Definition at line 166 of file OVR_Profile.h.
int OVR::RiftDK1Profile::LR [protected] |
Definition at line 167 of file OVR_Profile.h.
int OVR::RiftDK1Profile::RL [protected] |
Definition at line 168 of file OVR_Profile.h.
int OVR::RiftDK1Profile::RR [protected] |
Definition at line 169 of file OVR_Profile.h.