|
wiRedPanda
Logic Circuit Simulator
|
Port count and label metadata extracted from Input/Output elements. More...
#include <IC.h>
Public Attributes | |
| int | inputCount = 0 |
| QStringList | inputLabels |
| int | outputCount = 0 |
| QStringList | outputLabels |
Port count and label metadata extracted from Input/Output elements.
| int IC::PortMetadata::inputCount = 0 |
Definition at line 97 of file IC.h.
Referenced by ICLoader::buildPortMetadata().
| QStringList IC::PortMetadata::inputLabels |
Definition at line 99 of file IC.h.
Referenced by ICLoader::buildPortMetadata().
| int IC::PortMetadata::outputCount = 0 |
Definition at line 98 of file IC.h.
Referenced by ICLoader::buildPortMetadata().
| QStringList IC::PortMetadata::outputLabels |
Definition at line 100 of file IC.h.
Referenced by ICLoader::buildPortMetadata().