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