|
QtPdCom
1.5.2
|
Table model. More...
#include <TableModelImpl.h>

Public Member Functions | |
| Impl (TableModel *parent) | |
Private Types | |
| typedef QVector< TableColumn * > | ColumnVector |
| Column vector type. | |
Private Member Functions | |
| void | updateRows () |
| Calculates the number of table rows. | |
| void | ensureEditing () |
Private Attributes | |
| TableModel *const | parent |
| unsigned int | rows = 0 |
| unsigned int | visibleRows = UINT_MAX |
| unsigned int | rowCapacity = 0 |
| ColumnVector | columnVector |
| Vector of table columns. | |
| QtPdCom::IntVariable | valueHighlightRow |
| QtPdCom::IntVariable | visibleRowCount |
Friends | |
| class | TableModel |
Table model.
|
private |
Column vector type.
|
inline |
|
private |
|
private |
Calculates the number of table rows.
|
friend |
Vector of table columns.
|
private |
|
private |
|
private |
|
private |