|
| virtual QDialog * | OnOpenDialogSettings (QWidget *parent=nullptr) override |
| | Open settgins dialog.
|
| |
| virtual CBackend * | InstanceBackend () override |
| | New CBackend.
|
| |
| virtual QString | ServerName () override |
| | Current connect server name (remote desktop name, if not present, then IP:PORT).
|
| |
| virtual int | SetGlobalParameters (CParameterPlugin *pPara) override |
| | Apply the global parameters of the plug-in.
|
| |
| virtual int | Load (QSettings &set) override |
| | Load parameters.
|
| |
| virtual int | Save (QSettings &set) override |
| | Save parameters.
|
| |
| virtual int | InitialMenu () |
| |
| Q_INVOKABLE CPlugin * | GetPlugin () const |
| | Get plugin.
|
| |
| virtual Q_INVOKABLE int | Load (QString szFile=QString()) |
| | Load parameters from file.
|
| |
| virtual Q_INVOKABLE int | Save (QString szFile=QString()) |
| | Save parameters to file.
|
| |
|
| 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 () |
| | Start success signal.
|
| |
| void | sigStop () |
| | Notify the user to stop.
|
| |
| void | sigFinished () |
| | Successful disconnection signal.
|
| |
| void | sigViewerFocusIn (QWidget *pView) |
| | The view is focus.
|
| |
| void | sigFullScreen (bool bFullScreen) |
| | Full screen.
|
| |
| void | sigUpdateName (const QString &szName) |
| |
| void | sigUpdateParameters (COperate *pOperate) |
| | Update parameters, notify application to save or show parameters.
|
| |
|
void | sigError (const int nError, const QString &szError) |
| | Triggered when an error is generated.
|
| |
| void | sigInformation (const QString &szInfo) |
| | Show information in main windows.
|
| |
| void | sigShowMessageBox (const QString &title, const QString &message, const QMessageBox::Icon &icon=QMessageBox::Information) |
| | Trigger the display of a message dialog (QMessageBox) in the main thread from a background thread without blocking the background thread.
|
| |
|
void | sigClipBoardChanged () |
| |
| static QString | GetSecurityLevelString (SecurityLevel level) |
| |
| static QColor | GetSecurityLevelColor (SecurityLevel level) |
| |
| void | slotUpdateName () |
| |
| 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 |
| |
Definition at line 8 of file OperateVnc.h.
◆ ~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 |
Open settgins dialog.
- Parameters
-
| parent | the parent windows of the dialog of return |
- Returns
- QDialog*: then QDialog must be allocated in heap memory, the ownership is caller.
- See also
- OpenDialogSettings
Implements COperate.
Definition at line 66 of file OperateVnc.cpp.
◆ ServerName()
| QString COperateVnc::ServerName |
( |
| ) |
|
|
overrideprotectedvirtual |
Current connect server name (remote desktop name, if not present, then IP:PORT).
eg: Server name or Ip:Port
- Returns
- Current connect server name.
Reimplemented from COperateDesktop.
Definition at line 46 of file OperateVnc.cpp.
◆ Version()
| const qint16 COperateVnc::Version |
( |
| ) |
const |
|
overridevirtual |
◆ m_Para
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/TigerVnc/Client/OperateVnc.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/TigerVnc/Client/OperateVnc.cpp