| 
| enum class   | TYPE { TCP
, NamePipe
 } | 
|   | 
 | 
| 
  | CParameterRawStream (CParameterOperate *parent=nullptr, const QString &szPrefix=QString()) | 
|   | 
| TYPE  | GetType () const | 
|   | 
| void  | SetType (TYPE type) | 
|   | 
| 
  | CParameterTerminalBase (CParameterOperate *parent=nullptr, const QString &szPrefix=QString()) | 
|   | 
| QStringList  | GetCommands () const | 
|   | 
| void  | SetCommands (const QStringList &cmd) | 
|   | 
| 
  | 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 () | 
|   | 检查参数是否有效,以决定是否使用或者保存参数。 派生类一般只要重载 OnCheckValidity() ,用于检查参数。  
  | 
|   | 
◆ TYPE
  
  
      
        
          | enum class CParameterRawStream::TYPE | 
         
       
   | 
  
strong   | 
  
 
 
◆ GetType()
      
        
          | CParameterRawStream::TYPE CParameterRawStream::GetType  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetTypeName()
  
  
      
        
          | const QString CParameterRawStream::GetTypeName  | 
          ( | 
          TYPE  | 
          type | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ OnLoad()
  
  
      
        
          | int CParameterRawStream::OnLoad  | 
          ( | 
          QSettings &  | 
          set | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ OnSave()
  
  
      
        
          | int CParameterRawStream::OnSave  | 
          ( | 
          QSettings &  | 
          set | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ SetType()
      
        
          | void CParameterRawStream::SetType  | 
          ( | 
          TYPE  | 
          type | ) | 
           | 
        
      
 
 
◆ m_Net
◆ m_Type
  
  
      
        
          | TYPE CParameterRawStream::m_Type | 
         
       
   | 
  
private   | 
  
 
 
该类的文档由以下文件生成: