MCPcopy Create free account
hub / github.com/KDE/okular / setAnnotationWidth

Method setAnnotationWidth

part/pageviewannotator.cpp:1715–1720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1713}
1714
1715void PageViewAnnotator::setAnnotationWidth(double width)
1716{
1717 currentAnnotationElement().setAttribute(QStringLiteral("width"), QString::number(width));
1718 saveBuiltinAnnotationTools();
1719 selectLastTool();
1720}
1721
1722void PageViewAnnotator::setAnnotationColor(const QColor &color)
1723{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected