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

Method SetVisibleCheckBtn

DuiLib/Control/UITreeView.cpp:614–617  ·  view source on GitHub ↗

��������: SetVisibleCheckBtn ��������: void ������Ϣ: bool _IsVisibled ����˵��:

Source from the content-addressed store, hash-verified

612 // ����˵��:
613 //************************************
614 void CTreeNodeUI::SetVisibleCheckBtn( bool _IsVisibled )
615 {
616 pCheckBox->SetVisible(_IsVisibled);
617 }
618
619 //************************************
620 // ��������: GetVisibleCheckBtn

Callers 2

AddMethod · 0.80
AddAtMethod · 0.80

Calls 3

SetVisibleMethod · 0.45
GetCountMethod · 0.45
GetItemAtMethod · 0.45

Tested by

no test coverage detected