NLMISC::CGDAxisMoved Class Reference

#include <game_device_events.h>

Inheritance diagram for NLMISC::CGDAxisMoved:

NLMISC::CGameDeviceEvent NLMISC::CEvent NLMISC::CClassId

Detailed Description

An axis has moved.

Definition at line 141 of file game_device_events.h.

Public Member Functions

 CGDAxisMoved (IGameDevice::TAxis axis, float value, IGameDevice *gameDevice, IEventEmitter *emitter)
virtual CEventclone () const
 operator uint64 () const
bool operator!= (const CClassId &o) const
bool operator< (const CClassId &o) const
bool operator<= (const CClassId &o) const
bool operator== (const CClassId &o) const
bool operator> (const CClassId &o) const
bool operator>= (const CClassId &o) const

Data Fields

IGameDevice::TAxis Axis
IEventEmitterEmitter
 Emitter of the event. Can be NULL if the event is posted directly to the CEventServer.

IGameDeviceGameDevice
 the game device this event come from

float Value

Static Public Attributes

const CClassId Null


Constructor & Destructor Documentation

NLMISC::CGDAxisMoved::CGDAxisMoved IGameDevice::TAxis  axis,
float  value,
IGameDevice gameDevice,
IEventEmitter emitter
[inline]
 

Definition at line 148 of file game_device_events.h.

References NLMISC::EventGDAxisMovedId, and value.

Referenced by clone().

00154                                  : CGameDeviceEvent(gameDevice, emitter, EventGDAxisMovedId),
00155                                    Axis(axis),
00156                                    Value(value)
00157         {}                                                                                                                                               


Member Function Documentation

virtual CEvent* NLMISC::CGDAxisMoved::clone void   )  const [inline, virtual]
 

Implements NLMISC::CEvent.

Definition at line 159 of file game_device_events.h.

References CGDAxisMoved().

00159 {return new CGDAxisMoved(*this);}

NLMISC::CClassId::operator uint64  )  const [inline, inherited]
 

Definition at line 62 of file class_id.h.

References NLMISC::CClassId::Uid.

00062 {return Uid;}

bool NLMISC::CClassId::operator!= const CClassId o  )  const [inline, inherited]
 

Definition at line 56 of file class_id.h.

References NLMISC::CClassId::Uid.

00056 {return Uid!=o.Uid;}

bool NLMISC::CClassId::operator< const CClassId o  )  const [inline, inherited]
 

Definition at line 59 of file class_id.h.

References NLMISC::CClassId::Uid.

00059 {return Uid<o.Uid;}

bool NLMISC::CClassId::operator<= const CClassId o  )  const [inline, inherited]
 

Definition at line 57 of file class_id.h.

References NLMISC::CClassId::Uid.

00057 {return Uid<=o.Uid;}

bool NLMISC::CClassId::operator== const CClassId o  )  const [inline, inherited]
 

Definition at line 55 of file class_id.h.

References NLMISC::CClassId::Uid.

00055 {return Uid==o.Uid;}

bool NLMISC::CClassId::operator> const CClassId o  )  const [inline, inherited]
 

Definition at line 60 of file class_id.h.

References NLMISC::CClassId::Uid.

00060 {return Uid>o.Uid;}

bool NLMISC::CClassId::operator>= const CClassId o  )  const [inline, inherited]
 

Definition at line 58 of file class_id.h.

References NLMISC::CClassId::Uid.

00058 {return Uid>=o.Uid;}


Field Documentation

IGameDevice::TAxis NLMISC::CGDAxisMoved::Axis
 

Definition at line 144 of file game_device_events.h.

IEventEmitter* NLMISC::CEvent::Emitter [inherited]
 

Emitter of the event. Can be NULL if the event is posted directly to the CEventServer.

Definition at line 48 of file events.h.

Referenced by NLMISC::CEvent::CEvent().

IGameDevice* NLMISC::CGameDeviceEvent::GameDevice [inherited]
 

the game device this event come from

Definition at line 73 of file game_device_events.h.

Referenced by NLMISC::CGameDeviceEvent::CGameDeviceEvent().

const CClassId NLMISC::CClassId::Null [static, inherited]
 

float NLMISC::CGDAxisMoved::Value
 

Definition at line 146 of file game_device_events.h.


The documentation for this class was generated from the following file:
Generated on Tue Mar 16 13:13:47 2004 for NeL by doxygen 1.3.6