MVC
0.0.1
|
Here is painter for drawing primitive objects. Подробнее...
#include <ipainter.h>
Открытые члены | |
IPainter ()=default | |
virtual | ~IPainter ()=default |
virtual void | drawDelimeter (const std::string &) const =0 |
Draw delimeter of screen. Подробнее... | |
virtual void | drawText (const std::string &) const =0 |
Draw text information. Подробнее... | |
virtual void | drawPoint (const Point &) const =0 |
Draw points. Подробнее... | |
virtual void | drawLine (const Point &, const Point &) const =0 |
Draw lines. Подробнее... | |
virtual void | drawCircle (const Point &, const int &) const =0 |
Draw circles. Подробнее... | |
Here is painter for drawing primitive objects.
|
default |
|
virtualdefault |
|
pure virtual |
Draw circles.
Замещается в PainterOfConsole.
|
pure virtual |
Draw delimeter of screen.
Замещается в PainterOfConsole.
Draw lines.
Замещается в PainterOfConsole.
|
pure virtual |
Draw points.
Замещается в PainterOfConsole.
|
pure virtual |
Draw text information.
Замещается в PainterOfConsole.