mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 20:00:32 +02:00
project load and export
This commit is contained in:
@@ -57,6 +57,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
|
||||
|
||||
Reference in New Issue
Block a user