Design Patterns
|
#include <scroll_decorator.h>
Public Member Functions | |
ScrollDecorator (VisualComponentInterface *) | |
![]() | |
Decorator (VisualComponentInterface *component_interface) | |
virtual void | Draw () override |
virtual void | Resize () override |
|
explicit |