NLMISC::CEventSetFocus Class Reference

CEventSetFocus. More...

#include <events.h>

Inherits NLMISC::CEvent.

List of all members.

Public Member Functions

 CEventSetFocus (bool get, IEventEmitter *emitter)
 Create focus event.
virtual CEventclone () const

Public Attributes

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

Detailed Description

CEventSetFocus.

Called when window lost / get keyboard focus.

Definition at line 463 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 475 of file events.h.

References Get.

Referenced by clone().


Member Function Documentation

virtual CEvent* NLMISC::CEventSetFocus::clone (  )  const [inline, virtual]

Implements NLMISC::CEvent.

Definition at line 480 of file events.h.

References CEventSetFocus().


Member Data Documentation

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

Definition at line 469 of file events.h.

Referenced by CEventSetFocus(), and NLMISC::CEventListenerAsync::operator()().


The documentation for this class was generated from the following file:

Generated on Thu Jan 7 08:30:17 2010 for NeL by  doxygen 1.6.1