Global parameters of plugins.
More...
#include <ParameterPlugin.h>
|
| enum class | PromptType { No
, First
} |
| |
|
|
void | sigNativeWindowRecieveKeyboard () |
| |
|
void | sigPromptAdministratorPrivilege () |
| |
|
void | sigEncryptKeyChanged () |
| |
|
void | sigSavePasswordChanged (bool AutoSavePassword) |
| |
|
void | sigPromptTypeChanged (PromptType PromptType) |
| |
|
void | sigPromptCountChanged (int PromptCount) |
| |
|
void | sigViewPassowrdChanged (bool ViewPassowrd) |
| |
|
void | sigShowProtocolPrefixChanged () |
| |
|
void | sigSHowIpPortInNameChanged () |
| |
|
void | sigAdaptWindowsChanged () |
| |
|
void | sigChanged () |
| | emit when the parameter changes Usually if required, the corresponding parameter corresponds to a change event.
|
| |
|
| virtual int | OnLoad (QSettings &set) override |
| |
| virtual int | OnSave (QSettings &set) override |
| |
| virtual bool | OnCheckValidity () |
| | Check validity.
|
| |
| int | SetModified (bool bModified=true) |
| | When setting parameters, if there is a modification, it is called.
|
| |
| bool | GetModified () |
| | Whether the parameters have been modified.
|
| |
Global parameters of plugins.
- See also
- COperate::SetGlobalParameters
Definition at line 29 of file ParameterPlugin.h.
◆ PromptType
| enum class CParameterPlugin::PromptType |
|
strong |
◆ CParameterPlugin()
| CParameterPlugin::CParameterPlugin |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~CParameterPlugin()
| CParameterPlugin::~CParameterPlugin |
( |
| ) |
|
|
virtual |
◆ GetAdaptWindows()
◆ GetEnableLocalInputMethod()
| bool CParameterPlugin::GetEnableLocalInputMethod |
( |
| ) |
const |
◆ GetEnableSystemUserToUser()
| bool CParameterPlugin::GetEnableSystemUserToUser |
( |
| ) |
const |
◆ GetEncryptKey()
| const QString & CParameterPlugin::GetEncryptKey |
( |
| ) |
const |
◆ GetNativeWindowReceiveKeyboard()
| bool CParameterPlugin::GetNativeWindowReceiveKeyboard |
( |
| ) |
const |
◆ GetPromptAdministratorPrivilege()
| bool CParameterPlugin::GetPromptAdministratorPrivilege |
( |
| ) |
|
◆ GetPromptCount()
| int CParameterPlugin::GetPromptCount |
( |
| ) |
const |
◆ GetPromptType()
| CParameterPlugin::PromptType CParameterPlugin::GetPromptType |
( |
| ) |
const |
◆ GetSavePassword()
| const bool & CParameterPlugin::GetSavePassword |
( |
| ) |
const |
◆ GetShowIpPortInName()
| bool CParameterPlugin::GetShowIpPortInName |
( |
| ) |
const |
◆ GetShowProtocolPrefix()
| bool CParameterPlugin::GetShowProtocolPrefix |
( |
| ) |
const |
◆ GetUseSystemCredential()
| bool CParameterPlugin::GetUseSystemCredential |
( |
| ) |
const |
◆ GetViewPassowrd()
| bool CParameterPlugin::GetViewPassowrd |
( |
| ) |
const |
◆ OnLoad()
| int CParameterPlugin::OnLoad |
( |
QSettings & |
set | ) |
|
|
overrideprotectedvirtual |
◆ OnSave()
| int CParameterPlugin::OnSave |
( |
QSettings & |
set | ) |
|
|
overrideprotectedvirtual |
◆ SetAdaptWindows()
◆ SetEnableLocalInputMethod()
| void CParameterPlugin::SetEnableLocalInputMethod |
( |
bool |
enable | ) |
|
◆ SetEnableSystemUserToUser()
| void CParameterPlugin::SetEnableSystemUserToUser |
( |
bool |
enable | ) |
|
◆ SetEncryptKey()
| void CParameterPlugin::SetEncryptKey |
( |
const QString & |
newPassword | ) |
|
◆ SetNativeWindowReceiveKeyboard()
| void CParameterPlugin::SetNativeWindowReceiveKeyboard |
( |
bool |
newNativeWindowRecieveKeyboard | ) |
|
◆ SetPromptAdministratorPrivilege()
| void CParameterPlugin::SetPromptAdministratorPrivilege |
( |
bool |
bShow | ) |
|
◆ SetPromptCount()
| void CParameterPlugin::SetPromptCount |
( |
int |
NewPromptCount | ) |
|
◆ SetPromptType()
| void CParameterPlugin::SetPromptType |
( |
PromptType |
NewPromptType | ) |
|
◆ SetSavePassword()
| void CParameterPlugin::SetSavePassword |
( |
bool |
NewAutoSavePassword | ) |
|
◆ SetShowIpPortInName()
| void CParameterPlugin::SetShowIpPortInName |
( |
bool |
bShowIpPortInName | ) |
|
◆ SetShowProtocolPrefix()
| void CParameterPlugin::SetShowProtocolPrefix |
( |
bool |
bShowProtocolPrefix | ) |
|
◆ SetUseSystemCredential()
| void CParameterPlugin::SetUseSystemCredential |
( |
bool |
newUseSystemCredential | ) |
|
◆ SetViewPassowrd()
| void CParameterPlugin::SetViewPassowrd |
( |
bool |
NewViewPassowrd | ) |
|
◆ m_AdaptWindows
◆ m_bEnableLocalInputMethod
| bool CParameterPlugin::m_bEnableLocalInputMethod |
|
private |
◆ m_bEnableSystemUserToUser
| bool CParameterPlugin::m_bEnableSystemUserToUser |
|
private |
◆ m_bNativeWindowReceiveKeyboard
| bool CParameterPlugin::m_bNativeWindowReceiveKeyboard |
|
private |
◆ m_bPromptAdministratorPrivilege
| bool CParameterPlugin::m_bPromptAdministratorPrivilege |
|
private |
◆ m_bSavePassword
| bool CParameterPlugin::m_bSavePassword |
|
private |
◆ m_bShowIpPortInName
| bool CParameterPlugin::m_bShowIpPortInName |
|
private |
◆ m_bShowProtocolPrefix
| bool CParameterPlugin::m_bShowProtocolPrefix |
|
private |
◆ m_bUseSystemCredential
| bool CParameterPlugin::m_bUseSystemCredential |
|
private |
◆ m_bViewPassowrd
| bool CParameterPlugin::m_bViewPassowrd |
|
private |
◆ m_nPromptCount
| int CParameterPlugin::m_nPromptCount |
|
private |
◆ m_PromptType
| PromptType CParameterPlugin::m_PromptType |
|
private |
◆ m_Record
◆ m_szEncryptKey
| QString CParameterPlugin::m_szEncryptKey |
|
private |
◆ AdaptWindows
◆ EncryptKey
| QString CParameterPlugin::EncryptKey |
|
readwrite |
◆ PromptCount
| int CParameterPlugin::PromptCount |
|
readwrite |
◆ PromptType
| PromptType CParameterPlugin::PromptType |
|
readwrite |
◆ SavePassword
| bool CParameterPlugin::SavePassword |
|
readwrite |
◆ ShowIpPortInName
| bool CParameterPlugin::ShowIpPortInName |
|
readwrite |
◆ ShowProtocolPrefix
| bool CParameterPlugin::ShowProtocolPrefix |
|
readwrite |
◆ ViewPassowrd
| bool CParameterPlugin::ViewPassowrd |
|
readwrite |
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Src/ParameterCompone/ParameterPlugin.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Src/ParameterCompone/ParameterPlugin.cpp