#include <events.h>
Inheritance diagram for NLMISC::CEventMouse:

Definition at line 326 of file events.h.
Public Member Functions | |
| CEventMouse (float x, float y, TMouseButton button, IEventEmitter *emitter, const CClassId &classId) | |
| virtual CEvent * | clone () const=0 |
| 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 | |
| TMouseButton | Button |
| IEventEmitter * | Emitter |
| Emitter of the event. Can be NULL if the event is posted directly to the CEventServer. | |
| float | X |
| float | Y |
Static Public Attributes | |
| const CClassId | Null |
|
||||||||||||||||||||||||
|
Definition at line 332 of file events.h.
|
|
|
|
Definition at line 62 of file class_id.h. References NLMISC::CClassId::Uid.
00062 {return Uid;}
|
|
|
Definition at line 56 of file class_id.h. References NLMISC::CClassId::Uid.
00056 {return Uid!=o.Uid;}
|
|
|
Definition at line 59 of file class_id.h. References NLMISC::CClassId::Uid.
00059 {return Uid<o.Uid;}
|
|
|
Definition at line 57 of file class_id.h. References NLMISC::CClassId::Uid.
00057 {return Uid<=o.Uid;}
|
|
|
Definition at line 55 of file class_id.h. References NLMISC::CClassId::Uid.
00055 {return Uid==o.Uid;}
|
|
|
Definition at line 60 of file class_id.h. References NLMISC::CClassId::Uid.
00060 {return Uid>o.Uid;}
|
|
|
Definition at line 58 of file class_id.h. References NLMISC::CClassId::Uid.
00058 {return Uid>=o.Uid;}
|
|
|
Definition at line 330 of file events.h. Referenced by NL3D::CEvent3dMouseListener::operator()(). |
|
|
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(). |
|
|
|
|
|
Definition at line 329 of file events.h. Referenced by NL3D::CEvent3dMouseListener::operator()(). |
|
|
Definition at line 329 of file events.h. Referenced by NL3D::CEvent3dMouseListener::operator()(). |
1.3.6