#include <OVR_Win32_HMDDevice.h>
Public Member Functions | |
virtual Profile * | GetProfile () const |
virtual const char * | GetProfileName () const |
virtual OVR::SensorDevice * | GetSensor () |
HMDDevice (HMDDeviceCreateDesc *createDesc) | |
virtual bool | Initialize (DeviceBase *parent) |
virtual bool | SetProfileName (const char *name) |
virtual void | Shutdown () |
~HMDDevice () | |
Protected Member Functions | |
HMDDeviceCreateDesc * | getDesc () const |
Protected Attributes | |
Ptr< Profile > | pCachedProfile |
String | ProfileName |
Definition at line 127 of file OVR_Win32_HMDDevice.h.
OVR::Win32::HMDDevice::HMDDevice | ( | HMDDeviceCreateDesc * | createDesc | ) |
Definition at line 434 of file OVR_Win32_HMDDevice.cpp.
Definition at line 438 of file OVR_Win32_HMDDevice.cpp.
HMDDeviceCreateDesc* OVR::Win32::HMDDevice::getDesc | ( | ) | const [inline, protected] |
Definition at line 146 of file OVR_Win32_HMDDevice.h.
Profile * OVR::Win32::HMDDevice::GetProfile | ( | ) | const [virtual] |
Implements OVR::HMDDevice.
Definition at line 459 of file OVR_Win32_HMDDevice.cpp.
const char * OVR::Win32::HMDDevice::GetProfileName | ( | ) | const [virtual] |
Implements OVR::HMDDevice.
Definition at line 466 of file OVR_Win32_HMDDevice.cpp.
OVR::SensorDevice * OVR::Win32::HMDDevice::GetSensor | ( | ) | [virtual] |
Implements OVR::HMDDevice.
Definition at line 487 of file OVR_Win32_HMDDevice.cpp.
bool OVR::Win32::HMDDevice::Initialize | ( | DeviceBase * | parent | ) | [virtual] |
Implements OVR::DeviceCommon.
Definition at line 442 of file OVR_Win32_HMDDevice.cpp.
bool OVR::Win32::HMDDevice::SetProfileName | ( | const char * | name | ) | [virtual] |
Implements OVR::HMDDevice.
Definition at line 471 of file OVR_Win32_HMDDevice.cpp.
void OVR::Win32::HMDDevice::Shutdown | ( | ) | [virtual] |
Implements OVR::DeviceCommon.
Definition at line 452 of file OVR_Win32_HMDDevice.cpp.
Ptr<Profile> OVR::Win32::HMDDevice::pCachedProfile [mutable, protected] |
Definition at line 150 of file OVR_Win32_HMDDevice.h.
String OVR::Win32::HMDDevice::ProfileName [protected] |
Definition at line 149 of file OVR_Win32_HMDDevice.h.