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

Method setAnnotationOpacity

part/pageviewannotator.cpp:1748–1753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1746}
1747
1748void PageViewAnnotator::setAnnotationOpacity(double opacity)
1749{
1750 currentAnnotationElement().setAttribute(QStringLiteral("opacity"), QString::number(opacity));
1751 saveBuiltinAnnotationTools();
1752 selectLastTool();
1753}
1754
1755void PageViewAnnotator::setAnnotationFont(const QFont &font)
1756{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected