Cafu Engine
CommandPattern.hpp File Reference

This file provides the classes for the Command pattern as described in the book by the GoF. More...

#include "wx/wx.h"
#include "Templates/Array.hpp"
Include dependency graph for CommandPattern.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CommandT
 This class represents a general command for implementing modifications to the applications document. More...
 
class  CommandMacroT
 

Detailed Description

This file provides the classes for the Command pattern as described in the book by the GoF.