A Qt Data Model for the table(view) displayed in PlotMS's page header Implements header items layout rules specifications:
More...
#include <PlotMSPageHeaderDataModel.qo.h>
A Qt Data Model for the table(view) displayed in PlotMS's page header Implements header items layout rules specifications:
- 1. Layout header items in a 2-column table, in their command-line order, filling the table left to right first, then top to bottom ("Z" order)
- 2. Header items of a successive plot must be laid out starting from the the beginning of the next empty row
Definition at line 16 of file PlotMSPageHeaderDataModel.qo.h.
casa::PlotMSPageHeaderDataModel::PlotMSPageHeaderDataModel |
( |
PlotMSApp * |
app, |
|
|
QObject * |
parent = 0 |
|
) |
| |
int casa::PlotMSPageHeaderDataModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
QVariant casa::PlotMSPageHeaderDataModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
bool casa::PlotMSPageHeaderDataModel::isLogicalColumn |
( |
int |
column | ) |
const |
|
inline |
int casa::PlotMSPageHeaderDataModel::lastColumnIndex |
( |
| ) |
const |
|
inline |
int casa::PlotMSPageHeaderDataModel::logicalColumn |
( |
int |
column | ) |
const |
|
inline |
int casa::PlotMSPageHeaderDataModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
PlotMSApp* casa::PlotMSPageHeaderDataModel::itsParent_ |
|
private |
constexpr int casa::PlotMSPageHeaderDataModel::logicalColumns |
|
static |
constexpr int casa::PlotMSPageHeaderDataModel::physicalColumns |
|
static |
The documentation for this class was generated from the following file: