|
HDK
|
#include <UN_PortType.h>
Public Member Functions | |
| const UT_StringHolder & | name () const |
| Returns the name of the port type. More... | |
| UN_PortType (const UT_StringRef &port_type_name) | |
| Constructor and destructor. More... | |
| ~UN_PortType () | |
| Constructor and destructor. More... | |
| void | setColorName (const UT_StringRef &color_name) |
| const UT_StringHolder & | colorName () const |
The port type is a characteristics of a port that dertermines compatibility and connectivity with other ports based on their types.
Definition at line 26 of file UN_PortType.h.
| UN_PortType::UN_PortType | ( | const UT_StringRef & | port_type_name | ) |
Constructor and destructor.
| UN_PortType::~UN_PortType | ( | ) |
Constructor and destructor.
|
inline |
The name of a color for this type of ports in the graph editor. The actual color is configurable via color schemes (eg, UILight.hcs), so the name adheres to the UIgetMiscColor() conventions.
Definition at line 44 of file UN_PortType.h.
|
inline |
Returns the name of the port type.
Definition at line 36 of file UN_PortType.h.
|
inline |
The name of a color for this type of ports in the graph editor. The actual color is configurable via color schemes (eg, UILight.hcs), so the name adheres to the UIgetMiscColor() conventions.
Definition at line 42 of file UN_PortType.h.