| 
| 
  | CPluginRawStream (QObject *parent=nullptr) | 
|   | 
| virtual const QString  | Protocol () const override | 
|   | Plugin Protocol.  
  | 
|   | 
| virtual const QString  | Name () const override | 
|   | This name must be the same as the project name (${PROJECT_NAME}). The translation file (${PROJECT_NAME}_*.ts)) name is associated with it.  
  | 
|   | 
| virtual const QString  | DisplayName () const override | 
|   | The plugin display name.  
  | 
|   | 
| virtual const QString  | Description () const override | 
|   | Plugin description.  
  | 
|   | 
| virtual const QIcon  | Icon () const override | 
|   | 
| virtual const TYPE  | Type () const override | 
|   | 
| virtual const QString  | Version () const override | 
|   | Version.  
  | 
|   | 
| 
  | CPlugin (QObject *parent=nullptr) | 
|   | 
| virtual const QString  | TypeName (const TYPE t) const | 
|   | 
| virtual const QString  | Id () | 
|   | ID. Default: Type() + ":" + Protocol() + ":" + Name()  
  | 
|   | 
| virtual const QString  | Details () const | 
|   | Display more information in About dialog or log.  
  | 
|   | 
Definition at line 7 of file PluginRawStream.h.
 
◆ ~CPluginRawStream()
  
  
      
        
          | CPluginRawStream::~CPluginRawStream  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ Description()
  
  
      
        
          | const QString CPluginRawStream::Description  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ DisplayName()
  
  
      
        
          | const QString CPluginRawStream::DisplayName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ Icon()
  
  
      
        
          | const QIcon CPluginRawStream::Icon  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ Name()
  
  
      
        
          | const QString CPluginRawStream::Name  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
This name must be the same as the project name (${PROJECT_NAME}). The translation file (${PROJECT_NAME}_*.ts)) name is associated with it. 
Implements CPlugin.
Definition at line 18 of file PluginRawStream.cpp.
 
 
◆ OnCreateOperate()
  
  
      
        
          | COperate * CPluginRawStream::OnCreateOperate  | 
          ( | 
          const QString &  | 
          szId | ) | 
           | 
         
       
   | 
  
overrideprivatevirtual   | 
  
 
 
◆ Protocol()
  
  
      
        
          | const QString CPluginRawStream::Protocol  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ Type()
  
  
      
        
          | const CPlugin::TYPE CPluginRawStream::Type  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ Version()
  
  
      
        
          | const QString CPluginRawStream::Version  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/RawStream/PluginRawStream.h
 
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/RawStream/PluginRawStream.cpp