MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetSortOrder

Method SetSortOrder

Src/Database/DatabaseTree.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void TreeItem::SetSortOrder(int newSortOrder)
88{
89 m_Data.m_SortOrder = newSortOrder;
90}
91
92int TreeItem::GetKey() const
93{

Callers 3

GetNodeMethod · 0.80
GetAllNodesMethod · 0.80
GetSubNodesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected