Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::DeviceManagerCreateDesc Class Reference
Inheritance diagram for OVR::DeviceManagerCreateDesc:
Inheritance graph
Collaboration diagram for OVR::DeviceManagerCreateDesc:
Collaboration graph

Public Member Functions

 DeviceManagerCreateDesc (DeviceFactory *factory)
 
virtual DeviceCreateDescClone () const
 
virtual MatchResult MatchDevice (const DeviceCreateDesc &, DeviceCreateDesc **) const
 
virtual DeviceBaseNewDeviceInstance ()
 
virtual bool GetDeviceInfo (DeviceInfo *) const
 
- Public Member Functions inherited from OVR::DeviceCreateDesc
 DeviceCreateDesc (DeviceFactory *factory, DeviceType type)
 
virtual ~DeviceCreateDesc ()
 
DeviceManagerImplGetManagerImpl () const
 
LockGetLock () const
 
void AddRef ()
 
void Release ()
 
virtual bool UpdateMatchedCandidate (const DeviceCreateDesc &desc, bool *newDeviceFlag=NULL)
 
virtual bool MatchHIDDevice (const HIDDeviceDesc &) const
 
virtual bool MatchDevice (const String &)
 
- Public Member Functions inherited from OVR::ListNode< DeviceCreateDesc >
void RemoveNode ()
 
void ReplaceNodeWith (DeviceCreateDesc *pnew)
 
void InsertNodeAfter (DeviceCreateDesc *p)
 
void InsertNodeBefore (DeviceCreateDesc *p)
 
void Alloc_MoveTo (ListNode< DeviceCreateDesc > *pdest)
 

Additional Inherited Members

- Public Types inherited from OVR::DeviceCreateDesc
enum  MatchResult { Match_None, Match_Found, Match_Candidate }
 
- Data Fields inherited from OVR::DeviceCreateDesc
DeviceFactory *const pFactory
 
const DeviceType Type
 
Ptr< DeviceManagerLockpLock
 
AtomicInt< UInt32HandleCount
 
DeviceBasepDevice
 
bool Enumerated
 
- Data Fields inherited from OVR::ListNode< DeviceCreateDesc >
union {
T * pPrev
 
void * pVoidPrev
 
}; 
 
union {
T * pNext
 
void * pVoidNext
 
}; 
 

Detailed Description

Definition at line 271 of file OVR_DeviceImpl.cpp.

Constructor & Destructor Documentation

OVR::DeviceManagerCreateDesc::DeviceManagerCreateDesc ( DeviceFactory factory)
inline

Definition at line 274 of file OVR_DeviceImpl.cpp.

Member Function Documentation

virtual DeviceCreateDesc* OVR::DeviceManagerCreateDesc::Clone ( ) const
inlinevirtual

Implements OVR::DeviceCreateDesc.

Definition at line 278 of file OVR_DeviceImpl.cpp.

virtual bool OVR::DeviceManagerCreateDesc::GetDeviceInfo ( DeviceInfo ) const
inlinevirtual

Implements OVR::DeviceCreateDesc.

Definition at line 282 of file OVR_DeviceImpl.cpp.

virtual MatchResult OVR::DeviceManagerCreateDesc::MatchDevice ( const DeviceCreateDesc ,
DeviceCreateDesc **   
) const
inlinevirtual

Implements OVR::DeviceCreateDesc.

Definition at line 279 of file OVR_DeviceImpl.cpp.

virtual DeviceBase* OVR::DeviceManagerCreateDesc::NewDeviceInstance ( )
inlinevirtual

Implements OVR::DeviceCreateDesc.

Definition at line 281 of file OVR_DeviceImpl.cpp.


The documentation for this class was generated from the following file: