mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Some new dimensions
This commit is contained in:
@ -327,6 +327,12 @@ public:
|
||||
PDFInteger getPageIndex() const { return m_pageIndex; }
|
||||
const std::vector<QPointF>& getPickedPoints() const { return m_pickedPoints; }
|
||||
|
||||
/// Sets custom snap points for given page. If points on page aren't currently picked,
|
||||
/// function does nothing. Snap data are not updated.
|
||||
/// \param pageIndex pageIndex
|
||||
/// \param snapPoints Custom snap points
|
||||
void setCustomSnapPoints(PDFInteger pageIndex, const std::vector<QPointF>& snapPoints);
|
||||
|
||||
void resetTool();
|
||||
|
||||
signals:
|
||||
|
Reference in New Issue
Block a user