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

Method setOwnZlevel

src/domain/UBGraphicsScene.cpp:2820–2823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2818}
2819
2820void UBGraphicsScene::setOwnZlevel(QGraphicsItem *item)
2821{
2822 item->setZValue(item->data(UBGraphicsItemData::ItemOwnZValue).toReal());
2823}
2824
2825QUuid UBGraphicsScene::getPersonalUuid(QGraphicsItem *item)
2826{

Callers 1

itemChangeMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected