src/layers/edittools.h

changeset 315
23b47902d857
parent 314
4642ba1218e8
child 322
a39f454a3d7f
equal deleted inserted replaced
314:4642ba1218e8 315:23b47902d857
77 void closeShape(); 77 void closeShape();
78 void renderPreview(QPainter* painter, const void* pensptr); 78 void renderPreview(QPainter* painter, const void* pensptr);
79 void removeLastPoint(); 79 void removeLastPoint();
80 [[nodiscard]] bool isCloseToExistingPoints() const; 80 [[nodiscard]] bool isCloseToExistingPoints() const;
81 [[nodiscard]] std::size_t calcNumPoints() const; 81 [[nodiscard]] std::size_t calcNumPoints() const;
82 [[nodiscard]] opt<float> cylinderHeight() const;
82 }; 83 };

mercurial