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

Method InitDefaults

src/clickwindowcontroller.cpp:440–448  ·  view source on GitHub ↗

Configuration methods

Source from the content-addressed store, hash-verified

438
439// Configuration methods
440void CClickWindowController::InitDefaults()
441{
442 SetFastMode (false);
443 SetDesign (CClickWindowController::NORMAL);
444 //SetDockingMode(CClickWindowController::TOP_DOCKING);
445 SetLocation (CClickWindowController::TOP_DOCKED);
446 SetAutohide(false);
447 //m_status= CClickWindowController::HIDDEN;
448}
449
450void CClickWindowController::WriteProfileData(wxConfigBase* pConfObj)
451{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected