Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2820
void UBGraphicsScene::setOwnZlevel(QGraphicsItem *item)
2821
{
2822
item->setZValue(item->data(UBGraphicsItemData::ItemOwnZValue).toReal());
2823
}
2824
2825
QUuid UBGraphicsScene::getPersonalUuid(QGraphicsItem *item)
2826
{
Callers
1
itemChange
Method · 0.80
Calls
1
data
Method · 0.45
Tested by
no test coverage detected