Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetParentId
Method
SetParentId
Src/Database/DatabaseTree.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void TreeItem::SetParentId(int newParentId)
78
{
79
m_Data.m_ParentId = newParentId;
80
}
81
82
int TreeItem::GetSortOrder() const
83
{
Callers
8
AddFavorite
Method · 0.80
GetNode
Method · 0.80
GetAllNodes
Method · 0.80
GetSubNodes
Method · 0.80
GetLeaf
Method · 0.80
GetLeaves
Method · 0.80
GetLeavesByKey
Method · 0.80
BookmarkToTree
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected