Basic network parameters.
More...
#include <ParameterNet.h>
|
void | sigHostChanged (const QString &szHost) |
|
void | sigSetParameterClient () |
|
void | sigChanged () |
| emit when the parameter changes Usually if required, the corresponding parameter corresponds to a change event.
|
|
|
virtual int | OnLoad (QSettings &set) override |
| [Instance user]
|
|
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.
|
|
Basic network parameters.
It only valid in plugin. It's UI is CParameterNetUI
- Note
- The interface only is implemented and used by plugin.
- See also
- CParameterConnecter CParameterNetUI
Definition at line 25 of file ParameterNet.h.
◆ CParameterNet()
CParameterNet::CParameterNet |
( |
CParameterConnecter * |
parent, |
|
|
const QString & |
szPrefix = QString() |
|
) |
| |
|
explicit |
◆ GetHost()
const QString CParameterNet::GetHost |
( |
| ) |
const |
|
virtual |
◆ GetPort()
const quint16 CParameterNet::GetPort |
( |
| ) |
const |
|
virtual |
◆ GetPrompt()
QString CParameterNet::GetPrompt |
( |
| ) |
|
◆ OnLoad()
int CParameterNet::OnLoad |
( |
QSettings & |
set | ) |
|
|
overrideprotectedvirtual |
◆ OnSave()
int CParameterNet::OnSave |
( |
QSettings & |
set | ) |
|
|
overrideprotectedvirtual |
◆ SetHost()
void CParameterNet::SetHost |
( |
const QString & |
szHost | ) |
|
|
virtual |
◆ SetPort()
void CParameterNet::SetPort |
( |
quint16 |
port | ) |
|
|
virtual |
◆ SetPrompt()
int CParameterNet::SetPrompt |
( |
const QString |
szPrompt | ) |
|
◆ m_nPort
quint16 CParameterNet::m_nPort |
|
private |
◆ m_szHost
QString CParameterNet::m_szHost |
|
private |
◆ m_szPrompt
QString CParameterNet::m_szPrompt |
|
private |
◆ m_User
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Client/ParameterCompone/ParameterNet.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Client/ParameterCompone/ParameterNet.cpp