Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeXworks/texworks
/ disarmTool
Method
disarmTool
modules/QtPDF/src/PDFDocumentView.cpp:1626–1632 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1624
}
1625
1626
void PDFDocumentView::disarmTool()
1627
{
1628
if (!_armedTool)
1629
return;
1630
_armedTool->disarm();
1631
_armedTool = nullptr;
1632
}
1633
1634
void PDFDocumentView::showRuler(const bool show)
1635
{
Callers
1
contextMenuEvent
Method · 0.80
Calls
1
disarm
Method · 0.45
Tested by
no test coverage detected