MCPcopy Create free account
hub / github.com/TeXworks/texworks / MagnifyingGlass

Method MagnifyingGlass

modules/QtPDF/src/PDFDocumentTools.cpp:140–146  ·  view source on GitHub ↗

MagnifyingGlass ==============================

Source from the content-addressed store, hash-verified

138// ==============================
139//
140MagnifyingGlass::MagnifyingGlass(PDFDocumentView * parent) :
141 AbstractTool(parent),
142 _magnifier(new PDFDocumentMagnifierView(parent)),
143 _started(false)
144{
145 _cursor = QCursor(QIcon::fromTheme(QStringLiteral("tool-magnifier-cursor")).pixmap(32));
146}
147
148void MagnifyingGlass::setMagnifierShape(const MagnifierShape shape)
149{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected