| 61 | } |
| 62 | |
| 63 | void Setting::SetReadOnly(bool readOnly) |
| 64 | { |
| 65 | Assert_(tweakBar != nullptr); |
| 66 | TwHelper::SetReadOnly(tweakBar, name.c_str(), readOnly); |
| 67 | } |
| 68 | |
| 69 | void Setting::SetEditable(bool editable) |
| 70 | { |
nothing calls this directly
no test coverage detected