Gizmod::GizmoEventWindowFocus Class Reference

Class for WindowFocus events. More...

#include <GizmoEventWindowFocus.hpp>

Inheritance diagram for Gizmod::GizmoEventWindowFocus:

Inheritance graph
[legend]
Collaboration diagram for Gizmod::GizmoEventWindowFocus:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 GizmoEventWindowFocus ()
 Serialize Constructor.
 GizmoEventWindowFocus (X11FocusEvent const &Event, bool IsRemote=false)
 Default Constructor.
virtual ~GizmoEventWindowFocus ()
 Destructor.

Friends

class boost::serialization::access


Detailed Description

Class for WindowFocus events.

Raised when a Window Focus event is triggered

Note that there is NO GUARANTEE that event orders are logical For example, FOCUS_IN events might occur BEFORE a FOCUS_OUT event, however, the events are true -- The current focus will always be the last event with a FOCUS_IN type.

This is due to the way X (and your WM's focus stealing prevention) works (or perhaps doesn't work).

Definition at line 72 of file GizmoEventWindowFocus.hpp.


Constructor & Destructor Documentation

GizmoEventWindowFocus::GizmoEventWindowFocus (  ) 

Serialize Constructor.

GizmoEventWindowFocus Serialize Constructor.

Definition at line 59 of file GizmoEventWindowFocus.cpp.

GizmoEventWindowFocus::GizmoEventWindowFocus ( X11FocusEvent const &  Event,
bool  IsRemote = false 
)

Default Constructor.

GizmoEventWindowFocus Default Constructor.

Definition at line 53 of file GizmoEventWindowFocus.cpp.

GizmoEventWindowFocus::~GizmoEventWindowFocus (  )  [virtual]

Destructor.

GizmoEventWindowFocus Destructor.

Definition at line 65 of file GizmoEventWindowFocus.cpp.


The documentation for this class was generated from the following files:
Generated on Wed Nov 7 10:07:06 2007 for gizmod by  doxygen 1.5.3