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

Method IsHasChild

DuiLib/Control/UITreeView.cpp:401–404  ·  view source on GitHub ↗

��������: IsHasChild ��������: bool ����˵��:

Source from the content-addressed store, hash-verified

399 // ����˵��:
400 //************************************
401 bool CTreeNodeUI::IsHasChild() const
402 {
403 return !mTreeNodes.IsEmpty();
404 }
405
406 //************************************
407 // ��������: AddChildNode

Callers 6

RemoveAtMethod · 0.80
GetLastNodeMethod · 0.80
OnItemDBClickMethod · 0.80
OnMenuWakeupMethod · 0.80
OnItemActiveForTreeMethod · 0.80
OnKeyDelMethod · 0.80

Calls 1

IsEmptyMethod · 0.80

Tested by

no test coverage detected