Declaration of the MessageWindow class and WindowRectangle class used in the HandlerChain Pattern. More...
#include <iostream>
#include <map>
#include <memory>
#include <string>
#include "helpers/formatstring.h"
#include "HandlerChain_Class.h"
#include "HandlerChain_Message_Class.h"
Go to the source code of this file.
Classes | |
class | WindowRectangle |
Represents a rectangular region, with upper left and lower right coordinates. More... | |
class | MessageWindow |
Represents a rectangular region that can handle messages directed to that region. More... | |
Namespaces | |
namespace | DesignPatternExamples_cpp |
The namespace containing all Design Pattern Examples implemented in C++. | |
Macros | |
#define | __HANDLECHAIN_MESSAGEWINDOW_CLASS_H__ |
Declaration of the MessageWindow class and WindowRectangle class used in the HandlerChain Pattern.
Definition in file HandlerChain_MessageWindow_Class.h.
#define __HANDLECHAIN_MESSAGEWINDOW_CLASS_H__ |
Definition at line 9 of file HandlerChain_MessageWindow_Class.h.