|
wiRedPanda
Logic Circuit Simulator
|
Result of topological sort with feedback detection. More...
#include <Simulation.h>
Public Attributes | |
| QSet< GraphicElement * > | feedbackNodes |
| Elements in feedback loops. | |
| QHash< GraphicElement *, int > | priorities |
| Priority per element. | |
| QVector< GraphicElement * > | sorted |
| Elements in priority order (highest first). | |
Result of topological sort with feedback detection.
Definition at line 123 of file Simulation.h.
| QSet<GraphicElement *> Simulation::SortResult::feedbackNodes |
Elements in feedback loops.
Definition at line 126 of file Simulation.h.
Referenced by Simulation::topologicalSort().
| QHash<GraphicElement *, int> Simulation::SortResult::priorities |
Priority per element.
Definition at line 125 of file Simulation.h.
Referenced by Simulation::topologicalSort().
| QVector<GraphicElement *> Simulation::SortResult::sorted |
Elements in priority order (highest first).
Definition at line 124 of file Simulation.h.
Referenced by Simulation::topologicalSort().