MCPcopy Create free account
hub / github.com/KDE/labplot / fadeIn

Method fadeIn

src/frontend/worksheet/WorksheetView.cpp:1473–1476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1471}
1472
1473void WorksheetView::fadeIn(qreal value) {
1474 auto* effect = static_cast<QGraphicsOpacityEffect*>(lastAddedWorksheetElement->graphicsItem()->graphicsEffect());
1475 effect->setOpacity(value);
1476}
1477
1478void WorksheetView::fadeOut(qreal value) {
1479 auto* effect = new QGraphicsOpacityEffect();

Callers

nothing calls this directly

Calls 2

graphicsItemMethod · 0.45
setOpacityMethod · 0.45

Tested by

no test coverage detected