|
virtual int | OnLoad (QSettings &set) override |
|
virtual int | OnSave (QSettings &set) override |
|
QByteArray | PasswordSum (const std::string &password, const std::string &key) |
|
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) |
|
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.
|
|
|
void | sigSetParameterClient () |
|
void | sigChanged () |
| emit when the parameter changes Usually if required, the corresponding parameter corresponds to a change event.
|
|
virtual void | slotSetParameterClient () |
| Call after set CParameterClient.
|
|
bool | Modified |
|
Definition at line 10 of file ParameterSSHTunnel.h.
◆ CParameterSSHTunnel()
CParameterSSHTunnel::CParameterSSHTunnel |
( |
CParameterConnecter * |
parent = nullptr , |
|
|
const QString & |
szPrefix = QString() |
|
) |
| |
|
explicit |
◆ GetPcapFile()
QString CParameterSSHTunnel::GetPcapFile |
( |
| ) |
const |
◆ GetSourceHost()
QString CParameterSSHTunnel::GetSourceHost |
( |
| ) |
const |
◆ GetSourcePort()
quint16 CParameterSSHTunnel::GetSourcePort |
( |
| ) |
const |
◆ OnLoad()
int CParameterSSHTunnel::OnLoad |
( |
QSettings & |
set | ) |
|
|
overrideprotectedvirtual |
◆ OnSave()
int CParameterSSHTunnel::OnSave |
( |
QSettings & |
set | ) |
|
|
overrideprotectedvirtual |
◆ SetPcapFile()
int CParameterSSHTunnel::SetPcapFile |
( |
const QString & |
szFile | ) |
|
◆ SetSourceHost()
int CParameterSSHTunnel::SetSourceHost |
( |
const QString |
szHost | ) |
|
◆ SetSourcePort()
int CParameterSSHTunnel::SetSourcePort |
( |
const quint16 |
nPort | ) |
|
◆ m_Net
◆ m_nSourcePort
quint16 CParameterSSHTunnel::m_nSourcePort |
|
private |
◆ m_pcapFile
QString CParameterSSHTunnel::m_pcapFile |
|
private |
◆ m_szSourceHost
QString CParameterSSHTunnel::m_szSourceHost |
|
private |
The documentation for this class was generated from the following files: