|
Rabbit Remote Control 0.1.0-bate10
|
Server operate interface. More...
#include <OperateServer.h>


Public Member Functions | |
| COperateServer (CPlugin *plugin) | |
| virtual QWidget * | GetViewer () override |
| Get Viewer. | |
| virtual int | Start () override |
| Start. | |
| virtual int | Stop () override |
| Stop. | |
Public Member Functions inherited from COperate | |
| COperate (CPlugin *plugin) | |
| virtual int | OpenDialogSettings (QWidget *parent=nullptr) |
| Open settings dialog. | |
| virtual QMenu * | GetMenu (QWidget *parent=nullptr) |
| Get menu. | |
| virtual const QString | Id () |
| virtual const QString | Name () |
| Name. | |
| virtual const QString | Description () |
| Description. | |
| virtual const QString | Protocol () const |
| virtual const qint16 | Version () const =0 |
| virtual const QIcon | Icon () const |
| virtual const QString | GetTypeName () const |
| virtual QString | GetSettingsFile () |
| virtual int | SetSettingsFile (const QString &szFile) |
| virtual CStats * | GetStats () |
| Get statistics. | |
| virtual CSecurityLevel::Levels | GetSecurityLevel () const |
| Get Security Level. | |
Protected Member Functions | |
| virtual Q_INVOKABLE CBackend * | InstanceBackend ()=0 |
| New CBackend. | |
| virtual Q_INVOKABLE int | Initial () override |
| Initial parameters and resource. | |
| virtual Q_INVOKABLE int | Clean () override |
| Clean parameters and resource. | |
Protected Member Functions inherited from COperate | |
| virtual Q_INVOKABLE int | SetPluginParameters (CParameterPlugin *pPara)=0 |
| Apply the parameters of the plug-in. | |
| Q_INVOKABLE CPlugin * | GetPlugin () const |
| Get plugin. | |
| virtual Q_INVOKABLE int | Load (QSettings &set)=0 |
| Load parameters. | |
| virtual Q_INVOKABLE int | Save (QSettings &set)=0 |
| Save parameters. | |
| 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 Slots | |
| void | slotStart (bool checked) |
Private Attributes | |
| CFrmViewServer * | m_pViewer |
| CBackendThread * | m_pThread |
| QAction * | m_pActionStart |
Additional Inherited Members | |
Signals inherited from COperate | |
| 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 () |
| void | sigSecurityLevel () |
| Triggered when the security level changes. | |
| void | sigRunning () |
| Start success signal. | |
| void | sigStop () |
| Notify the user to stop. | |
| void | sigFinished () |
| Successful disconnection signal. | |
Protected Slots inherited from COperate | |
| void | slotUpdateName () |
| void | slotSetSecurityLevel (CSecurityLevel::Levels level) |
Static Protected Member Functions inherited from COperate | |
| static QObject * | createObject (const QString &className, QObject *parent=NULL) |
| Create Object. | |
Protected Attributes inherited from COperate | |
| QMenu | m_Menu |
| QAction * | m_pActionSettings |
Server operate interface.
Definition at line 38 of file OperateServer.h.
|
virtual |
Definition at line 19 of file OperateServer.cpp.
|
overrideprotectedvirtual |
Clean parameters and resource.
Reimplemented from COperate.
Reimplemented in COperateFreeRDPServer, COperateFtpServer, COperateSftpServer, and COperateTemplateServer.
Definition at line 55 of file OperateServer.cpp.
|
overridevirtual |
Get Viewer.
Implements COperate.
Definition at line 24 of file OperateServer.cpp.
|
overrideprotectedvirtual |
Initial parameters and resource.
Reimplemented from COperate.
Reimplemented in COperateFreeRDPServer, COperateFtpServer, COperateSftpServer, and COperateTemplateServer.
Definition at line 29 of file OperateServer.cpp.
|
protectedpure virtual |
New CBackend.
the ownership is caller. if don't use, the caller must delete it.
Implemented in COperateSftpServer, COperateFreeRDPServer, COperateFtpServer, and COperateTemplateServer.
|
privateslot |
Definition at line 88 of file OperateServer.cpp.
|
overridevirtual |
Start.
Implements COperate.
Definition at line 66 of file OperateServer.cpp.
|
overridevirtual |
Stop.
Implements COperate.
Definition at line 73 of file OperateServer.cpp.
|
private |
Definition at line 71 of file OperateServer.h.
|
private |
Definition at line 69 of file OperateServer.h.
|
private |
Definition at line 68 of file OperateServer.h.