Implementation of the Command_TextObject and Command classes used in the Command Pattern. More...
Go to the source code of this file.
Classes | |
class | Command_TextObject |
Container for a string. More... | |
class | Command |
Represents an operation that can be applied to a TextObject. More... | |
Namespaces | |
namespace | DesignPatternExamples_python |
The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace. | |
namespace | DesignPatternExamples_python.command |
namespace | DesignPatternExamples_python.command.command_classes |
Implementation of the Command_TextObject and Command classes used in the Command Pattern.
Definition in file command_classes.py.