MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / loadDefaults

Method loadDefaults

App/GuiConfig.cpp:34–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void
35GuiConfig::loadDefaults(void)
36{
37 this->useLMBdrag = false;
38 this->noLimits = false;
39 this->useGLWaterfall = false;
40 this->useGlInWindows = false;
41 this->useMaxBlending = false;
42 this->enableMsgTTL = true;
43 this->msgTTL = 15; // in milliseconds
44}
45
46#define STRINGFY(x) #x
47#define STORE(field) obj.set(STRINGFY(field), this->field)

Callers 1

GuiConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected