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

Implementation of the MessageWindow class used in the HandlerChain Pattern. More...

Include dependency graph for HandlerChain_MessageWindow_Class.cpp:

Go to the source code of this file.

Namespaces

namespace  DesignPatternExamples_cpp
 The namespace containing all Design Pattern Examples implemented in C++.
 

Detailed Description

Implementation of the MessageWindow class used in the HandlerChain Pattern.

Definition in file HandlerChain_MessageWindow_Class.cpp.