MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / CParameterPlugin

Method CParameterPlugin

Src/ParameterCompone/ParameterPlugin.cpp:9–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8Q_DECLARE_METATYPE(CParameterPlugin::NameStyles)
9CParameterPlugin::CParameterPlugin(QObject *parent)
10 : CParameter(parent)
11 , m_pGlobalParameter(new CParameterGlobal(this, "Global"))
12 , m_bCaptureAllKeyboard(true)
13 , m_bDesktopShortcutsScript(false)
14 , m_bEnableLocalInputMethod(false)
15 , m_bPromptAdministratorPrivilege(!RabbitCommon::CTools::Instance()->HasAdministratorPrivilege())
16 , m_bEnableSystemUserToUser(true)
17 , m_bSavePassword(false)
18 , m_PromptType(PromptType::First)
19 , m_nPromptCount(0)
20 , m_bViewPassowrd(false)
21 , m_bUseSystemCredential(true)
22 , m_NameStyles(NameStyle::ServerName | NameStyle::SecurityLevel)
23 , m_AdaptWindows(CFrmViewer::ADAPT_WINDOWS::KeepAspectRationToWindow)
24 , m_bEnableSetPluginsPath(false)
25 , m_WhiteList(this, "Plugin/Paths/Whilelist")
26 , m_BlackList(this, "Plugin/Paths/BlackList")
27 , m_szPluginsPath(RabbitCommon::CDir::Instance()->GetDirPlugins())
28 , m_bOnlyLoadInWhitelist(false)
29 , m_Record(this)
30 , m_MediaDevices(this)
31#if defined(HAVE_QTERMWIDGET)
32 , m_Terminal(this)
33#endif
34{}
35
36CParameterPlugin::~CParameterPlugin()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected