Design Pattern Examples
Overview of object-oriented design patterns
HandlerChain_MessageWindow_Class.h File Reference

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"
Include dependency graph for HandlerChain_MessageWindow_Class.h:
This graph shows which files directly or indirectly include this file:

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__
 

Detailed Description

Declaration of the MessageWindow class and WindowRectangle class used in the HandlerChain Pattern.

Definition in file HandlerChain_MessageWindow_Class.h.

Macro Definition Documentation

◆ __HANDLECHAIN_MESSAGEWINDOW_CLASS_H__

#define __HANDLECHAIN_MESSAGEWINDOW_CLASS_H__

Definition at line 9 of file HandlerChain_MessageWindow_Class.h.