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