|
virtual int | Initial () override |
| Initial parameters and resource
|
|
virtual int | Clean () override |
| Clean parameters and resource
|
|
|
enum class | SecurityLevel {
No
, Secure
, NonSecureAuthentication
, SecureChannel
,
Normal = SecureChannel
, SecureAuthentication
, Risky
} |
|
virtual int | Start () override |
|
virtual int | Stop () override |
|
virtual void | slotScreenShot () |
|
void | sigRunning () |
| 开始成功信号。仅由插件触发。
|
|
void | sigStop () |
| 通知用户停止。仅由插件触发。 当从插件中需要停止时触发。例如:对端断开连接、重置连接或者连接出错。 当应用接收到此信号后,调用 Stop() 关闭连接。
|
|
void | sigFinished () |
| 断开连接成功信号。仅由插件触发
|
|
void | sigViewerFocusIn (QWidget *pView) |
| 视图获得焦点
|
|
void | sigUpdateName (const QString &szName) |
|
void | sigUpdateParameters (COperate *pOperate) |
| 更新参数,通知应用程序保存或显示参数
|
|
void | sigError (const int nError, const QString &szError) |
| 当有错误产生时触发。
|
|
void | sigInformation (const QString &szInfo) |
| 中主窗口中显示信息
|
|
void | sigShowMessageBox (const QString &title, const QString &message, const QMessageBox::Icon &icon=QMessageBox::Information) |
| 从后台线程中触发在主线程中显示消息对话框(QMessageBox),不阻塞后台线程
|
|
void | sigClipBoardChanged () |
|
static QString | GetSecurityLevelString (SecurityLevel level) |
|
static QColor | GetSecurityLevelColor (SecurityLevel level) |
|
static QObject * | createObject (const QString &className, QObject *parent=NULL) |
|
QAction * | m_pMenuZoom |
|
QAction * | m_pZoomToWindow |
|
QAction * | m_pZoomAspectRatio |
|
QAction * | m_pZoomOriginal |
|
QAction * | m_pZoomIn |
|
QAction * | m_pZoomOut |
|
QSpinBox * | m_psbZoomFactor |
|
QAction * | m_pScreenShot |
|
QMenu | m_Menu |
|
QAction * | m_pActionSettings |
|
◆ ~COperateVnc()
COperateVnc::~COperateVnc |
( |
| ) |
|
|
overridevirtual |
◆ Clean()
int COperateVnc::Clean |
( |
| ) |
|
|
overrideprivatevirtual |
◆ Id()
const QString COperateVnc::Id |
( |
| ) |
|
|
overridevirtual |
◆ Initial()
int COperateVnc::Initial |
( |
| ) |
|
|
overrideprivatevirtual |
◆ InstanceBackend()
CBackend * COperateVnc::InstanceBackend |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnOpenDialogSettings()
QDialog * COperateVnc::OnOpenDialogSettings |
( |
QWidget * |
parent = nullptr | ) |
|
|
overrideprotectedvirtual |
◆ ServerName()
QString COperateVnc::ServerName |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ Version()
const qint16 COperateVnc::Version |
( |
| ) |
const |
|
overridevirtual |
◆ m_Para
该类的文档由以下文件生成:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/TigerVnc/Client/OperateVnc.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/TigerVnc/Client/OperateVnc.cpp