From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classNLMISC_1_1CEventMouse.html | 249 +++++++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1CEventMouse.html (limited to 'docs/doxygen/nel/classNLMISC_1_1CEventMouse.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CEventMouse.html b/docs/doxygen/nel/classNLMISC_1_1CEventMouse.html new file mode 100644 index 00000000..c0b4c329 --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1CEventMouse.html @@ -0,0 +1,249 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLMISC::CEventMouse Class Reference

CEventMouse. +More... +

+#include <events.h> +

+

Inheritance diagram for NLMISC::CEventMouse: +

+ +NLMISC::CEvent +NLMISC::CClassId +NLMISC::CEventMouseDblClk +NLMISC::CEventMouseDown +NLMISC::CEventMouseMove +NLMISC::CEventMouseUp +NLMISC::CEventMouseWheel + +List of all members. + + + + + + +

Public Methods

 CEventMouse (float x, float y, TMouseButton button, IEventEmitter *emitter, const CClassId &classId)

Public Attributes

float X
float Y
TMouseButton Button
+

Detailed Description

+CEventMouse. +

+Base for mouse events. +

+ +

+Definition at line 300 of file events.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NLMISC::CEventMouse::CEventMouse float   x,
float   y,
TMouseButton   button,
IEventEmitter  emitter,
const CClassId  classId
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 306 of file events.h. +

+References Button, NLMISC::CClassId::CClassId, NLMISC::CEvent::CEvent, NLMISC::TMouseButton, X, x, Y, and y. +

+Referenced by NLMISC::CEventMouseDblClk::CEventMouseDblClk, NLMISC::CEventMouseDown::CEventMouseDown, NLMISC::CEventMouseMove::CEventMouseMove, NLMISC::CEventMouseUp::CEventMouseUp, and NLMISC::CEventMouseWheel::CEventMouseWheel.

+


Member Data Documentation

+

+ + + + +
+ + +
TMouseButton NLMISC::CEventMouse::Button +
+
+ + + + + +
+   + + +

+ +

+Definition at line 304 of file events.h. +

+Referenced by CEventMouse.

+

+ + + + +
+ + +
float NLMISC::CEventMouse::X +
+
+ + + + + +
+   + + +

+ +

+Definition at line 303 of file events.h. +

+Referenced by CEventMouse.

+

+ + + + +
+ + +
float NLMISC::CEventMouse::Y +
+
+ + + + + +
+   + + +

+ +

+Definition at line 303 of file events.h. +

+Referenced by CEventMouse.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1