#include <varvaluemodel.h>
VarValueModel::VarValueModel |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
VarValueModel::VarValueModel |
( |
double |
val, |
|
|
std::uint64_t |
timestamp, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
explicit |
const QDateTime& VarValueModel::timestamp |
( |
| ) |
const |
|
inlinenoexcept |
double VarValueModel::val |
( |
| ) |
const |
|
inlinenoexcept |
void VarValueModel::valCHanged |
( |
double |
| ) |
|
|
signal |
QDateTime VarValueModel::m_timestamp |
|
private |
double VarValueModel::m_val |
|
private |
QDateTime VarValueModel::timestamp |
|
read |
double VarValueModel::val |
|
read |
The documentation for this class was generated from the following files: