54 virtual int width()
const = 0;
59 virtual int height()
const = 0;
65 virtual int x()
const = 0;
71 virtual int y()
const = 0;
76 virtual bool is_hidden()
const = 0;
81 virtual void Hide() = 0;
86 virtual void Show() = 0;
91 virtual bool has_focus()
const = 0;
96 virtual void Focus() = 0;
101 virtual void Unfocus() = 0;
106 virtual void MoveTo(
int x,
int y) = 0;
112 virtual void Resize(
int width,
int height) = 0;
116 virtual void Draw() = 0;
117 friend class OverlayManager;
A non-nullable smart pointer.
This is a set of common JavaScriptCore Helper functions to simplify sample code.
The header for the Window class.
Interface for all ref-counted objects that will be managed using the Ref<> and RefPtr<> smart pointer...
The header for the View class.