| 784 | } |
| 785 | |
| 786 | void PDFDocumentView::setMagnifierShape(const DocumentTool::MagnifyingGlass::MagnifierShape shape) |
| 787 | { |
| 788 | DocumentTool::MagnifyingGlass * magnifier = dynamic_cast<DocumentTool::MagnifyingGlass*>(getToolByType(DocumentTool::AbstractTool::Tool_MagnifyingGlass)); |
| 789 | if (magnifier) |
| 790 | magnifier->setMagnifierShape(shape); |
| 791 | } |
| 792 | |
| 793 | void PDFDocumentView::setMagnifierSize(const int size) |
| 794 | { |