Locus No Pilotus
Project of four first grade MIPT DAFE/RSE students (for engineering practical work in the second semester) in Qt C++
Loading...
Searching...
No Matches
gui::Drawable Class Referenceabstract

Некоторая возможная к рисованию фигура [абстрактный класс]. More...

#include <base.h>

Inheritance diagram for gui::Drawable:

Public Member Functions

 Drawable ()=default
 
virtual void Draw (QCustomPlot *plot)=0
 Привязывает (рисует) экземпляр класса на полотне
 

Detailed Description

Некоторая возможная к рисованию фигура [абстрактный класс].

Constructor & Destructor Documentation

◆ Drawable()

gui::Drawable::Drawable ( )
default

Member Function Documentation

◆ Draw()

virtual void gui::Drawable::Draw ( QCustomPlot * plot)
pure virtual

Привязывает (рисует) экземпляр класса на полотне

Parameters
plotуказатель на соотв. полотно

Implemented in gui::Airport, gui::FlyingRobot, gui::Hill, gui::Segment, gui::Target, gui::Trajectory, gui::TrappyCircle, and gui::TrappyLine.


The documentation for this class was generated from the following file: