mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 12:20:32 +02:00
project load and export
This commit is contained in:
@@ -77,6 +77,14 @@ virtual std::vector<QPoint> getPolygonData() override {
|
||||
* \param polygonData - The Vertices of the Polygon. Just Planar Polygons are allowed.
|
||||
*/
|
||||
virtual void setPolygon(const std::vector<QPoint>& polygonData) override;
|
||||
|
||||
|
||||
/*!
|
||||
* \brief getPolygon
|
||||
* \return returns the data of the polygon as points
|
||||
*/
|
||||
virtual std::vector<QPoint> getPolygon() override;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user