HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UNI_Include.h File Reference
#include "UNI_ID.h"
#include "UNI_SessionID.h"
#include <UT/UT_StringHolder.h>
+ 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 }
 

Enumeration Type Documentation

enum UNI_PortKind
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.

enum UNI_PortShape
strong

Specifies the visual shape of the port in the UI.

Enumerator
Default 
Dot 
Box 

Definition at line 29 of file UNI_Include.h.

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.