#include <OVR_OSX_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 129 of file OVR_OSX_HMDDevice.h.
OVR::OSX::HMDDevice::HMDDevice | ( | HMDDeviceCreateDesc * | createDesc | ) |
Definition at line 335 of file OVR_OSX_HMDDevice.cpp.
Definition at line 339 of file OVR_OSX_HMDDevice.cpp.
HMDDeviceCreateDesc* OVR::OSX::HMDDevice::getDesc | ( | ) | const [inline, protected] |
Definition at line 149 of file OVR_OSX_HMDDevice.h.
Profile * OVR::OSX::HMDDevice::GetProfile | ( | ) | const [virtual] |
Implements OVR::HMDDevice.
Definition at line 360 of file OVR_OSX_HMDDevice.cpp.
const char * OVR::OSX::HMDDevice::GetProfileName | ( | ) | const [virtual] |
Implements OVR::HMDDevice.
Definition at line 367 of file OVR_OSX_HMDDevice.cpp.
OVR::SensorDevice * OVR::OSX::HMDDevice::GetSensor | ( | ) | [virtual] |
Implements OVR::HMDDevice.
Definition at line 388 of file OVR_OSX_HMDDevice.cpp.
bool OVR::OSX::HMDDevice::Initialize | ( | DeviceBase * | parent | ) | [virtual] |
Implements OVR::DeviceCommon.
Definition at line 343 of file OVR_OSX_HMDDevice.cpp.
bool OVR::OSX::HMDDevice::SetProfileName | ( | const char * | name | ) | [virtual] |
Implements OVR::HMDDevice.
Definition at line 372 of file OVR_OSX_HMDDevice.cpp.
void OVR::OSX::HMDDevice::Shutdown | ( | ) | [virtual] |
Implements OVR::DeviceCommon.
Definition at line 353 of file OVR_OSX_HMDDevice.cpp.
Ptr<Profile> OVR::OSX::HMDDevice::pCachedProfile [mutable, protected] |
Definition at line 153 of file OVR_OSX_HMDDevice.h.
String OVR::OSX::HMDDevice::ProfileName [protected] |
Definition at line 152 of file OVR_OSX_HMDDevice.h.