29 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)
The input/output elements (label-sorted) and the row labels 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.
QStringList outputLabels
Row label per output port (indexed for multi-port).
int inputPorts
Total input rows (sum of input output-port counts).