Merge branch 'dev-save' into dev-history

This commit is contained in:
Jonas Mucke
2020-01-23 20:22:06 +01:00
13 changed files with 233 additions and 15 deletions

View File

@@ -59,6 +59,12 @@ virtual IntelliImage* getDeepCopy() override;
* \param polygonData - The Vertices of the Polygon. Nothing happens.
*/
virtual void setPolygon(const std::vector<QPoint>& polygonData) override;
/*!
* \brief getPolygon
* \return returns the points of the polygon
*/
virtual std::vector<QPoint> getPolygon();
};
#endif