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

Method SetReadOnly

SampleFramework11/v1.02/Settings.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void Setting::SetReadOnly(bool readOnly)
64{
65 Assert_(tweakBar != nullptr);
66 TwHelper::SetReadOnly(tweakBar, name.c_str(), readOnly);
67}
68
69void Setting::SetEditable(bool editable)
70{

Callers

nothing calls this directly

Calls 1

SetReadOnlyFunction · 0.85

Tested by

no test coverage detected