|
wiRedPanda
Logic Circuit Simulator
|
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. | |
The input/output elements (label-sorted) and the row labels for a waveform table.
Definition at line 28 of file DolphinModelBuilder.h.
| 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().
| 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().
| QVector<GraphicElementInput *> DolphinModelBuilder::Signals::inputs |
Input elements, sorted by label.
Definition at line 29 of file DolphinModelBuilder.h.
Referenced by DolphinModelBuilder::collect().
| 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().
| QVector<GraphicElement *> DolphinModelBuilder::Signals::outputs |
Output elements, sorted by label.
Definition at line 30 of file DolphinModelBuilder.h.
Referenced by DolphinModelBuilder::collect().