#include <TableModelImpl.h>
◆ Impl()
| TableColumn::Impl::Impl |
( |
TableColumn * | parent, |
|
|
const QString & | header ) |
References dataPresent, decimals, DEFAULT_DECIMALS, DEFAULT_DISABLED_COLOR, DEFAULT_HIGHLIGHT_COLOR, disabledColor, editData, enabled, header, highlightColor, highlightRow, lowerLimit, offset, parent, scale, TableColumn, and upperLimit.
◆ ~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 |
◆ decimals
| quint32 QtPdCom::QtPdCom::TableColumn::Impl::decimals |
|
private |
◆ disabledColor
| QColor QtPdCom::QtPdCom::TableColumn::Impl::disabledColor |
|
private |
◆ editData
| double* QtPdCom::QtPdCom::TableColumn::Impl::editData |
|
private |
◆ enabled
| bool QtPdCom::QtPdCom::TableColumn::Impl::enabled |
|
private |
Column enabled.
Referenced by Impl().
◆ 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.
Referenced by Impl().
◆ 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).
Referenced by Impl().
◆ 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).
Referenced by Impl().
The documentation for this class was generated from the following files: