#include <TableModelImpl.h>
◆ Impl()
TableColumn::Impl::Impl |
( |
TableColumn * |
parent, |
|
|
const QString & |
header |
|
) |
| |
◆ ~Impl()
TableColumn::Impl::~Impl |
( |
| ) |
|
◆ deleteRow()
void TableColumn::Impl::deleteRow |
( |
int |
position, |
|
|
int |
count |
|
) |
| |
◆ ensureEditData()
void TableColumn::Impl::ensureEditData |
( |
| ) |
|
◆ getRow()
QString TableColumn::Impl::getRow |
( |
int |
row, |
|
|
const QLocale & |
locale |
|
) |
| const |
◆ insertRow()
void TableColumn::Impl::insertRow |
( |
int |
position, |
|
|
int |
count |
|
) |
| |
◆ newValues()
void QtPdCom::QtPdCom::TableColumn::Impl::newValues |
( |
std::chrono::nanoseconds |
| ) |
|
|
inline |
◆ setRow()
bool TableColumn::Impl::setRow |
( |
QString |
valueStr, |
|
|
int |
row, |
|
|
const QLocale & |
locale |
|
) |
| |
◆ stateChanged()
void TableColumn::Impl::stateChanged |
( |
PdCom::Subscription::State |
state | ) |
|
◆ TableColumn
◆ dataPresent
bool QtPdCom::QtPdCom::TableColumn::Impl::dataPresent |
|
private |
Valid data have been received.
◆ decimals
quint32 QtPdCom::QtPdCom::TableColumn::Impl::decimals |
|
private |
Number of decimal digits.
◆ disabledColor
QColor QtPdCom::QtPdCom::TableColumn::Impl::disabledColor |
|
private |
◆ editData
double* QtPdCom::QtPdCom::TableColumn::Impl::editData |
|
private |
◆ enabled
bool QtPdCom::QtPdCom::TableColumn::Impl::enabled |
|
private |
◆ enabledRows
QHash<unsigned int, bool> QtPdCom::QtPdCom::TableColumn::Impl::enabledRows |
|
private |
◆ header
QString QtPdCom::QtPdCom::TableColumn::Impl::header |
|
private |
◆ highlightColor
QColor QtPdCom::QtPdCom::TableColumn::Impl::highlightColor |
|
private |
◆ highlightRow
int QtPdCom::QtPdCom::TableColumn::Impl::highlightRow |
|
private |
Index of the row to highlight, or -1.
◆ lowerLimit
double QtPdCom::QtPdCom::TableColumn::Impl::lowerLimit |
|
private |
Lower limit for value of column (this is a hint for the Input Method to limit the value).
◆ offset
double QtPdCom::QtPdCom::TableColumn::Impl::offset |
|
private |
◆ parent
TableColumn* QtPdCom::QtPdCom::TableColumn::Impl::parent |
|
private |
◆ scale
double QtPdCom::QtPdCom::TableColumn::Impl::scale |
|
private |
◆ subscription
std::unique_ptr<Subscription> QtPdCom::QtPdCom::TableColumn::Impl::subscription |
|
private |
◆ upperLimit
double QtPdCom::QtPdCom::TableColumn::Impl::upperLimit |
|
private |
Upper limit for value of column (this is a hint for the Input Method to limit the value).
The documentation for this class was generated from the following files: