# 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: