|
HDK
|
Include dependency graph for UNI_Include.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UNI_Signature |
| Basic information about signature. More... | |
Enumerations | |
| enum | UNI_PortKind { UNI_PortKind::Invalid, UNI_PortKind::Input, UNI_PortKind::Output } |
| Specifies the port kind, ie, wheter it is an input or an output port. More... | |
| enum | UNI_PortShape { UNI_PortShape::Default, UNI_PortShape::Dot, UNI_PortShape::Box } |
| Specifies the visual shape of the port in the UI. More... | |
| enum | UNI_WireStyle { Straight, Rounded } |
|
strong |
Specifies the port kind, ie, wheter it is an input or an output port.
| Enumerator | |
|---|---|
| Invalid | |
| Input | |
| Output | |
Definition at line 21 of file UNI_Include.h.
|
strong |
Specifies the visual shape of the port in the UI.
| Enumerator | |
|---|---|
| Default | |
| Dot | |
| Box | |
Definition at line 29 of file UNI_Include.h.
| enum UNI_WireStyle |
Specifies the visual line shape of the connection wires in the UI. This is saved as an int on the Apex Graph so do not reorder these !
| Enumerator | |
|---|---|
| Straight | |
| Rounded | |
Definition at line 38 of file UNI_Include.h.