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

Method GetChildNode

DuiLib/Control/UITreeView.cpp:582–585  ·  view source on GitHub ↗

��������: GetChildNode ��������: CTreeNodeUI ������Ϣ: int _nIndex ����˵��:

Source from the content-addressed store, hash-verified

580 // ����˵��:
581 //************************************
582 CTreeNodeUI* CTreeNodeUI::GetChildNode( int _nIndex )
583 {
584 return static_cast<CTreeNodeUI*>(mTreeNodes.GetAt(_nIndex));
585 }
586
587 //************************************
588 // ��������: SetVisibleFolderBtn

Callers 7

AddMethod · 0.80
AddAtMethod · 0.80
RemoveMethod · 0.80
SetItemCheckBoxMethod · 0.80
SetItemExpandMethod · 0.80
OnMenuClickMethod · 0.80

Calls 1

GetAtMethod · 0.80

Tested by

no test coverage detected