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_1CEventSetFocus.html | 182 +++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1CEventSetFocus.html (limited to 'docs/doxygen/nel/classNLMISC_1_1CEventSetFocus.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CEventSetFocus.html b/docs/doxygen/nel/classNLMISC_1_1CEventSetFocus.html new file mode 100644 index 00000000..39936baa --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1CEventSetFocus.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::CEventSetFocus Class Reference

CEventSetFocus. +More... +

+#include <events.h> +

+

Inheritance diagram for NLMISC::CEventSetFocus: +

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

Public Methods

 CEventSetFocus (bool get, IEventEmitter *emitter)
 Create focus event. More...


Public Attributes

bool Get
 True if window get the focus, false if it lost it. More...

+

Detailed Description

+CEventSetFocus. +

+Called when window lost / get keyboard focus. +

+ +

+Definition at line 410 of file events.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLMISC::CEventSetFocus::CEventSetFocus bool   get,
IEventEmitter  emitter
[inline]
+
+ + + + + +
+   + + +

+Create focus event. +

+Notify get and lost of the keyboard focus of a window.

+Parameters:
+ + +
activate  +is True if window get the focus, false if it lost it.
+
+

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

+References NLMISC::CEvent::CEvent, NLMISC::EventSetFocusId, and Get.

+


Member Data Documentation

+

+ + + + +
+ + +
bool NLMISC::CEventSetFocus::Get +
+
+ + + + + +
+   + + +

+True if window get the focus, false if it lost it. +

+ +

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

+Referenced by CEventSetFocus.

+


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