NLMISC::CEventSetFocus Class Reference

#include <events.h>

Inheritance diagram for NLMISC::CEventSetFocus:

NLMISC::CEvent NLMISC::CClassId

Detailed Description

CEventSetFocus. Called when window lost / get keyboard focus.

Definition at line 448 of file events.h.

Public Member Functions

 CEventSetFocus (bool get, IEventEmitter *emitter)
virtual CEventclone () const
 operator uint64 () const
bool operator!= (const CClassId &o) const
bool operator< (const CClassId &o) const
bool operator<= (const CClassId &o) const
bool operator== (const CClassId &o) const
bool operator> (const CClassId &o) const
bool operator>= (const CClassId &o) const

Data Fields

IEventEmitterEmitter
 Emitter of the event. Can be NULL if the event is posted directly to the CEventServer.

bool Get

Static Public Attributes

const CClassId Null


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 460 of file events.h.

References NLMISC::EventSetFocusId, and Get.

Referenced by clone().

00460                                                           : CEvent (emitter, EventSetFocusId)
00461         {
00462                 Get = get;
00463         }


Member Function Documentation

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

Implements NLMISC::CEvent.

Definition at line 465 of file events.h.

References CEventSetFocus().

00465 {return new CEventSetFocus(*this);}

NLMISC::CClassId::operator uint64  )  const [inline, inherited]
 

Definition at line 62 of file class_id.h.

References NLMISC::CClassId::Uid.

00062 {return Uid;}

bool NLMISC::CClassId::operator!= const CClassId o  )  const [inline, inherited]
 

Definition at line 56 of file class_id.h.

References NLMISC::CClassId::Uid.

00056 {return Uid!=o.Uid;}

bool NLMISC::CClassId::operator< const CClassId o  )  const [inline, inherited]
 

Definition at line 59 of file class_id.h.

References NLMISC::CClassId::Uid.

00059 {return Uid<o.Uid;}

bool NLMISC::CClassId::operator<= const CClassId o  )  const [inline, inherited]
 

Definition at line 57 of file class_id.h.

References NLMISC::CClassId::Uid.

00057 {return Uid<=o.Uid;}

bool NLMISC::CClassId::operator== const CClassId o  )  const [inline, inherited]
 

Definition at line 55 of file class_id.h.

References NLMISC::CClassId::Uid.

00055 {return Uid==o.Uid;}

bool NLMISC::CClassId::operator> const CClassId o  )  const [inline, inherited]
 

Definition at line 60 of file class_id.h.

References NLMISC::CClassId::Uid.

00060 {return Uid>o.Uid;}

bool NLMISC::CClassId::operator>= const CClassId o  )  const [inline, inherited]
 

Definition at line 58 of file class_id.h.

References NLMISC::CClassId::Uid.

00058 {return Uid>=o.Uid;}


Field Documentation

IEventEmitter* NLMISC::CEvent::Emitter [inherited]
 

Emitter of the event. Can be NULL if the event is posted directly to the CEventServer.

Definition at line 48 of file events.h.

Referenced by NLMISC::CEvent::CEvent().

bool NLMISC::CEventSetFocus::Get
 

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

Definition at line 454 of file events.h.

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

const CClassId NLMISC::CClassId::Null [static, inherited]
 


The documentation for this class was generated from the following file:
Generated on Tue Mar 16 13:12:15 2004 for NeL by doxygen 1.3.6