玉兔远程控制 0.0.31
|
Public 成员函数 | |
CParameterLibVNCServer (QObject *parent=nullptr) | |
virtual int | OnLoad (QSettings &set) override |
virtual int | OnSave (QSettings &set) override |
bool | GetShared () const |
void | SetShared (bool newShared) |
bool | GetEnableCompressLevel () const |
void | SetEnableCompressLevel (bool newCompressLevel) |
int | GetCompressLevel () const |
void | SetCompressLevel (int newCompressLevel) |
bool | GetJpeg () const |
void | SetJpeg (bool newJpeg) |
int | GetQualityLevel () const |
void | SetQualityLevel (int newQualityLevel) |
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() ,用于检查参数。 | |
Private 属性 | |
bool | m_bShared |
bool | m_bCompressLevel |
int | m_nCompressLevel |
bool | m_bJpeg |
int | m_bQualityLevel |
额外继承的成员函数 | |
信号 继承自 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 | |
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 () |
参数是否有修改 | |
属性 继承自 CParameterBase | |
QString | Name |
QString | ServerName |
bool | ShowServerName |
bool | OnlyView |
bool | LocalCursor |
CFrmViewer::ADAPT_WINDOWS | AdaptWindows |
double | ZoomFactor |
属性 继承自 CParameter | |
bool | Modified |
在文件 ParameterLibVNCServer.h 第 8 行定义.
|
explicit |
在文件 ParameterLibVNCServer.cpp 第 3 行定义.
int CParameterLibVNCServer::GetCompressLevel | ( | ) | const |
在文件 ParameterLibVNCServer.cpp 第 53 行定义.
bool CParameterLibVNCServer::GetEnableCompressLevel | ( | ) | const |
在文件 ParameterLibVNCServer.cpp 第 63 行定义.
bool CParameterLibVNCServer::GetJpeg | ( | ) | const |
在文件 ParameterLibVNCServer.cpp 第 43 行定义.
int CParameterLibVNCServer::GetQualityLevel | ( | ) | const |
在文件 ParameterLibVNCServer.cpp 第 33 行定义.
bool CParameterLibVNCServer::GetShared | ( | ) | const |
在文件 ParameterLibVNCServer.cpp 第 73 行定义.
|
overridevirtual |
重载 CParameterBase .
在文件 ParameterLibVNCServer.cpp 第 23 行定义.
|
overridevirtual |
重载 CParameterBase .
在文件 ParameterLibVNCServer.cpp 第 28 行定义.
void CParameterLibVNCServer::SetCompressLevel | ( | int | newCompressLevel | ) |
在文件 ParameterLibVNCServer.cpp 第 58 行定义.
void CParameterLibVNCServer::SetEnableCompressLevel | ( | bool | newCompressLevel | ) |
在文件 ParameterLibVNCServer.cpp 第 68 行定义.
void CParameterLibVNCServer::SetJpeg | ( | bool | newJpeg | ) |
在文件 ParameterLibVNCServer.cpp 第 48 行定义.
void CParameterLibVNCServer::SetQualityLevel | ( | int | newQualityLevel | ) |
在文件 ParameterLibVNCServer.cpp 第 38 行定义.
void CParameterLibVNCServer::SetShared | ( | bool | newShared | ) |
在文件 ParameterLibVNCServer.cpp 第 78 行定义.
|
private |
在文件 ParameterLibVNCServer.h 第 31 行定义.
|
private |
在文件 ParameterLibVNCServer.h 第 33 行定义.
|
private |
在文件 ParameterLibVNCServer.h 第 34 行定义.
|
private |
在文件 ParameterLibVNCServer.h 第 30 行定义.
|
private |
在文件 ParameterLibVNCServer.h 第 32 行定义.