MCPcopy Create free account
hub / github.com/KDE/labplot / isHidden

Method isHidden

src/frontend/widgets/TreeViewComboBox.cpp:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337bool TreeViewComboBox::isHidden(const AbstractAspect* aspect) const {
338 return (m_hiddenAspects.indexOf(aspect) != -1);
339}
340
341void TreeViewComboBox::setAspect(const AbstractAspect* aspect) {
342 if (aspect)

Callers 2

aspectAddedMethod · 0.45
setLabelsMethod · 0.45

Calls 1

indexOfMethod · 0.45

Tested by

no test coverage detected