#include <OperatePlayer.h>
 | 
| 
void  | sigStart (bool bStart) | 
|   | 
| 
void  | sigPause (bool bPause) | 
|   | 
| 
void  | sigChangePosition (qint64 pos) | 
|   | 
| 
void  | sigScreenShot () | 
|   | 
| 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 CBackend *  | InstanceBackend () override | 
|   | New CBackend.  
  | 
|   | 
| virtual int  | Initial () override | 
|   | Initial parameters and resource.  
  | 
|   | 
| virtual int  | Clean () override | 
|   | Clean parameters and resource.  
  | 
|   | 
| virtual int  | InitialMenu () override | 
|   | 
| 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 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.  
  | 
|   | 
- See also
 - 
 
Definition at line 23 of file OperatePlayer.h.
 
◆ ~COperatePlayer()
  
  
      
        
          | COperatePlayer::~COperatePlayer  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ Clean()
  
  
      
        
          | int COperatePlayer::Clean  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ Initial()
  
  
      
        
          | int COperatePlayer::Initial  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ InitialMenu()
  
  
      
        
          | int COperatePlayer::InitialMenu  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ InstanceBackend()
  
  
      
        
          | CBackend * COperatePlayer::InstanceBackend  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ OnOpenDialogSettings()
  
  
      
        
          | QDialog * COperatePlayer::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 184 of file OperatePlayer.cpp.
 
 
◆ slotScreenShot
  
  
      
        
          | void COperatePlayer::slotScreenShot  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtualslot   | 
  
 
 
◆ Version()
  
  
      
        
          | const qint16 COperatePlayer::Version  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ m_Parameters
◆ m_pPause
  
  
      
        
          | QAction* COperatePlayer::m_pPause | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/Player/OperatePlayer.h
 
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/Player/OperatePlayer.cpp