MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / BoolSetting

Method BoolSetting

Shadows/SampleFramework11/Settings.cpp:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206// == BoolSetting =================================================================================
207
208BoolSetting::BoolSetting() : val(false), oldVal(0)
209{
210}
211
212void BoolSetting::Initialize(TwBar* tweakBar_, const char* name_,
213 const char* group_, const char* label_,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected