MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / saveValue

Function saveValue

ImagePlay/include/PropertyWidgets/IPPropertyButtonBool.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 bool value() const { return _value; }
50 void saveValue() { _property->setValue(value()); }
51 void resetValue() { _property->resetValue(); }
52
53 void click()

Callers 1

clickFunction · 0.70

Calls 2

valueFunction · 0.70
setValueMethod · 0.45

Tested by

no test coverage detected