QElectroTech 0.100.0-dev
Loading...
Searching...
No Matches
Variables
terminalstripmodel.cpp File Reference
#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>
Include dependency graph for terminalstripmodel.cpp:

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
 

Variable Documentation

◆ CABLE_CELL

const int CABLE_CELL = 9

◆ CABLE_WIRE_CELL

const int CABLE_WIRE_CELL = 10

◆ COLUMN_COUNT

const int COLUMN_COUNT = 14

◆ CONDUCTOR_CELL

const int CONDUCTOR_CELL = 7

◆ FUNCTION_CELL

const int FUNCTION_CELL = 12

◆ LABEL_CELL

const int LABEL_CELL = 6

◆ LED_CELL

const int LED_CELL = 13

◆ LEVEL_0_CELL

const int LEVEL_0_CELL = 2

◆ LEVEL_1_CELL

const int LEVEL_1_CELL = 3

◆ LEVEL_2_CELL

const int LEVEL_2_CELL = 4

◆ LEVEL_3_CELL

const int LEVEL_3_CELL = 5

◆ LEVEL_CELL

const int LEVEL_CELL = 1

◆ POS_CELL

const int POS_CELL = 0

Some const int who describe what a column contain

◆ TYPE_CELL

const int TYPE_CELL = 11

◆ XREF_CELL

const int XREF_CELL = 8