30 void Draw(QCustomPlot* plot)
override;
37 graph->setPen(QColor(0, 0, 0, 255));
38 graph->setScatterStyle(QCPScatterStyle(QCPScatterStyle::ssCrossCircle, 10));
Фигура контрольной точки, откуда происходит запуск
Definition airport.h:14
Airport()
Definition airport.h:16
Airport(const Target &t)
Definition airport.h:22
Airport(lib::Point p)
Definition airport.h:19
void Draw(QCustomPlot *plot) override
Отрисовывает фигуру на полотне
Definition airport.h:33
Airport(Target &&t)
Definition airport.h:23
Airport(double x, double y)
Definition airport.h:18
Airport(const lib::Target &data)
Definition airport.h:20
Фигура контрольной точки
Definition target.h:13
QCPGraph * GetGraphPtr() const
Возвращает значение указателя на полотне
Definition target.h:45
virtual void Draw(QCustomPlot *plot) override
Отрисовывает фигуру на полотне
Definition target.h:57
Контрольная точка
Definition target.h:12
Математическая точка
Definition point.h:16