|
Rabbit Remote Control 0.1.0-bate8
|


Public Member Functions | |
| COperateFtpServer (CPlugin *plugin) | |
| virtual const QString | Name () override |
| Name. | |
| virtual const QString | Description () override |
| Description. | |
| virtual const qint16 | Version () const override |
| virtual QWidget * | GetViewer () override |
| Get Viewer. | |
| virtual int | Start () override |
| Start. | |
| virtual int | Stop () override |
| Stop. | |
| QSharedPointer< CParameterFtpServer > | GetParameter () const |
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 | Protocol () const |
| 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 () |
| virtual int | SetGlobalParameters (CParameterPlugin *pPara) override |
| Apply the global parameters of the plug-in. | |
| virtual int | Initial () override |
| Initial parameters and resource. | |
| virtual int | Clean () override |
| Clean parameters and resource. | |
| virtual int | Load (QSettings &set) override |
| Load parameters. | |
| virtual int | Save (QSettings &set) override |
| Save parameters. | |
Protected Member Functions inherited from COperate | |
| 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 Slots | |
| void | slotStart (bool checked) |
Private Member Functions | |
| virtual QDialog * | OnOpenDialogSettings (QWidget *parent) override |
| Open settgins dialog. | |
Private Attributes | |
| CBackendThread * | m_pThread |
| QSharedPointer< CParameterFtpServer > | m_Para |
| CFrmMain * | m_pView |
| QAction * | m_pStart |
Friends | |
| class | CFrmMain |
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 |
Definition at line 10 of file OperateFtpServer.h.
| COperateFtpServer::~COperateFtpServer | ( | ) |
Definition at line 21 of file OperateFtpServer.cpp.
|
overrideprotectedvirtual |
Clean parameters and resource.
Reimplemented from COperate.
Definition at line 157 of file OperateFtpServer.cpp.
|
overridevirtual |
Description.
Reimplemented from COperate.
Definition at line 228 of file OperateFtpServer.cpp.
| QSharedPointer< CParameterFtpServer > COperateFtpServer::GetParameter | ( | ) | const |
Definition at line 165 of file OperateFtpServer.cpp.
|
overridevirtual |
Get Viewer.
Implements COperate.
Definition at line 31 of file OperateFtpServer.cpp.
|
overrideprotectedvirtual |
Initial parameters and resource.
Reimplemented from COperate.
Definition at line 123 of file OperateFtpServer.cpp.
|
protectedvirtual |
Definition at line 52 of file OperateFtpServer.cpp.
|
overrideprotectedvirtual |
|
overridevirtual |
Name.
Reimplemented from COperate.
Definition at line 205 of file OperateFtpServer.cpp.
|
overrideprivatevirtual |
Open settgins dialog.
| parent | the parent windows of the dialog of return |
Implements COperate.
Definition at line 103 of file OperateFtpServer.cpp.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Apply the global parameters of the plug-in.
Implements COperate.
Definition at line 70 of file OperateFtpServer.cpp.
|
privateslot |
Definition at line 170 of file OperateFtpServer.cpp.
|
overridevirtual |
Start.
Implements COperate.
Definition at line 36 of file OperateFtpServer.cpp.
|
overridevirtual |
Stop.
Implements COperate.
Definition at line 43 of file OperateFtpServer.cpp.
|
overridevirtual |
Implements COperate.
Definition at line 26 of file OperateFtpServer.cpp.
|
friend |
Definition at line 47 of file OperateFtpServer.h.
|
private |
Definition at line 44 of file OperateFtpServer.h.
|
private |
Definition at line 46 of file OperateFtpServer.h.
|
private |
Definition at line 43 of file OperateFtpServer.h.
|
private |
Definition at line 45 of file OperateFtpServer.h.