Design Pattern Examples
Overview of object-oriented design patterns
handlerchain_message_class.py File Reference

Implementation of the Message and MessagePosition classes used in the HandlerChain pattern. More...

Go to the source code of this file.

Classes

class  MessageType
 Type of message handled by MessageWindow. More...
 
class  MessagePosition
 Position of the message in global coordinates (same scope of coordinates as windows). More...
 
class  Message
 Represents a message sent to the windows. More...
 

Namespaces

namespace  DesignPatternExamples_python
 The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace.
 
namespace  DesignPatternExamples_python.handlerchain
 
namespace  DesignPatternExamples_python.handlerchain.handlerchain_message_class
 

Detailed Description

Implementation of the Message and MessagePosition classes used in the HandlerChain pattern.

Definition in file handlerchain_message_class.py.