wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
DolphinModelBuilder::Signals Struct Reference

The input/output elements (label-sorted) and the row labels for a waveform table. More...

#include <DolphinModelBuilder.h>

Public Attributes

QStringList inputLabels
 Row label per input port (indexed for multi-port).
int inputPorts = 0
 Total input rows (sum of input output-port counts).
QVector< GraphicElementInput * > inputs
 Input elements, sorted by label.
QStringList outputLabels
 Row label per output port (indexed for multi-port).
QVector< GraphicElement * > outputs
 Output elements, sorted by label.

Detailed Description

The input/output elements (label-sorted) and the row labels for a waveform table.

Definition at line 28 of file DolphinModelBuilder.h.

Member Data Documentation

◆ inputLabels

QStringList DolphinModelBuilder::Signals::inputLabels

Row label per input port (indexed for multi-port).

Definition at line 32 of file DolphinModelBuilder.h.

Referenced by DolphinModelBuilder::collect().

◆ inputPorts

int DolphinModelBuilder::Signals::inputPorts = 0

Total input rows (sum of input output-port counts).

Definition at line 31 of file DolphinModelBuilder.h.

Referenced by DolphinModelBuilder::collect().

◆ inputs

QVector<GraphicElementInput *> DolphinModelBuilder::Signals::inputs

Input elements, sorted by label.

Definition at line 29 of file DolphinModelBuilder.h.

Referenced by DolphinModelBuilder::collect().

◆ outputLabels

QStringList DolphinModelBuilder::Signals::outputLabels

Row label per output port (indexed for multi-port).

Definition at line 33 of file DolphinModelBuilder.h.

Referenced by DolphinModelBuilder::collect().

◆ outputs

QVector<GraphicElement *> DolphinModelBuilder::Signals::outputs

Output elements, sorted by label.

Definition at line 30 of file DolphinModelBuilder.h.

Referenced by DolphinModelBuilder::collect().


The documentation for this struct was generated from the following file: