Design Patterns
|
#include <border_decorator.h>
Public Member Functions | |
BorderDecorator (VisualComponentInterface *, int borderWidth) | |
virtual void | Draw () override |
![]() | |
Decorator (VisualComponentInterface *component_interface) | |
virtual void | Resize () override |
structural::BorderDecorator::BorderDecorator | ( | VisualComponentInterface * | , |
int | borderWidth | ||
) |
|
overridevirtual |
Reimplemented from structural::Decorator.