54 void drawKnob (
double x,
double y );
60 #endif // _DrawBroder_h
static DrawBorder * instance()
Returns the pointer to the singleton instance.
void draw()
Does the actual drawing in the view.
ViewBase * m_view
The View object.
static DrawBorder * s_instance
The instance of the application.
void drawKnob(double x, double y)
Draws a knob centered at x, y.
void setView(ViewBase *view)
Sets the View object.
The abstract base class for views.
A singleton class to draw the border with knobies around the selected display.
ViewBase * getView()
Gets the view object.
DrawBorder()
A default constructor for avoiding creation except by itself.