1 #ifndef DESIGNPATTERNS_DECORATOR_BORDER_DECORATOR_H_
2 #define DESIGNPATTERNS_DECORATOR_BORDER_DECORATOR_H_
6 #include "../../../foundation/src/visual_component_interface.h"
15 virtual void Draw()
override;
Definition: shape_interface.h:11
Definition: decorator.h:8
Definition: border_decorator.h:10
virtual void Draw() override
BorderDecorator(VisualComponentInterface *, int borderWidth)