玉兔远程控制 0.0.31
|
Public 类型 | |
enum | COLOR_LEVEL { Full , Medium , Low , VeryLow } |
Public 成员函数 | |
CParameterVnc (QObject *parent=nullptr) | |
virtual bool | OnCheckValidity () override |
Check whether the parameters are complete to decide whether to open the parameter dialog | |
bool | GetShared () const |
void | SetShared (bool newShared) |
bool | GetBufferEndRefresh () const |
void | SetBufferEndRefresh (bool newBufferEndRefresh) |
bool | GetAutoSelect () const |
void | SetAutoSelect (bool newAutoSelect) |
COLOR_LEVEL | GetColorLevel () const |
void | SetColorLevel (COLOR_LEVEL newColorLevel) |
int | GetPreferredEncoding () const |
void | SetPreferredEncoding (int newEncoding) |
bool | GetEnableCompressLevel () const |
void | SetEnableCompressLevel (bool newCompressLevel) |
int | GetCompressLevel () const |
void | SetCompressLevel (int newCompressLevel) |
bool | GetNoJpeg () const |
void | SetNoJpeg (bool newNoJpeg) |
int | GetQualityLevel () const |
void | SetQualityLevel (int newQualityLevel) |
bool | GetIce () const |
void | SetIce (bool newIce) |
const QString & | GetSignalServer () const |
void | SetSignalServer (const QString &newSignalServer) |
quint16 | GetSignalPort () const |
void | SetSignalPort (quint16 newSignalPort) |
const QString & | GetSignalUser () const |
void | SetSignalUser (const QString &newSignalUser) |
const QString & | GetSignalPassword () const |
void | SetSignalPassword (const QString &newSignalPassword) |
const QString & | GetPeerUser () const |
void | SetPeerUser (const QString &newPeerUser) |
const QString & | GetStunServer () const |
void | SetStunServer (const QString &newStunServer) |
quint16 | GetStunPort () const |
void | SetStunPort (quint16 newStunPort) |
const QString & | GetTurnServer () const |
void | SetTurnServer (const QString &newTurnServer) |
quint16 | GetTurnPort () const |
void | SetTurnPort (quint16 newTurnPort) |
const QString & | GetTurnUser () const |
void | SetTurnUser (const QString &newTurnUser) |
const QString & | GetTurnPassword () const |
void | SetTurnPassword (const QString &newTurnPassword) |
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() ,用于检查参数。 | |
Protected 成员函数 | |
virtual int | OnLoad (QSettings &set) override |
virtual int | OnSave (QSettings &set) override |
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 | |
int | SetModified (bool bModified=true) |
在设置参数时,如果有修改,则调用。 | |
bool | GetModified () |
参数是否有修改 | |
Private 属性 | |
QString | szServerName |
bool | m_bShared |
bool | m_bBufferEndRefresh |
bool | m_bAutoSelect |
COLOR_LEVEL | m_nColorLevel |
int | m_nPreferredEncoding |
bool | m_bCompressLevel |
int | m_nCompressLevel |
bool | m_bNoJpeg |
int | m_nQualityLevel |
bool | m_bIce |
QString | m_szSignalServer |
quint16 | m_nSignalPort |
QString | m_szSignalUser |
QString | m_szSignalPassword |
QString | m_szPeerUser |
QString | m_szStunServer |
quint16 | m_nStunPort |
QString | m_szTurnServer |
quint16 | m_nTurnPort |
QString | m_szTurnUser |
QString | m_szTurnPassword |
额外继承的成员函数 | |
信号 继承自 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 属性 继承自 CParameterBase | |
CParameterNet | m_Net |
CParameterProxy | m_Proxy |
CParameterRecord | m_Record |
Protected 槽 继承自 CParameterConnecter | |
属性 继承自 CParameterBase | |
QString | Name |
QString | ServerName |
bool | ShowServerName |
bool | OnlyView |
bool | LocalCursor |
CFrmViewer::ADAPT_WINDOWS | AdaptWindows |
double | ZoomFactor |
属性 继承自 CParameter | |
bool | Modified |
在文件 ParameterVnc.h 第 7 行定义.
enum CParameterVnc::COLOR_LEVEL |
在文件 ParameterVnc.h 第 23 行定义.
|
explicit |
在文件 ParameterVnc.cpp 第 4 行定义.
bool CParameterVnc::GetAutoSelect | ( | ) | const |
在文件 ParameterVnc.cpp 第 179 行定义.
bool CParameterVnc::GetBufferEndRefresh | ( | ) | const |
在文件 ParameterVnc.cpp 第 166 行定义.
CParameterVnc::COLOR_LEVEL CParameterVnc::GetColorLevel | ( | ) | const |
在文件 ParameterVnc.cpp 第 192 行定义.
int CParameterVnc::GetCompressLevel | ( | ) | const |
在文件 ParameterVnc.cpp 第 231 行定义.
bool CParameterVnc::GetEnableCompressLevel | ( | ) | const |
在文件 ParameterVnc.cpp 第 218 行定义.
bool CParameterVnc::GetIce | ( | ) | const |
在文件 ParameterVnc.cpp 第 270 行定义.
bool CParameterVnc::GetNoJpeg | ( | ) | const |
在文件 ParameterVnc.cpp 第 244 行定义.
const QString & CParameterVnc::GetPeerUser | ( | ) | const |
在文件 ParameterVnc.cpp 第 335 行定义.
int CParameterVnc::GetPreferredEncoding | ( | ) | const |
在文件 ParameterVnc.cpp 第 205 行定义.
int CParameterVnc::GetQualityLevel | ( | ) | const |
在文件 ParameterVnc.cpp 第 257 行定义.
bool CParameterVnc::GetShared | ( | ) | const |
在文件 ParameterVnc.cpp 第 153 行定义.
const QString & CParameterVnc::GetSignalPassword | ( | ) | const |
在文件 ParameterVnc.cpp 第 322 行定义.
quint16 CParameterVnc::GetSignalPort | ( | ) | const |
在文件 ParameterVnc.cpp 第 296 行定义.
const QString & CParameterVnc::GetSignalServer | ( | ) | const |
在文件 ParameterVnc.cpp 第 283 行定义.
const QString & CParameterVnc::GetSignalUser | ( | ) | const |
在文件 ParameterVnc.cpp 第 309 行定义.
quint16 CParameterVnc::GetStunPort | ( | ) | const |
在文件 ParameterVnc.cpp 第 361 行定义.
const QString & CParameterVnc::GetStunServer | ( | ) | const |
在文件 ParameterVnc.cpp 第 348 行定义.
const QString & CParameterVnc::GetTurnPassword | ( | ) | const |
在文件 ParameterVnc.cpp 第 413 行定义.
quint16 CParameterVnc::GetTurnPort | ( | ) | const |
在文件 ParameterVnc.cpp 第 387 行定义.
const QString & CParameterVnc::GetTurnServer | ( | ) | const |
在文件 ParameterVnc.cpp 第 374 行定义.
const QString & CParameterVnc::GetTurnUser | ( | ) | const |
在文件 ParameterVnc.cpp 第 400 行定义.
|
overridevirtual |
Check whether the parameters are complete to decide whether to open the parameter dialog
重载 CParameter .
在文件 ParameterVnc.cpp 第 135 行定义.
|
overrideprotectedvirtual |
重载 CParameterBase .
在文件 ParameterVnc.cpp 第 45 行定义.
|
overrideprotectedvirtual |
重载 CParameterBase .
在文件 ParameterVnc.cpp 第 99 行定义.
void CParameterVnc::SetAutoSelect | ( | bool | newAutoSelect | ) |
在文件 ParameterVnc.cpp 第 184 行定义.
void CParameterVnc::SetBufferEndRefresh | ( | bool | newBufferEndRefresh | ) |
在文件 ParameterVnc.cpp 第 171 行定义.
void CParameterVnc::SetColorLevel | ( | COLOR_LEVEL | newColorLevel | ) |
在文件 ParameterVnc.cpp 第 197 行定义.
void CParameterVnc::SetCompressLevel | ( | int | newCompressLevel | ) |
在文件 ParameterVnc.cpp 第 236 行定义.
void CParameterVnc::SetEnableCompressLevel | ( | bool | newCompressLevel | ) |
在文件 ParameterVnc.cpp 第 223 行定义.
void CParameterVnc::SetIce | ( | bool | newIce | ) |
在文件 ParameterVnc.cpp 第 275 行定义.
void CParameterVnc::SetNoJpeg | ( | bool | newNoJpeg | ) |
在文件 ParameterVnc.cpp 第 249 行定义.
void CParameterVnc::SetPeerUser | ( | const QString & | newPeerUser | ) |
在文件 ParameterVnc.cpp 第 340 行定义.
void CParameterVnc::SetPreferredEncoding | ( | int | newEncoding | ) |
在文件 ParameterVnc.cpp 第 210 行定义.
void CParameterVnc::SetQualityLevel | ( | int | newQualityLevel | ) |
在文件 ParameterVnc.cpp 第 262 行定义.
void CParameterVnc::SetShared | ( | bool | newShared | ) |
在文件 ParameterVnc.cpp 第 158 行定义.
void CParameterVnc::SetSignalPassword | ( | const QString & | newSignalPassword | ) |
在文件 ParameterVnc.cpp 第 327 行定义.
void CParameterVnc::SetSignalPort | ( | quint16 | newSignalPort | ) |
在文件 ParameterVnc.cpp 第 301 行定义.
void CParameterVnc::SetSignalServer | ( | const QString & | newSignalServer | ) |
在文件 ParameterVnc.cpp 第 288 行定义.
void CParameterVnc::SetSignalUser | ( | const QString & | newSignalUser | ) |
在文件 ParameterVnc.cpp 第 314 行定义.
void CParameterVnc::SetStunPort | ( | quint16 | newStunPort | ) |
在文件 ParameterVnc.cpp 第 366 行定义.
void CParameterVnc::SetStunServer | ( | const QString & | newStunServer | ) |
在文件 ParameterVnc.cpp 第 353 行定义.
void CParameterVnc::SetTurnPassword | ( | const QString & | newTurnPassword | ) |
在文件 ParameterVnc.cpp 第 418 行定义.
void CParameterVnc::SetTurnPort | ( | quint16 | newTurnPort | ) |
在文件 ParameterVnc.cpp 第 392 行定义.
void CParameterVnc::SetTurnServer | ( | const QString & | newTurnServer | ) |
在文件 ParameterVnc.cpp 第 379 行定义.
void CParameterVnc::SetTurnUser | ( | const QString & | newTurnUser | ) |
在文件 ParameterVnc.cpp 第 405 行定义.
|
private |
在文件 ParameterVnc.h 第 103 行定义.
|
private |
在文件 ParameterVnc.h 第 101 行定义.
|
private |
在文件 ParameterVnc.h 第 106 行定义.
|
private |
在文件 ParameterVnc.h 第 111 行定义.
|
private |
在文件 ParameterVnc.h 第 108 行定义.
|
private |
在文件 ParameterVnc.h 第 100 行定义.
|
private |
在文件 ParameterVnc.h 第 104 行定义.
|
private |
在文件 ParameterVnc.h 第 107 行定义.
|
private |
在文件 ParameterVnc.h 第 105 行定义.
|
private |
在文件 ParameterVnc.h 第 109 行定义.
|
private |
在文件 ParameterVnc.h 第 113 行定义.
|
private |
在文件 ParameterVnc.h 第 116 行定义.
|
private |
在文件 ParameterVnc.h 第 118 行定义.
|
private |
在文件 ParameterVnc.h 第 114 行定义.
|
private |
在文件 ParameterVnc.h 第 114 行定义.
|
private |
在文件 ParameterVnc.h 第 112 行定义.
|
private |
在文件 ParameterVnc.h 第 114 行定义.
|
private |
在文件 ParameterVnc.h 第 115 行定义.
|
private |
在文件 ParameterVnc.h 第 119 行定义.
|
private |
在文件 ParameterVnc.h 第 117 行定义.
|
private |
在文件 ParameterVnc.h 第 119 行定义.
|
private |
在文件 ParameterVnc.h 第 98 行定义.