Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
bool PropertyContainer::isHidden(const Property* prop) const
178
{
179
return (getPropertyType(prop) & Prop_Hidden) == Prop_Hidden;
180
}
181
182
bool PropertyContainer::isHidden(const char *name) const
183
{
Callers
14
getModuleInfoString
Function · 0.45
getTopParent
Method · 0.45
findItem
Method · 0.45
selectItems
Method · 0.45
populateParents
Method · 0.45
showItem
Method · 0.45
onToggleDockWidget
Method · 0.45
operator()
Method · 0.45
downloadedSuccessfully
Method · 0.45
newInput
Method · 0.45
addToolBarToArea
Method · 0.45
addFolder
Method · 0.45
Calls
1
getPropertyType
Function · 0.85
Tested by
no test coverage detected