| 
| 
  | CPluginWebBrowser (QObject *parent=nullptr) | 
|   | 
| virtual const TYPE  | Type () const override | 
|   | 
| 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 QString  | Version () const override | 
|   | Version.  
  | 
|   | 
| virtual const QIcon  | Icon () const override | 
|   | 
| virtual const QString  | Details () const override | 
|   | Display more information in About dialog or log.  
  | 
|   | 
| 
  | CPlugin (QObject *parent=nullptr) | 
|   | 
| virtual const QString  | TypeName (const TYPE t) const | 
|   | 
| virtual const QString  | Id () | 
|   | ID. Default: Type() + ":" + Protocol() + ":" + Name()  
  | 
|   | 
 | 
| enum class   | TYPE {  
  RemoteDesktop
, Terminal
, Client
, Service
,  
  FileTransfers
, NetworkTools
, Tools
, Custom = 1000
 
 } | 
|   | 
Definition at line 5 of file PluginWebBrowser.h.
 
◆ ~CPluginWebBrowser()
  
  
      
        
          | CPluginWebBrowser::~CPluginWebBrowser  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ Description()
  
  
      
        
          | const QString CPluginWebBrowser::Description  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ Details()
  
  
      
        
          | const QString CPluginWebBrowser::Details  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ DisplayName()
  
  
      
        
          | const QString CPluginWebBrowser::DisplayName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ Icon()
  
  
      
        
          | const QIcon CPluginWebBrowser::Icon  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ Name()
  
  
      
        
          | const QString CPluginWebBrowser::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 30 of file PluginWebBrowser.cpp.
 
 
◆ OnCreateOperate()
  
  
      
        
          | COperate * CPluginWebBrowser::OnCreateOperate  | 
          ( | 
          const QString &  | 
          szId | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ Protocol()
  
  
      
        
          | const QString CPluginWebBrowser::Protocol  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ Type()
  
  
      
        
          | const CPluginWebBrowser::TYPE CPluginWebBrowser::Type  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ Version()
  
  
      
        
          | const QString CPluginWebBrowser::Version  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/WebBrowser/PluginWebBrowser.h
 
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/WebBrowser/PluginWebBrowser.cpp