MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / isHidden

Method isHidden

src/App/PropertyContainer.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177bool PropertyContainer::isHidden(const Property* prop) const
178{
179 return (getPropertyType(prop) & Prop_Hidden) == Prop_Hidden;
180}
181
182bool PropertyContainer::isHidden(const char *name) const
183{

Callers 14

getModuleInfoStringFunction · 0.45
getTopParentMethod · 0.45
findItemMethod · 0.45
selectItemsMethod · 0.45
populateParentsMethod · 0.45
showItemMethod · 0.45
onToggleDockWidgetMethod · 0.45
operator()Method · 0.45
newInputMethod · 0.45
addToolBarToAreaMethod · 0.45
addFolderMethod · 0.45

Calls 1

getPropertyTypeFunction · 0.85

Tested by

no test coverage detected