MCPcopy Create free account
hub / github.com/cmauri/eviacam / InitDefaults

Method InitDefaults

src/viacamcontroller.cpp:81–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void CViacamController::InitDefaults()
82{
83 m_runWizardAtStartup= true;
84 m_languageId= wxLANGUAGE_DEFAULT;
85 m_enabledAtStartup= false;
86 m_minimisedAtStartup = false;
87#if defined(__WXMSW__)
88 m_onScreenKeyboardCommand= _T("osk.exe");
89#endif
90}
91
92
93CViacamController::~CViacamController(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected