玉兔远程控制 0.0.31
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
CParameterChannelSSH类 参考
类 CParameterChannelSSH 继承关系图:

Public 成员函数

 CParameterChannelSSH (QObject *parent=nullptr)
 
 CParameterChannelSSH (const CParameterChannelSSH &c)
 
QString GetServer () const
 
int setServer (const QString &szServer)
 
quint16 GetPort () const
 
int setPort (const quint16 nPort)
 
QString GetUser () const
 
int SetUser (const QString &szUser)
 
QString GetPassword () const
 
int SetPassword (const QString szPassword)
 
int GetAuthenticationMethod () const
 
int SetAuthenticationMethod (int method)
 
QString GetPassphrase () const
 
int SetPassphrase (const QString passphrase)
 
bool GetUseSystemFile () const
 
int SetUseSystemFile (bool use)
 
QString GetPublicKeyFile () const
 
int SetPublicKeyFile (const QString szFile)
 
QString GetPrivateKeyFile () const
 
int SetPrivateKeyFile (const QString szFile)
 
QString GetRemoteHost () const
 
int SetRemoteHost (const QString szHost)
 
quint16 GetRemotePort () const
 
int SetRemotePort (const quint16 nPort)
 
QString GetSourceHost () const
 
int SetSourceHost (const QString szHost)
 
quint16 GetSourcePort () const
 
int SetSourcePort (const quint16 nPort)
 
QString GetPcapFile () const
 
int SetPcapFile (const QString &szFile)
 

Private 属性

QString m_szServer
 
quint16 m_nPort
 
QString m_szUser
 
QString m_szPassword
 
int m_nAuthenticationMethod
 
QString m_szPublicKeyFile
 
QString m_szPrivateKeyFile
 
QString m_szPassphrase
 
bool m_bUseSystemFile
 
QString m_szRemoteHost
 
quint16 m_nRemotePort
 
QString m_szSourceHost
 
quint16 m_nSourcePort
 
QString m_pcapFile
 

详细描述

在文件 ParameterChannelSSH.h15 行定义.

构造及析构函数说明

◆ CParameterChannelSSH() [1/2]

CParameterChannelSSH::CParameterChannelSSH ( QObject *  parent = nullptr)
explicit

在文件 ParameterChannelSSH.cpp6 行定义.

◆ CParameterChannelSSH() [2/2]

CParameterChannelSSH::CParameterChannelSSH ( const CParameterChannelSSH c)

在文件 ParameterChannelSSH.cpp17 行定义.

成员函数说明

◆ GetAuthenticationMethod()

int CParameterChannelSSH::GetAuthenticationMethod ( ) const

在文件 ParameterChannelSSH.cpp82 行定义.

◆ GetPassphrase()

QString CParameterChannelSSH::GetPassphrase ( ) const

在文件 ParameterChannelSSH.cpp93 行定义.

◆ GetPassword()

QString CParameterChannelSSH::GetPassword ( ) const

在文件 ParameterChannelSSH.cpp71 行定义.

◆ GetPcapFile()

QString CParameterChannelSSH::GetPcapFile ( ) const

在文件 ParameterChannelSSH.cpp183 行定义.

◆ GetPort()

quint16 CParameterChannelSSH::GetPort ( ) const

在文件 ParameterChannelSSH.cpp49 行定义.

◆ GetPrivateKeyFile()

QString CParameterChannelSSH::GetPrivateKeyFile ( ) const

在文件 ParameterChannelSSH.cpp128 行定义.

◆ GetPublicKeyFile()

QString CParameterChannelSSH::GetPublicKeyFile ( ) const

在文件 ParameterChannelSSH.cpp117 行定义.

◆ GetRemoteHost()

QString CParameterChannelSSH::GetRemoteHost ( ) const

在文件 ParameterChannelSSH.cpp139 行定义.

◆ GetRemotePort()

quint16 CParameterChannelSSH::GetRemotePort ( ) const

在文件 ParameterChannelSSH.cpp150 行定义.

◆ GetServer()

QString CParameterChannelSSH::GetServer ( ) const

在文件 ParameterChannelSSH.cpp38 行定义.

◆ GetSourceHost()

QString CParameterChannelSSH::GetSourceHost ( ) const

在文件 ParameterChannelSSH.cpp161 行定义.

◆ GetSourcePort()

quint16 CParameterChannelSSH::GetSourcePort ( ) const

在文件 ParameterChannelSSH.cpp172 行定义.

◆ GetUser()

QString CParameterChannelSSH::GetUser ( ) const

在文件 ParameterChannelSSH.cpp60 行定义.

◆ GetUseSystemFile()

bool CParameterChannelSSH::GetUseSystemFile ( ) const

在文件 ParameterChannelSSH.cpp104 行定义.

◆ SetAuthenticationMethod()

int CParameterChannelSSH::SetAuthenticationMethod ( int  method)

在文件 ParameterChannelSSH.cpp87 行定义.

◆ SetPassphrase()

int CParameterChannelSSH::SetPassphrase ( const QString  passphrase)

在文件 ParameterChannelSSH.cpp98 行定义.

◆ SetPassword()

int CParameterChannelSSH::SetPassword ( const QString  szPassword)

在文件 ParameterChannelSSH.cpp76 行定义.

◆ SetPcapFile()

int CParameterChannelSSH::SetPcapFile ( const QString &  szFile)

在文件 ParameterChannelSSH.cpp188 行定义.

◆ setPort()

int CParameterChannelSSH::setPort ( const quint16  nPort)

在文件 ParameterChannelSSH.cpp54 行定义.

◆ SetPrivateKeyFile()

int CParameterChannelSSH::SetPrivateKeyFile ( const QString  szFile)

在文件 ParameterChannelSSH.cpp133 行定义.

◆ SetPublicKeyFile()

int CParameterChannelSSH::SetPublicKeyFile ( const QString  szFile)

在文件 ParameterChannelSSH.cpp122 行定义.

◆ SetRemoteHost()

int CParameterChannelSSH::SetRemoteHost ( const QString  szHost)

在文件 ParameterChannelSSH.cpp144 行定义.

◆ SetRemotePort()

int CParameterChannelSSH::SetRemotePort ( const quint16  nPort)

在文件 ParameterChannelSSH.cpp155 行定义.

◆ setServer()

int CParameterChannelSSH::setServer ( const QString &  szServer)

在文件 ParameterChannelSSH.cpp43 行定义.

◆ SetSourceHost()

int CParameterChannelSSH::SetSourceHost ( const QString  szHost)

在文件 ParameterChannelSSH.cpp166 行定义.

◆ SetSourcePort()

int CParameterChannelSSH::SetSourcePort ( const quint16  nPort)

在文件 ParameterChannelSSH.cpp177 行定义.

◆ SetUser()

int CParameterChannelSSH::SetUser ( const QString &  szUser)

在文件 ParameterChannelSSH.cpp65 行定义.

◆ SetUseSystemFile()

int CParameterChannelSSH::SetUseSystemFile ( bool  use)

在文件 ParameterChannelSSH.cpp109 行定义.

类成员变量说明

◆ m_bUseSystemFile

bool CParameterChannelSSH::m_bUseSystemFile
private

在文件 ParameterChannelSSH.h76 行定义.

◆ m_nAuthenticationMethod

int CParameterChannelSSH::m_nAuthenticationMethod
private

在文件 ParameterChannelSSH.h72 行定义.

◆ m_nPort

quint16 CParameterChannelSSH::m_nPort
private

在文件 ParameterChannelSSH.h68 行定义.

◆ m_nRemotePort

quint16 CParameterChannelSSH::m_nRemotePort
private

在文件 ParameterChannelSSH.h79 行定义.

◆ m_nSourcePort

quint16 CParameterChannelSSH::m_nSourcePort
private

在文件 ParameterChannelSSH.h82 行定义.

◆ m_pcapFile

QString CParameterChannelSSH::m_pcapFile
private

在文件 ParameterChannelSSH.h84 行定义.

◆ m_szPassphrase

QString CParameterChannelSSH::m_szPassphrase
private

在文件 ParameterChannelSSH.h75 行定义.

◆ m_szPassword

QString CParameterChannelSSH::m_szPassword
private

在文件 ParameterChannelSSH.h70 行定义.

◆ m_szPrivateKeyFile

QString CParameterChannelSSH::m_szPrivateKeyFile
private

在文件 ParameterChannelSSH.h74 行定义.

◆ m_szPublicKeyFile

QString CParameterChannelSSH::m_szPublicKeyFile
private

在文件 ParameterChannelSSH.h73 行定义.

◆ m_szRemoteHost

QString CParameterChannelSSH::m_szRemoteHost
private

在文件 ParameterChannelSSH.h78 行定义.

◆ m_szServer

QString CParameterChannelSSH::m_szServer
private

在文件 ParameterChannelSSH.h67 行定义.

◆ m_szSourceHost

QString CParameterChannelSSH::m_szSourceHost
private

在文件 ParameterChannelSSH.h81 行定义.

◆ m_szUser

QString CParameterChannelSSH::m_szUser
private

在文件 ParameterChannelSSH.h69 行定义.


该类的文档由以下文件生成: