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

Method syncType

src/App/Property.cpp:142–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void Property::syncType(unsigned type)
143{
144 for (const auto& [propertyStatus, propertyType] : mapProps) {
145 if (type & propertyType) {
146 StatusBits.set((size_t)propertyStatus);
147 }
148 }
149}
150
151const char* Property::getGroup() const
152{

Callers 2

addDynamicPropertyMethod · 0.80
addPropertyMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected