13 #include "msdevstudio/MSconfig.h"
QtViewFactory class interface.
QtViewFactory()
The default constructor.
An implementation of FontBase that uses a Qt QFont as implementation.
static ViewFactory * m_instance
An instance of the default view factory.
virtual ViewBase * createView(PlotterBase *plotter) const
Creates a view for the plotter.
A abstract base class for font handling.
The base class for the PlotterBase hierarchy.
static ViewFactory * instance()
hippodraw::QtView class interface
The class of derived from ViewBase and QCanvasRectangle for drawing on a QCanvas. ...
The abstract base class for a factory that creates objects closely related to the graphics subsystem ...
The abstract base class for views.
virtual FontBase * createFont() const
Creates a default FontBase object.
hippodraw::PlotterBase class interface.