MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / preupdate_component

Method preupdate_component

src/DrawingProgram/DrawingProgram.cpp:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594void DrawingProgram::preupdate_component(CanvasComponentContainer::ObjInfo* objToCheck) {
595 if(!selection.is_selected(objToCheck))
596 drawCache.preupdate_component(objToCheck);
597}
598
599void DrawingProgram::check_updateable_components() {
600 for(auto& comp : updateableComponents)

Callers 2

commit_updateMethod · 0.45
commit_transformMethod · 0.45

Calls 1

is_selectedMethod · 0.45

Tested by

no test coverage detected