MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / objectRemove

Method objectRemove

src/utilities/idf/WorkspaceWatcher.cpp:102–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void WorkspaceWatcher::objectRemove(const WorkspaceObject& removedObject, const openstudio::IddObjectType& /*type*/,
103 const openstudio::UUID& /*uuid*/) {
104 // Note: Args 2 & 3 are simply to comply with Nano::Signal template parameters
105 // let change() handle m_dirty and onChangeWorkspace();
106 m_objectRemoved = true;
107
108 if (enabled()) {
109 this->onObjectRemove(removedObject);
110 }
111}
112
113} // namespace openstudio

Callers

nothing calls this directly

Calls 1

onObjectRemoveMethod · 0.95

Tested by

no test coverage detected