The PlcMasterData struct Stores all PLC master configuration: IO table, display settings, column visibility. All data is stored in the .elmt file for easy sharing between users.
More...
#include <elementdata.h>
|
| QVector< PlcIO > | ios |
| | All IO entries.
|
| QList< int > | breakPositions |
| | Up to 4 break positions (IO index after which to break, 0 = disabled).
|
| QMap< int, qreal > | colWidths |
| | Column widths (key: column index).
|
| qreal | rowHeight = 8.0 |
| | Row height in mm.
|
| QMap< int, bool > | colVisible |
| | Column visibility (key: column index).
|
| QFont | headerFont |
| | Font for column headers.
|
| QFont | cellFont |
| | Font for cell content.
|
| QStringList | columnNames |
| | Custom column header names.
|
| QList< int > | columnOrder |
| | Column display order (logical indices).
|
| bool | showHeaders = true |
| | Show column headers on sheet.
|
The PlcMasterData struct Stores all PLC master configuration: IO table, display settings, column visibility. All data is stored in the .elmt file for easy sharing between users.
◆ PlcMasterData()
| ElementData::PlcMasterData::PlcMasterData |
( |
| ) |
|
|
inline |
◆ operator!=()
| bool ElementData::PlcMasterData::operator!= |
( |
const PlcMasterData & | other | ) |
const |
|
inline |
◆ operator==()
| bool ElementData::PlcMasterData::operator== |
( |
const PlcMasterData & | other | ) |
const |
|
inline |
◆ breakPositions
| QList<int> ElementData::PlcMasterData::breakPositions |
Up to 4 break positions (IO index after which to break, 0 = disabled).
◆ cellFont
| QFont ElementData::PlcMasterData::cellFont |
◆ columnNames
| QStringList ElementData::PlcMasterData::columnNames |
Custom column header names.
◆ columnOrder
| QList<int> ElementData::PlcMasterData::columnOrder |
Column display order (logical indices).
◆ colVisible
| QMap<int, bool> ElementData::PlcMasterData::colVisible |
Column visibility (key: column index).
◆ colWidths
| QMap<int, qreal> ElementData::PlcMasterData::colWidths |
Column widths (key: column index).
◆ headerFont
| QFont ElementData::PlcMasterData::headerFont |
◆ ios
| QVector<PlcIO> ElementData::PlcMasterData::ios |
◆ rowHeight
| qreal ElementData::PlcMasterData::rowHeight = 8.0 |
◆ showHeaders
| bool ElementData::PlcMasterData::showHeaders = true |
Show column headers on sheet.
The documentation for this struct was generated from the following file: