MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / setSelected

Method setSelected

src/plugins/codeeditor/symbol/symbolbar.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void CurmbItem::setSelected(bool selected)
76{
77 hasSelected = selected;
78 update();
79}
80
81bool CurmbItem::isSelected() const
82{

Callers 4

processLocalBranchMethod · 0.80
focusOnBranchMethod · 0.80
curmbItemClickedMethod · 0.80
resetCurmbItemStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected