|
| 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.
|
| |
Definition at line 9 of file Stats.h.
◆ CStats()
| CStats::CStats |
( |
CParameterOperate * |
parent = nullptr, |
|
|
const QString & |
szPrefix = QString() |
|
) |
| |
|
explicit |
◆ AddReceives()
| void CStats::AddReceives |
( |
quint64 |
size | ) |
|
◆ AddSends()
| void CStats::AddSends |
( |
quint64 |
size | ) |
|
◆ Convertbytes()
| QString CStats::Convertbytes |
( |
quint64 |
bytes | ) |
|
|
static |
◆ OnLoad()
| int CStats::OnLoad |
( |
QSettings & |
set | ) |
|
|
overrideprotectedvirtual |
◆ OnSave()
| int CStats::OnSave |
( |
QSettings & |
set | ) |
|
|
overrideprotectedvirtual |
◆ m_TotalReceives
| QAtomicInteger<quint64> CStats::m_TotalReceives |
|
private |
◆ m_TotalSends
| QAtomicInteger<quint64> CStats::m_TotalSends |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Src/ParameterCompone/Stats.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Src/ParameterCompone/Stats.cpp