Locus No Pilotus
Project of four first grade MIPT DAFE/RSE students (for engineering practical work in the second semester) in Qt C++
|
This is the complete list of members for gui::Hill, including all inherited members.
AddVertice(lib::Point vertice) | gui::Hill | inline |
color_ | gui::Hill | private |
curve_ | gui::Hill | private |
data_ | gui::Hill | private |
Draw(QCustomPlot *plot) override | gui::Hill | virtual |
Drawable()=default | gui::Drawable | |
GetCurvePtr() const | gui::Hill | inline |
GetData() const | gui::Hill | inline |
GetData() | gui::Hill | inline |
GetVertices() const | gui::Hill | inline |
GetVertices() | gui::Hill | inline |
Hill()=default | gui::Hill | |
Hill(const std::initializer_list< lib::Point > &points, QColor color=QColor(50, 200, 50, 255)) | gui::Hill | inline |
Hill(const std::vector< lib::Point > &points, QColor color=QColor(50, 200, 50, 255)) | gui::Hill | inline |
Hill(const lib::Hill &data, QColor color=QColor(50, 200, 50, 255)) | gui::Hill | inline |
Hill(const Hill &)=default | gui::Hill | |
Hill(Hill &&)=default | gui::Hill | |
operator=(const Hill &)=default | gui::Hill | |
operator=(Hill &&)=default | gui::Hill | |
operator==(const gui::Hill &hill) const | gui::Hill | inline |