From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../doxygen/nel/classNLMISC_1_1CEventActivate.html | 182 +++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1CEventActivate.html (limited to 'docs/doxygen/nel/classNLMISC_1_1CEventActivate.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CEventActivate.html b/docs/doxygen/nel/classNLMISC_1_1CEventActivate.html new file mode 100644 index 00000000..1ccfd633 --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1CEventActivate.html @@ -0,0 +1,182 @@ + + + + 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::CEventActivate Class Reference

CEventActivate. +More... +

+#include <events.h> +

+

Inheritance diagram for NLMISC::CEventActivate: +

+ +NLMISC::CEvent +NLMISC::CClassId + +List of all members. + + + + + + +

Public Methods

 CEventActivate (bool activate, IEventEmitter *emitter)
 Create an activate event. More...


Public Attributes

bool Activate
 True if window is actived, false if it is disactived. More...

+

Detailed Description

+CEventActivate. +

+Called when window is actived / disactived. +

+ +

+Definition at line 388 of file events.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLMISC::CEventActivate::CEventActivate bool   activate,
IEventEmitter  emitter
[inline]
+
+ + + + + +
+   + + +

+Create an activate event. +

+Notify the activation disactivation of a window.

+Parameters:
+ + +
activate  +is True if window is actived, false if it is disactived.
+
+

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

+References Activate, NLMISC::CEvent::CEvent, and NLMISC::EventActivateId.

+


Member Data Documentation

+

+ + + + +
+ + +
bool NLMISC::CEventActivate::Activate +
+
+ + + + + +
+   + + +

+True if window is actived, false if it is disactived. +

+ +

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

+Referenced by CEventActivate.

+


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