Main Page   Modules   Class Hierarchy   Compound List   Compound Members  

GAUGE3D::GMessageQueue::Handler Class Reference

Base class for message handlers. More...

#include <gauge3d/input/messagequeue.h>

Inherits GAUGE3D::GObject.

Inherited by GAUGE3D::GInputMap.

List of all members.

Public Methods

virtual bool HandleMessage (pGMessage message)=0
 Attempts to handle the message, and returns true if the message was dealt with. More...


Detailed Description

Base class for message handlers.


Member Function Documentation

bool GAUGE3D::GMessageQueue::Handler::HandleMessage ( pGMessage message ) [pure virtual]
 

Attempts to handle the message, and returns true if the message was dealt with.

Returns:
True if the handler did something with the message, and thus the message has served its purpose. False if the message was not dealt with and should be sent to other handlers.

Reimplemented in GAUGE3D::GInputMap.


The documentation for this class was generated from the following file:
Generated at Tue Jan 30 17:07:34 2001 for gauge3d by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000