Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
click
Function · 0.70
Calls
2
value
Function · 0.70
setValue
Method · 0.45
Tested by
no test coverage detected