![]() |
QElectroTech 0.100.0-dev
|
#include "terminalstripmodel.h"#include "../terminalstrip.h"#include "../../qetgraphicsitem/element.h"#include "../physicalterminal.h"#include "../realterminal.h"#include "../terminalstripbridge.h"#include <QDebug>#include <QBrush>#include <QVector>#include <QComboBox>#include <QSpinBox>#include <QPainter>#include <QApplication>
Variables | |
| const int | POS_CELL = 0 |
| const int | LEVEL_CELL = 1 |
| const int | LEVEL_0_CELL = 2 |
| const int | LEVEL_1_CELL = 3 |
| const int | LEVEL_2_CELL = 4 |
| const int | LEVEL_3_CELL = 5 |
| const int | LABEL_CELL = 6 |
| const int | CONDUCTOR_CELL = 7 |
| const int | XREF_CELL = 8 |
| const int | CABLE_CELL = 9 |
| const int | CABLE_WIRE_CELL = 10 |
| const int | TYPE_CELL = 11 |
| const int | FUNCTION_CELL = 12 |
| const int | LED_CELL = 13 |
| const int | COLUMN_COUNT = 14 |
| const int CABLE_CELL = 9 |
| const int CABLE_WIRE_CELL = 10 |
| const int COLUMN_COUNT = 14 |
| const int CONDUCTOR_CELL = 7 |
| const int FUNCTION_CELL = 12 |
| const int LABEL_CELL = 6 |
| const int LED_CELL = 13 |
| const int LEVEL_0_CELL = 2 |
| const int LEVEL_1_CELL = 3 |
| const int LEVEL_2_CELL = 4 |
| const int LEVEL_3_CELL = 5 |
| const int LEVEL_CELL = 1 |
| const int POS_CELL = 0 |
Some const int who describe what a column contain
| const int TYPE_CELL = 11 |
| const int XREF_CELL = 8 |