| 
|   | CParameterSSHTunnel (CParameterOperate *parent=nullptr, const QString &szPrefix=QString()) | 
|   | 
| QString  | GetSourceHost () const | 
|   | 
| int  | SetSourceHost (const QString szHost) | 
|   | 
| quint16  | GetSourcePort () const | 
|   | 
| int  | SetSourcePort (const quint16 nPort) | 
|   | 
| 
  | CParameterOperate (QObject *parent=nullptr, const QString &szPrefix=QString()) | 
|   | 
| CParameterPlugin *  | GetGlobalParameters () | 
|   | Get CParameterPlugin.  
  | 
|   | 
| int  | SetGlobalParameters (CParameterPlugin *p) | 
|   | 
| const QString  | GetName () const | 
|   | 
| void  | SetName (const QString &szName) | 
|   | 
| int  | LoadPassword (const QString &szTitle, const QString &szKey, QString &password, QSettings &set) | 
|   | 
| int  | SavePassword (const QString &szKey, const QString &password, QSettings &set, bool bSave=false) | 
|   | 
|   | CParameter (QObject *parent=nullptr, const QString &szPrefix=QString()) | 
|   | 
| virtual int  | Load (QString szFile=QString()) | 
|   | Load from file.  
  | 
|   | 
| virtual int  | Save (QString szFile=QString(), bool bForce=true) | 
|   | Save to file.  
  | 
|   | 
| virtual int  | Load (QSettings &set) | 
|   | Load from QSettings.  
  | 
|   | 
| virtual int  | Save (QSettings &set, bool bForce=true) | 
|   | Save to QSettings.  
  | 
|   | 
| virtual bool  | CheckValidity () | 
|   | Check whether the parameter is valid to decide whether to use or save the parameter.  
  | 
|   | 
 | 
| virtual int  | OnLoad (QSettings &set) override | 
|   | 
| virtual int  | OnSave (QSettings &set) override | 
|   | 
| QByteArray  | PasswordSum (const std::string &password, const std::string &key) | 
|   | 
| virtual bool  | OnCheckValidity () | 
|   | Check validity.  
  | 
|   | 
| int  | SetModified (bool bModified=true) | 
|   | When setting parameters, if there is a modification, it is called.  
  | 
|   | 
| bool  | GetModified () | 
|   | Whether the parameters have been modified.  
  | 
|   | 
Definition at line 27 of file ParameterSSH.h.
 
◆ CParameterSSHTunnel()
  
  
      
        
          | CParameterSSHTunnel::CParameterSSHTunnel  | 
          ( | 
          CParameterOperate *  | 
          parent = nullptr,  | 
         
        
           | 
           | 
          const QString &  | 
          szPrefix = QString()  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
explicit   | 
  
 
 
◆ GetSourceHost()
      
        
          | QString CParameterSSHTunnel::GetSourceHost  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetSourcePort()
      
        
          | quint16 CParameterSSHTunnel::GetSourcePort  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ OnLoad()
  
  
      
        
          | int CParameterSSHTunnel::OnLoad  | 
          ( | 
          QSettings &  | 
          set | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ OnSave()
  
  
      
        
          | int CParameterSSHTunnel::OnSave  | 
          ( | 
          QSettings &  | 
          set | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ SetSourceHost()
      
        
          | int CParameterSSHTunnel::SetSourceHost  | 
          ( | 
          const QString  | 
          szHost | ) | 
           | 
        
      
 
 
◆ SetSourcePort()
      
        
          | int CParameterSSHTunnel::SetSourcePort  | 
          ( | 
          const quint16  | 
          nPort | ) | 
           | 
        
      
 
 
◆ m_nSourcePort
  
  
      
        
          | quint16 CParameterSSHTunnel::m_nSourcePort | 
         
       
   | 
  
private   | 
  
 
 
◆ m_szSourceHost
  
  
      
        
          | QString CParameterSSHTunnel::m_szSourceHost | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Src/ParameterCompone/ParameterSSH.h
 
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Src/ParameterCompone/ParameterSSH.cpp