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

Method isCheckable

src/common/widget/collapsewidget.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125bool CollapseWidget::isCheckable()
126{
127 if (d->detailsButton)
128 return d->detailsButton->isCheckable();
129 return false;
130}
131
132bool CollapseWidget::isChecked()
133{

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected