Loading...
Searching...
No Matches
GraphNodeConnectionBase Interface Reference
Inheritance diagram for GraphNodeConnectionBase:
ScriptAndConfig Managed GraphNodeConnectionCurve GraphNodeConnectionLine

Public Member Functions

proto external GraphNodePortBase GetPortFrom ()
 
proto external GraphNodePortBase GetPortTo ()
 
proto external void SetSelectedColor (notnull Color selectedColor)
 
proto external ref Color GetSelectedColor ()
 
proto external void SetUnselectedColor (notnull Color selectedColor)
 
proto external ref Color GetUnselectedColor ()
 
void Render (notnull GraphWidget graphWidget, notnull GraphNodeView view)
 
- Public Member Functions inherited from Managed
proto external ref Managed Clone ()
 Return shallow copy of object, or null if it is not allowed (not public constructor)
 

Static Public Attributes

Constants

Populated by the engine.

static const int NODE_REF_A
 Node A property index in connection data, it is a string.
 
static const int NODE_REF_B
 Node B property index in connection data, it is a string.
 
static const int PORT_A
 Port A property index in connection data, it is a string.
 
static const int PORT_B
 Port B property index in connection data, it is a string.
 

Member Function Documentation

◆ GetPortFrom()

proto external GraphNodePortBase GraphNodeConnectionBase.GetPortFrom ( )

◆ GetPortTo()

proto external GraphNodePortBase GraphNodeConnectionBase.GetPortTo ( )

◆ GetSelectedColor()

proto external ref Color GraphNodeConnectionBase.GetSelectedColor ( )

◆ GetUnselectedColor()

proto external ref Color GraphNodeConnectionBase.GetUnselectedColor ( )

◆ Render()

void GraphNodeConnectionBase.Render ( notnull GraphWidget graphWidget,
notnull GraphNodeView view )

◆ SetSelectedColor()

proto external void GraphNodeConnectionBase.SetSelectedColor ( notnull Color selectedColor)

◆ SetUnselectedColor()

proto external void GraphNodeConnectionBase.SetUnselectedColor ( notnull Color selectedColor)

Member Data Documentation

◆ NODE_REF_A

const int GraphNodeConnectionBase.NODE_REF_A
static

Node A property index in connection data, it is a string.

◆ NODE_REF_B

const int GraphNodeConnectionBase.NODE_REF_B
static

Node B property index in connection data, it is a string.

◆ PORT_A

const int GraphNodeConnectionBase.PORT_A
static

Port A property index in connection data, it is a string.

◆ PORT_B

const int GraphNodeConnectionBase.PORT_B
static

Port B property index in connection data, it is a string.


The documentation for this interface was generated from the following file: