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 |
Implementation of the Message and MessagePosition classes used in the HandlerChain pattern.
Definition in file handlerchain_message_class.py.