MCPcopy Create free account
hub / github.com/cinience/RedisStudio / DelChildNode

Method DelChildNode

RedisStudio/RedisDataUI.cpp:1084–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082}
1083
1084 void RedisDataUI::DelChildNode( CTreeNodeUI* pNode )
1085 {
1086 /// 删除所有节点
1087 CStdPtrArray myArray = pNode->GetTreeNodes();
1088 for (int i=0; i<myArray.GetSize(); ++i)
1089 {
1090 pNode->RemoveAt((CTreeNodeUI*)myArray[i]);
1091 }
1092 }
1093

Callers

nothing calls this directly

Calls 3

GetTreeNodesMethod · 0.80
GetSizeMethod · 0.45
RemoveAtMethod · 0.45

Tested by

no test coverage detected