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

Method fadeOut

src/frontend/worksheet/WorksheetView.cpp:1478–1482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1476}
1477
1478void WorksheetView::fadeOut(qreal value) {
1479 auto* effect = new QGraphicsOpacityEffect();
1480 effect->setOpacity(1 - value);
1481 lastAddedWorksheetElement->graphicsItem()->setGraphicsEffect(effect);
1482}
1483
1484/*!
1485 * called when one of the layout-actions in WorkseetView was triggered.

Callers

nothing calls this directly

Calls 2

setOpacityMethod · 0.45
graphicsItemMethod · 0.45

Tested by

no test coverage detected