| 
    Rabbit Remote Control 0.1.0-bate4
    
   | 
 


Public Member Functions | |
| COperateSerialPort (CPlugin *plugin) | |
| const QString | Name () override | 
| Name.   | |
| const QString | Description () override | 
| Description.   | |
| virtual int | Start () override | 
| virtual int | Stop () override | 
| virtual CBackend * | InstanceBackend () override | 
| New CBackend.   | |
  Public Member Functions inherited from COperateTerminal | |
| COperateTerminal (CPlugin *parent) | |
| virtual CParameterTerminalBase * | GetParameter () | 
| Get parameters.   | |
| virtual int | SetParameter (CParameterTerminalBase *pPara) | 
| Set parameter pointer.   | |
| virtual const QString | Id () override | 
| Identity.   | |
| virtual const qint16 | Version () const override | 
| Version.   | |
| CStats * | GetStats () override | 
| QWidget * | GetViewer () override | 
| Get Viewer.   | |
  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 SecurityLevel | GetSecurityLevel () | 
| virtual QString | GetSecurityLevelString () | 
| virtual QColor | GetSecurityLevelColor () | 
| 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) | 
Private Slots | |
| void | slotReadyRead () | 
Private Member Functions | |
| virtual QDialog * | OnOpenDialogSettings (QWidget *parent) override | 
| Open settgins dialog.   | |
Private Attributes | |
| CParameterSerialPort | m_Parameter | 
| QSerialPort | m_SerialPort | 
Additional Inherited Members | |
  Public Types inherited from COperate | |
| enum class | SecurityLevel {  No , Secure , NonSecureAuthentication , SecureChannel , Normal = SecureChannel , SecureAuthentication , Risky }  | 
  Public Slots inherited from COperateTerminal | |
  Signals inherited from COperate | |
| 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 Public Member Functions inherited from COperateTerminal | |
| static const QString | Details () | 
  Static Public Member Functions inherited from COperate | |
| static QString | GetSecurityLevelString (SecurityLevel level) | 
| static QColor | GetSecurityLevelColor (SecurityLevel level) | 
  Protected Slots inherited from COperateTerminal | |
| void | slotUpdateParameter (COperate *pOperate) | 
  Protected Slots inherited from COperate | |
| void | slotUpdateName () | 
  Protected Member Functions inherited from COperateTerminal | |
| 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) | 
  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.   | |
  Static Protected Member Functions inherited from COperate | |
| static QObject * | createObject (const QString &className, QObject *parent=NULL) | 
  Protected Attributes inherited from COperateTerminal | |
| QTermWidget * | m_pTerminal | 
| CBackendThread * | m_pThread | 
| QAction * | m_pActionOpenWithSystem | 
| QAction * | m_pActionFind | 
  Protected Attributes inherited from COperate | |
| QMenu | m_Menu | 
| QAction * | m_pActionSettings | 
Definition at line 8 of file OperateSerialPort.h.
      
  | 
  virtual | 
Definition at line 15 of file OperateSerialPort.cpp.
      
  | 
  overridevirtual | 
Description.
Reimplemented from COperateTerminal.
Definition at line 133 of file OperateSerialPort.cpp.
      
  | 
  overridevirtual | 
New CBackend.
the ownership is caller. if don't use, the caller must delete it.
Implements COperateTerminal.
Definition at line 23 of file OperateSerialPort.cpp.
      
  | 
  overridevirtual | 
      
  | 
  overrideprivatevirtual | 
Open settgins dialog.
| parent | the parent windows of the dialog of return | 
Implements COperate.
Definition at line 18 of file OperateSerialPort.cpp.
      
  | 
  privateslot | 
Definition at line 108 of file OperateSerialPort.cpp.
      
  | 
  overridevirtual | 
Reimplemented from COperateTerminal.
Definition at line 28 of file OperateSerialPort.cpp.
      
  | 
  overridevirtual | 
Reimplemented from COperateTerminal.
Definition at line 98 of file OperateSerialPort.cpp.
      
  | 
  private | 
Definition at line 33 of file OperateSerialPort.h.
      
  | 
  private | 
Definition at line 34 of file OperateSerialPort.h.