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