MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SetReadOnly

Method SetReadOnly

SampleFramework12/v1.00/Settings.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void Setting::SetReadOnly(bool readOnly)
46{
47 /*Assert_(initialized);
48 TwHelper::SetReadOnly(tweakBar, name.c_str(), readOnly);*/
49}
50
51void Setting::SetEditable(bool editable)
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected