MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / setProperty

Method setProperty

Source/UIComponents/CtrlrPanel/CtrlrPanelCanvas.cpp:867–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867void CtrlrPanelCanvas::setProperty (const Identifier& name, const var &newValue, const bool isUndoable)
868{
869 if (isUndoable)
870 {
871 owner.setProperty (name, newValue, isUndoable);
872 }
873 else
874 {
875 owner.setProperty (name, newValue, false);
876 }
877}
878
879const var &CtrlrPanelCanvas::getProperty (const Identifier& name) const
880{

Callers 5

editMenuCopyMethod · 0.45
emptyGrouppingMethod · 0.45
exportComponentMethod · 0.45
importImageMethod · 0.45
itemDroppedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected