|
wiRedPanda
Logic Circuit Simulator
|
Central enumeration types for element types, groups, and signal status. More...
#include <QObject>Go to the source code of this file.
Classes | |
| class | Enums |
| Preferred way to indicate the element types and groups (input, output, etc). More... | |
Typedefs | |
| using | ElementGroup = Enums::ElementGroup |
| using | ElementType = Enums::ElementType |
| using | Status = Enums::Status |
| using | WirelessMode = Enums::WirelessMode |
Functions | |
| ElementType & | operator++ (ElementType &type) |
| Pre-increment operator; advances type to the next ElementType in sequence. | |
| QDataStream & | operator<< (QDataStream &stream, const ElementType &type) |
| Serializes type into stream. | |
| QDataStream & | operator>> (QDataStream &stream, ElementType &type) |
| Deserializes an ElementType from stream into type. | |
Central enumeration types for element types, groups, and signal status.
Definition in file Enums.h.
| using ElementGroup = Enums::ElementGroup |
| using ElementType = Enums::ElementType |
| using Status = Enums::Status |
| using WirelessMode = Enums::WirelessMode |
| ElementType & operator++ | ( | ElementType & | type | ) |
Pre-increment operator; advances type to the next ElementType in sequence.
| QDataStream & operator<< | ( | QDataStream & | stream, |
| const ElementType & | type ) |
| QDataStream & operator>> | ( | QDataStream & | stream, |
| ElementType & | type ) |
Deserializes an ElementType from stream into type.