wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
DolphinModelBuilder.h File Reference

DolphinModelBuilder: maps a circuit scene's I/O elements to waveform signal rows. More...

#include <QStringList>
#include <QVector>
Include dependency graph for DolphinModelBuilder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DolphinModelBuilder::Row
 One waveform table row: exactly one PORT of one element. More...
struct  DolphinModelBuilder::Signals
 The input/output elements (label-sorted) and the row layout for a waveform table. More...

Namespaces

namespace  DolphinModelBuilder
 Collects and orders the input/output elements of a circuit scene and derives the waveform table's row labels.

Enumerations

enum class  DolphinModelBuilder::RowKind { DolphinModelBuilder::Input , DolphinModelBuilder::Output }
 Which side of the table a row belongs to. More...

Functions

Signals DolphinModelBuilder::collect (Scene *scene)

Detailed Description

DolphinModelBuilder: maps a circuit scene's I/O elements to waveform signal rows.

Definition in file DolphinModelBuilder.h.