Rabbit Remote Control 0.0.37
|
Public Member Functions | |
COperateFreeRDP (CPlugin *plugin) | |
virtual const qint16 | Version () const override |
Version. | |
![]() | |
COperateDesktop (CPlugin *plugin) | |
virtual CParameterBase * | GetParameter () |
Get parameter. | |
virtual int | SetParameter (CParameterBase *p) |
Set parameter pointer. | |
virtual const QString | Id () override |
Identity. | |
virtual const QString | Name () override |
Name. | |
virtual const QString | Description () override |
Description. | |
virtual QWidget * | GetViewer () override |
Get Viewer. | |
![]() | |
COperate (CPlugin *plugin) | |
virtual int | OpenDialogSettings (QWidget *parent=nullptr) |
Open settings dialog. | |
virtual QMenu * | GetMenu (QWidget *parent=nullptr) |
Get menu. | |
virtual SecurityLevel | GetSecurityLevel () |
virtual QString | GetSecurityLevelString () |
virtual QColor | GetSecurityLevelColor () |
virtual int | Start ()=0 |
Start. | |
virtual int | Stop ()=0 |
Stop. | |
virtual const QString | Protocol () const |
Protocol. | |
virtual const QIcon | Icon () const |
Icon. | |
virtual const QString | GetTypeName () const |
Get type name. | |
virtual QString | GetSettingsFile () |
virtual int | SetSettingsFile (const QString &szFile) |
Protected Member Functions | |
virtual QDialog * | OnOpenDialogSettings (QWidget *parent) override |
Open settgins dialog. | |
virtual Q_INVOKABLE CBackend * | InstanceBackend () override |
New CBackend. | |
virtual int | Initial () override |
[Set the parameter] | |
virtual int | Clean () override |
[Set the parameter] | |
![]() | |
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 () |
virtual QString | ServerName () |
Current connect server name (remote desktop name, if not present, then IP:PORT). | |
![]() | |
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. | |
Private Attributes | |
CParameterFreeRDP | m_ParameterFreeRdp |
[Initialize parameter] | |
Additional Inherited Members | |
![]() | |
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 | 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) |
![]() | |
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 OperateFreeRDP.h.
|
overridevirtual |
Definition at line 22 of file OperateFreeRDP.cpp.
|
overrideprotectedvirtual |
[Set the parameter]
Reimplemented from COperateDesktop.
Definition at line 44 of file OperateFreeRDP.cpp.
|
overrideprotectedvirtual |
[Set the parameter]
Reimplemented from COperateDesktop.
Definition at line 33 of file OperateFreeRDP.cpp.
|
overrideprotectedvirtual |
New CBackend.
the ownership is caller. if don't use, the caller must delete it.
Implements COperateDesktop.
Definition at line 57 of file OperateFreeRDP.cpp.
|
overrideprotectedvirtual |
Open settgins dialog.
parent | the parent windows of the dialog of return |
Implements COperate.
Definition at line 52 of file OperateFreeRDP.cpp.
|
overridevirtual |
|
private |
[Initialize parameter]
Definition at line 25 of file OperateFreeRDP.h.