MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / setSelectedZLevel

Method setSelectedZLevel

src/domain/UBGraphicsScene.cpp:2815–2818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2813}
2814
2815void UBGraphicsScene::setSelectedZLevel(QGraphicsItem * item)
2816{
2817 item->setZValue(mZLayerController->generateZLevel(itemLayerType::SelectedItem));
2818}
2819
2820void UBGraphicsScene::setOwnZlevel(QGraphicsItem *item)
2821{

Callers 1

itemChangeMethod · 0.80

Calls 1

generateZLevelMethod · 0.80

Tested by

no test coverage detected