#include <VisualComponent.h>
Inherited by Decorator, and TextView.
Public Member Functions | |
virtual void | Draw ()=0 |
virtual void | Resize ()=0 |
Definition at line 4 of file VisualComponent.h.
virtual void VisualComponent::Draw | ( | ) | [pure virtual] |
Implemented in BorderDecorator, Decorator, ScrollDecorator, and TextView.
Referenced by Window::Draw(), and Decorator::Draw().
virtual void VisualComponent::Resize | ( | ) | [pure virtual] |
Implemented in Decorator, and TextView.
Referenced by Window::Resize(), and Decorator::Resize().