50 QVector<GraphicElementInput *>
inputs;
Abstract base class for all graphical circuit elements in wiRedPanda.
Main circuit editing scene.
Collects and orders the input/output elements of a circuit scene and derives the waveform table's row...
Signals collect(Scene *scene)
RowKind
Which side of the table a row belongs to.
One waveform table row: exactly one PORT of one element.
GraphicElement * element
The element this row reads or drives.
The input/output elements (label-sorted) and the row layout for a waveform table.
QVector< GraphicElement * > outputs
Output elements, sorted by label.
QStringList inputLabels
Row label per input port (indexed for multi-port).
QVector< GraphicElementInput * > inputs
Input elements, sorted by label.
int inputPorts
Total input rows; derived from rows.