玉兔远程控制 0.0.31
|
[Declare CParameterFreeRDP] 更多...
#include <ParameterFreeRDP.h>
Public 类型 | |
enum class | RedirecionSoundType { Disable , Local , Remote } |
信号 | |
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) |
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 属性 | |
CParameterProxy | m_Proxy |
Public 属性 继承自 CParameterBase | |
CParameterNet | m_Net |
CParameterProxy | m_Proxy |
CParameterRecord | m_Record |
属性 | |
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 |
额外继承的成员函数 | |
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 第 50 行定义.
|
explicit |
在文件 ParameterFreeRDP.cpp 第 4 行定义.
UINT32 CParameterFreeRDP::GetColorDepth | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 122 行定义.
UINT32 CParameterFreeRDP::GetDesktopHeight | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 108 行定义.
UINT32 CParameterFreeRDP::GetDesktopWidth | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 94 行定义.
const QString CParameterFreeRDP::GetDomain | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 270 行定义.
UINT CParameterFreeRDP::GetReconnectInterval | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 150 行定义.
QStringList CParameterFreeRDP::GetRedirectionDrives | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 206 行定义.
bool CParameterFreeRDP::GetRedirectionMicrophone | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 192 行定义.
const QString & CParameterFreeRDP::GetRedirectionMicrophoneParameters | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 248 行定义.
bool CParameterFreeRDP::GetRedirectionPrinter | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 220 行定义.
CParameterFreeRDP::RedirecionSoundType CParameterFreeRDP::GetRedirectionSound | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 178 行定义.
const QString & CParameterFreeRDP::GetRedirectionSoundParameters | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 234 行定义.
bool CParameterFreeRDP::GetShowVerifyDiaglog | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 165 行定义.
bool CParameterFreeRDP::GetUseMultimon | ( | ) | const |
在文件 ParameterFreeRDP.cpp 第 136 行定义.
|
overridevirtual |
重载 CParameterBase .
在文件 ParameterFreeRDP.cpp 第 37 行定义.
|
overridevirtual |
重载 CParameterBase .
在文件 ParameterFreeRDP.cpp 第 69 行定义.
int CParameterFreeRDP::SetColorDepth | ( | UINT32 | color | ) |
在文件 ParameterFreeRDP.cpp 第 127 行定义.
int CParameterFreeRDP::SetDesktopHeight | ( | UINT32 | nHeight | ) |
在文件 ParameterFreeRDP.cpp 第 113 行定义.
int CParameterFreeRDP::SetDesktopWidth | ( | UINT32 | nWidth | ) |
在文件 ParameterFreeRDP.cpp 第 99 行定义.
void CParameterFreeRDP::SetDomain | ( | const QString & | szDomain | ) |
在文件 ParameterFreeRDP.cpp 第 262 行定义.
void CParameterFreeRDP::SetReconnectInterval | ( | UINT | newReconnectInterval | ) |
在文件 ParameterFreeRDP.cpp 第 155 行定义.
void CParameterFreeRDP::SetRedirectionDrives | ( | const QStringList & | newRedirectionDrive | ) |
在文件 ParameterFreeRDP.cpp 第 211 行定义.
void CParameterFreeRDP::SetRedirectionMicrophone | ( | bool | newRedirectionMicrophone | ) |
在文件 ParameterFreeRDP.cpp 第 197 行定义.
void CParameterFreeRDP::SetRedirectionMicrophoneParameters | ( | const QString & | newRedirectionMicrophoneParameters | ) |
在文件 ParameterFreeRDP.cpp 第 253 行定义.
void CParameterFreeRDP::SetRedirectionPrinter | ( | bool | newRedirectionPrinter | ) |
在文件 ParameterFreeRDP.cpp 第 225 行定义.
void CParameterFreeRDP::SetRedirectionSound | ( | RedirecionSoundType | newRedirectionSound | ) |
在文件 ParameterFreeRDP.cpp 第 183 行定义.
void CParameterFreeRDP::SetRedirectionSoundParameters | ( | const QString & | newRedirectionSoundParameters | ) |
在文件 ParameterFreeRDP.cpp 第 239 行定义.
void CParameterFreeRDP::SetShowVerifyDiaglog | ( | bool | bShow | ) |
在文件 ParameterFreeRDP.cpp 第 170 行定义.
int CParameterFreeRDP::SetUseMultimon | ( | bool | bUse | ) |
在文件 ParameterFreeRDP.cpp 第 141 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 98 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 95 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 93 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 90 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 100 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 89 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 87 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 92 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 96 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 86 行定义.
CParameterProxy CParameterFreeRDP::m_Proxy |
在文件 ParameterFreeRDP.h 第 71 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 84 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 99 行定义.
|
private |
在文件 ParameterFreeRDP.h 第 97 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 14 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 18 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 17 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 101 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 13 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 15 行定义.
|
readwrite |
在文件 ParameterFreeRDP.h 第 16 行定义.