|
玉兔远程控制 0.0.37
|
[Declare CParameterFreeRDP] 更多...
#include <ParameterFreeRDP.h>
Public 类型 | |
| enum class | RedirecionSoundType { Disable , Local , Remote } |
| enum | Security { RDP = 0x01 , TLS = 0x02 , NLA = 0x04 , NLA_Ext = 0x08 , RDSAAD = 0x10 , RDSTLS = 0x20 } |
信号 | |
| void | sigReconnectIntervalChanged () |
| void | sigRedirectionSoundChanged (RedirecionSoundType RedirectionSound) |
| void | sigRedirectionSoundParametersChanged () |
| void | sigRedirectionMicrophoneChanged (bool RedirectionMicrophone) |
| void | sigRedirectionMicrophoneParametersChanged () |
| void | sigRedirectionDrivesChanged (QStringList RedirectionDrive) |
| void | sigRedirectionPrinterChanged (bool RedirectionPrinter) |
信号 继承自 CParameterBase | |
| void | sigNameChanged (const QString &name=QString()) |
| void | sigShowServerNameChanged () |
| void | sigAdaptWindowsChanged (CFrmViewer::ADAPT_WINDOWS aw) |
| void | sigZoomFactorChanged (double newZoomFactor) |
信号 继承自 CParameterConnecter | |
| void | sigSetParameterClient () |
信号 继承自 CParameter | |
| void | sigChanged () |
| 当参数改变时,触发 通常如果需要,则相应的参数会对应一个改变事件。 | |
Public 成员函数 | |
| CParameterFreeRDP (QObject *parent=nullptr) | |
| virtual int | OnLoad (QSettings &set) override |
| virtual int | OnSave (QSettings &set) override |
| void | SetDomain (const QString &szDomain) |
| const QString | GetDomain () const |
| UINT32 | GetDesktopWidth () const |
| int | SetDesktopWidth (UINT32 nWidth) |
| UINT32 | GetDesktopHeight () const |
| int | SetDesktopHeight (UINT32 nHeight) |
| UINT32 | GetColorDepth () const |
| int | SetColorDepth (UINT32 color) |
| bool | GetUseMultimon () const |
| int | SetUseMultimon (bool bUse) |
| UINT | GetReconnectInterval () const |
| void | SetReconnectInterval (UINT newReconnectInterval) |
| bool | GetShowVerifyDiaglog () const |
| void | SetShowVerifyDiaglog (bool bShow) |
| RedirecionSoundType | GetRedirectionSound () const |
| void | SetRedirectionSound (RedirecionSoundType newRedirectionSound) |
| bool | GetRedirectionMicrophone () const |
| void | SetRedirectionMicrophone (bool newRedirectionMicrophone) |
| QStringList | GetRedirectionDrives () const |
| void | SetRedirectionDrives (const QStringList &newRedirectionDrive) |
| bool | GetRedirectionPrinter () const |
| void | SetRedirectionPrinter (bool newRedirectionPrinter) |
| const QString & | GetRedirectionSoundParameters () const |
| void | SetRedirectionSoundParameters (const QString &newRedirectionSoundParameters) |
| const QString & | GetRedirectionMicrophoneParameters () const |
| void | SetRedirectionMicrophoneParameters (const QString &newRedirectionMicrophoneParameters) |
| bool | GetNegotiateSecurityLayer () const |
| void | SetNegotiateSecurityLayer (bool newNegotiateSecurityLayer) |
| Security | GetSecurity () const |
| void | SetSecurity (Security newSecurity) |
| UINT16 | GetTlsVersion () const |
| void | SetTlsVersion (UINT16 newTlsVersion) |
| UINT32 | GetConnectType () const |
| void | SetConnectType (UINT32 newConnectType) |
| UINT32 | GetPerformanceFlags () const |
| void | SetPerformanceFlags (UINT32 newPerformanceFlags) |
Public 成员函数 继承自 CParameterBase | |
| CParameterBase (QObject *parent=nullptr) | |
| CParameterBase (CParameterConnecter *parent, const QString &szPrefix=QString()) | |
| const QString | GetName () const |
| void | SetName (const QString &szName) |
| const QString | GetServerName () const |
| void | SetServerName (const QString &szName) |
| bool | GetShowServerName () const |
| void | SetShowServerName (bool NewShowServerName) |
| bool | GetOnlyView () const |
| void | SetOnlyView (bool only) |
| const bool | GetLocalCursor () const |
| void | SetLocalCursor (bool cursor) |
| const bool | GetCursorPosition () const |
| void | SetCursorPosition (bool pos) |
| virtual const bool | GetClipboard () const |
| virtual void | SetClipboard (bool c) |
| bool | GetSupportsDesktopResize () const |
| void | SetSupportsDesktopResize (bool newSupportsDesktopResize) |
| bool | GetLedState () const |
| void | SetLedState (bool state) |
| CFrmViewer::ADAPT_WINDOWS | GetAdaptWindows () |
| void | SetAdaptWindows (CFrmViewer::ADAPT_WINDOWS aw) |
| double | GetZoomFactor () const |
| void | SetZoomFactor (double newZoomFactor) |
Public 成员函数 继承自 CParameterConnecter | |
| CParameterConnecter (QObject *parent=nullptr, const QString &szPrefix=QString()) | |
| CParameterClient * | GetParameterClient () |
| Get CParameterClient | |
| int | SetParameterClient (CParameterClient *p) |
Public 成员函数 继承自 CParameter | |
| CParameter (QObject *parent=nullptr, const QString &szPrefix=QString()) | |
| virtual int | Load (QString szFile=QString()) |
| Load from file | |
| virtual int | Save (QString szFile=QString(), bool bForce=true) |
| Save to file | |
| virtual int | Load (QSettings &set) |
| Load from storage | |
| virtual int | Save (QSettings &set, bool bForce=true) |
| Save to storage | |
| virtual bool | CheckValidity () |
| 检查参数是否有效,以决定是否使用或者保存参数。 派生类一般只要重载 OnCheckValidity() ,用于检查参数。 | |
静态 Public 成员函数 | |
| static QRect | GetScreenGeometry () |
属性 | |
| bool | RedirectionPrinter |
| UINT | ReconnectInterval |
| RedirecionSoundType | RedirectionSound |
| QString | RedirectionSoundParameters |
| bool | RedirectionMicrophone |
| QStringList | RedirectionDrives |
| QString | RedirectionMicrophoneParameters |
属性 继承自 CParameterBase | |
| QString | Name |
| QString | ServerName |
| bool | ShowServerName |
| bool | OnlyView |
| bool | LocalCursor |
| CFrmViewer::ADAPT_WINDOWS | AdaptWindows |
| double | ZoomFactor |
属性 继承自 CParameter | |
| bool | Modified |
Private 属性 | |
| QString | m_szDomain |
| UINT32 | m_nWidth |
| UINT32 | m_nHeight |
| UINT32 | m_nColorDepth |
| bool | m_bUseMultimon |
| UINT32 | m_nReconnectInterval |
| bool | m_bShowVerifyDiaglog |
| bool | m_bRedirectionPrinter |
| RedirecionSoundType | m_nRedirectionSound |
| QString | m_szRedirectionSoundParameters |
| bool | m_bRedirectionMicrophone |
| QString | m_szRedirectionMicrophoneParameters |
| QStringList | m_lstRedirectionDrives |
| bool | m_bNegotiateSecurityLayer |
| Security | m_Security |
| UINT16 | m_tlsVersion |
| UINT32 | m_ConnectType |
| UINT32 | m_PerformanceFlags |
额外继承的成员函数 | |
Public 属性 继承自 CParameterBase | |
| CParameterNet | m_Net |
| CParameterProxy | m_Proxy |
| CParameterRecord | m_Record |
Protected 槽 继承自 CParameterConnecter | |
Protected 成员函数 继承自 CParameterBase | |
| virtual void | slotSetParameterClient () override |
| 设置 CParameterClient 后调用,用于初始化与 CParameterClient 有关的操作。 | |
Protected 成员函数 继承自 CParameterConnecter | |
| QByteArray | PasswordSum (const std::string &password, const std::string &key) |
| int | LoadPassword (const QString &szTitle, const QString &szKey, QString &password, QSettings &set) |
| int | SavePassword (const QString &szKey, const QString &password, QSettings &set, bool bSave=false) |
Protected 成员函数 继承自 CParameter | |
| virtual bool | OnCheckValidity () |
| 检查参数是否有效 | |
| int | SetModified (bool bModified=true) |
| 在设置参数时,如果有修改,则调用。 | |
| bool | GetModified () |
| 参数是否有修改 | |
|
strong |
在文件 ParameterFreeRDP.h 第 52 行定义.
| enum CParameterFreeRDP::Security |
在文件 ParameterFreeRDP.h 第 76 行定义.
|
explicit |
在文件 ParameterFreeRDP.cpp 第 11 行定义.
| UINT32 CParameterFreeRDP::GetColorDepth | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 155 行定义.
| UINT32 CParameterFreeRDP::GetConnectType | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 308 行定义.
| UINT32 CParameterFreeRDP::GetDesktopHeight | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 141 行定义.
| UINT32 CParameterFreeRDP::GetDesktopWidth | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 127 行定义.
| const QString CParameterFreeRDP::GetDomain | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 368 行定义.
| bool CParameterFreeRDP::GetNegotiateSecurityLayer | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 334 行定义.
| UINT32 CParameterFreeRDP::GetPerformanceFlags | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 321 行定义.
| UINT CParameterFreeRDP::GetReconnectInterval | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 183 行定义.
| QStringList CParameterFreeRDP::GetRedirectionDrives | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 239 行定义.
| bool CParameterFreeRDP::GetRedirectionMicrophone | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 225 行定义.
| const QString & CParameterFreeRDP::GetRedirectionMicrophoneParameters | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 281 行定义.
| bool CParameterFreeRDP::GetRedirectionPrinter | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 253 行定义.
| CParameterFreeRDP::RedirecionSoundType CParameterFreeRDP::GetRedirectionSound | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 211 行定义.
| const QString & CParameterFreeRDP::GetRedirectionSoundParameters | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 267 行定义.
|
static |
在文件 ParameterFreeRDP.cpp 第 373 行定义.
| CParameterFreeRDP::Security CParameterFreeRDP::GetSecurity | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 347 行定义.
| bool CParameterFreeRDP::GetShowVerifyDiaglog | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 198 行定义.
| UINT16 CParameterFreeRDP::GetTlsVersion | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 295 行定义.
| bool CParameterFreeRDP::GetUseMultimon | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 169 行定义.
|
overridevirtual |
重载 CParameterBase .
在文件 ParameterFreeRDP.cpp 第 50 行定义.
|
overridevirtual |
重载 CParameterBase .
在文件 ParameterFreeRDP.cpp 第 92 行定义.
| int CParameterFreeRDP::SetColorDepth | ( | UINT32 | color | ) |
在文件 ParameterFreeRDP.cpp 第 160 行定义.
| void CParameterFreeRDP::SetConnectType | ( | UINT32 | newConnectType | ) |
在文件 ParameterFreeRDP.cpp 第 313 行定义.
| int CParameterFreeRDP::SetDesktopHeight | ( | UINT32 | nHeight | ) |
在文件 ParameterFreeRDP.cpp 第 146 行定义.
| int CParameterFreeRDP::SetDesktopWidth | ( | UINT32 | nWidth | ) |
在文件 ParameterFreeRDP.cpp 第 132 行定义.
| void CParameterFreeRDP::SetDomain | ( | const QString & | szDomain | ) |
在文件 ParameterFreeRDP.cpp 第 360 行定义.
| void CParameterFreeRDP::SetNegotiateSecurityLayer | ( | bool | newNegotiateSecurityLayer | ) |
在文件 ParameterFreeRDP.cpp 第 339 行定义.
| void CParameterFreeRDP::SetPerformanceFlags | ( | UINT32 | newPerformanceFlags | ) |
在文件 ParameterFreeRDP.cpp 第 326 行定义.
| void CParameterFreeRDP::SetReconnectInterval | ( | UINT | newReconnectInterval | ) |
在文件 ParameterFreeRDP.cpp 第 188 行定义.
| void CParameterFreeRDP::SetRedirectionDrives | ( | const QStringList & | newRedirectionDrive | ) |
在文件 ParameterFreeRDP.cpp 第 244 行定义.
| void CParameterFreeRDP::SetRedirectionMicrophone | ( | bool | newRedirectionMicrophone | ) |
在文件 ParameterFreeRDP.cpp 第 230 行定义.
| void CParameterFreeRDP::SetRedirectionMicrophoneParameters | ( | const QString & | newRedirectionMicrophoneParameters | ) |
在文件 ParameterFreeRDP.cpp 第 286 行定义.
| void CParameterFreeRDP::SetRedirectionPrinter | ( | bool | newRedirectionPrinter | ) |
在文件 ParameterFreeRDP.cpp 第 258 行定义.
| void CParameterFreeRDP::SetRedirectionSound | ( | RedirecionSoundType | newRedirectionSound | ) |
在文件 ParameterFreeRDP.cpp 第 216 行定义.
| void CParameterFreeRDP::SetRedirectionSoundParameters | ( | const QString & | newRedirectionSoundParameters | ) |
在文件 ParameterFreeRDP.cpp 第 272 行定义.
| void CParameterFreeRDP::SetSecurity | ( | Security | newSecurity | ) |
在文件 ParameterFreeRDP.cpp 第 352 行定义.
| void CParameterFreeRDP::SetShowVerifyDiaglog | ( | bool | bShow | ) |
在文件 ParameterFreeRDP.cpp 第 203 行定义.
| void CParameterFreeRDP::SetTlsVersion | ( | UINT16 | newTlsVersion | ) |
在文件 ParameterFreeRDP.cpp 第 300 行定义.
| int CParameterFreeRDP::SetUseMultimon | ( | bool | bUse | ) |
在文件 ParameterFreeRDP.cpp 第 174 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 127 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 122 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 119 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 117 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 114 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 131 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 124 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 113 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 111 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 116 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 120 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 110 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 132 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 128 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 108 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 123 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 121 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 129 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 14 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 18 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 17 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 125 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 13 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 15 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 16 行定义.