|
void | sigReceiveData (const QByteArray &data) |
|
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 () |
|
|
virtual int | Initial () override |
| Initial parameters and resource.
|
|
virtual int | Clean () override |
| Clean parameters and resource.
|
|
virtual int | SetGlobalParameters (CParameterPlugin *pPara) override |
| Apply the global parameters of the plug-in.
|
|
int | WriteTerminal (const char *buf, int len) |
|
virtual int | Load (QSettings &set) override |
| Load parameters.
|
|
virtual int | Save (QSettings &set) override |
| Save parameters.
|
|
virtual void | SetShotcuts (bool bEnable=true) |
|
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.
|
|
Definition at line 8 of file OperateSSH.h.
◆ ~COperateSSH()
COperateSSH::~COperateSSH |
( |
| ) |
|
|
virtual |
◆ Clean()
int COperateSSH::Clean |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ Description()
const QString COperateSSH::Description |
( |
| ) |
|
|
overridevirtual |
◆ GetSecurityLevel()
COperateSSH::SecurityLevel COperateSSH::GetSecurityLevel |
( |
| ) |
|
|
overridevirtual |
◆ Id()
const QString COperateSSH::Id |
( |
| ) |
|
|
overridevirtual |
◆ Initial()
int COperateSSH::Initial |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ InstanceBackend()
CBackend * COperateSSH::InstanceBackend |
( |
| ) |
|
|
overridevirtual |
◆ Name()
const QString COperateSSH::Name |
( |
| ) |
|
|
overridevirtual |
◆ OnOpenDialogSettings()
QDialog * COperateSSH::OnOpenDialogSettings |
( |
QWidget * |
parent | ) |
|
|
overrideprivatevirtual |
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 46 of file OperateSSH.cpp.
◆ slotReceiveData
void COperateSSH::slotReceiveData |
( |
const QByteArray & |
data | ) |
|
|
privateslot |
◆ m_Parameters
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/SSH/OperateSSH.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/SSH/OperateSSH.cpp