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

Method Add

DuiLib/Control/UITreeView.cpp:218–224  ·  view source on GitHub ↗

��������: Add ��������: bool ������Ϣ: CControlUI * _pTreeNodeUI ����˵��: ͨ���ڵ�������ӽڵ�

Source from the content-addressed store, hash-verified

216 // ����˵��: ͨ���ڵ�������ӽڵ�
217 //************************************
218 bool CTreeNodeUI::Add( CControlUI* _pTreeNodeUI )
219 {
220 if (_tcsicmp(_pTreeNodeUI->GetClass(), _T("TreeNodeUI")) == 0)
221 return AddChildNode((CTreeNodeUI*)_pTreeNodeUI);
222
223 return CListContainerElementUI::Add(_pTreeNodeUI);
224 }
225
226 //************************************
227 // ��������: AddAt

Callers 3

CTreeNodeUIMethod · 0.45
AddAtMethod · 0.45
AddChildNodeMethod · 0.45

Calls 8

MakeDelegateFunction · 0.85
SetVisibleCheckBtnMethod · 0.80
SetVisibleFolderBtnMethod · 0.80
SetMinWidthMethod · 0.80
GetCountChildMethod · 0.80
GetChildNodeMethod · 0.80
SetTreeViewMethod · 0.80
GetClassMethod · 0.45

Tested by

no test coverage detected