MCPcopy 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
77void TreeItem::SetParentId(int newParentId)
78{
79 m_Data.m_ParentId = newParentId;
80}
81
82int TreeItem::GetSortOrder() const
83{

Callers 8

AddFavoriteMethod · 0.80
GetNodeMethod · 0.80
GetAllNodesMethod · 0.80
GetSubNodesMethod · 0.80
GetLeafMethod · 0.80
GetLeavesMethod · 0.80
GetLeavesByKeyMethod · 0.80
BookmarkToTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected