#include <XEPatchGraphPin.h>
◆ BreakAllPinLinks()
XEPatchGraphPin_BreakAllPinLinks00
- 参数
-
- 返回
- void
◆ BreakLinkTo()
XEPatchGraphPin_BreakLinkTo00
- 参数
-
- 返回
- void
◆ CanMakeLinkTo()
According to the type of the pins, and one is the type of input while the other is the type of output
- 参数
-
pToPin | XEPatchGraphPin thepinthatlinkto |
bCheckNodeLinkStatus | boolean iftrue,willbecheckthepin-linkstatusinthenodes,whichwillalsodeterminethelink-ablestatusfortheresult. |
- 返回
- boolean
◆ CreatePin()
Creates a new pin. Should be called from the OwningNode so it can be immediately added to the Pins array.
- 参数
-
- 返回
- XEPatchGraphPin
◆ FindPinByIdInGraph()
◆ GetAllInputLinkToPins()
get all the pins with the input direction that accept this as an output pin 这个Pin本身是个输出pin,通过这个函数来获取另一端的所有引脚(必定是输入引脚)
- 返回
- XEPatchGraphPin[]
◆ GetAllLinkToPins()
◆ GetAllOutputLinkToPins()
get all the pins with the output direction that accept this as an input pin 这个Pin本身是个输入pin,通过这个函数来获取另一端的所有引脚(必定是输出引脚)
- 返回
- XEPatchGraphPin[]
◆ GetDirection()
XEPatchGraphPin_GetDirection00
- 返回
- number
◆ GetDrivenType()
XEPatchGraphPin_GetDrivenType00
- 返回
- number
◆ GetFriendlyName()
XEPatchGraphPin_GetFriendlyName00
- 返回
- string
◆ GetId()
XEPatchGraphPin_GetId00
- 返回
- number
◆ GetLinktoPinsNum()
XEPatchGraphPin_GetLinktoPinsNum00
- 返回
- number
◆ GetName()
XEPatchGraphPin_GetName00
- 返回
- string
◆ GetNoneKnotSourceOwningNodes()
Get the source of the non-knot owning nodes, multi input-nodes support
- 返回
- XEPatchGraphNode[]
-
number
◆ GetNoneKnotSourceOwningPins()
Get the source of the non-knot owning Links, multi input-links support
- 返回
- XEPatchGraphPin[]
-
number
◆ GetNoneKnotTargetOwningNodes()
Get the target of the non-knot owning nodes, multi output-nodes support
- 返回
- XEPatchGraphNode[]
-
number
◆ GetNoneKnotTargetOwningPins()
Get the target of the non-knot owning Links, multi output-Links support
- 返回
- XEPatchGraphPin[]
-
number
◆ GetOwningNode()
◆ GetSchema()
◆ GetToolTip()
XEPatchGraphPin_GetToolTip00
- 返回
- string
◆ GetType()
◆ IsFlowDriven()
XEPatchGraphPin_IsFlowDriven00
- 返回
- boolean
◆ IsHidden()
XEPatchGraphPin_IsHidden00
- 返回
- boolean
◆ IsLinkToPin()
判断当前pin是否与给定pin有连接
- 参数
-
- 返回
- boolean
◆ IsParamDriven()
XEPatchGraphPin_IsParamDriven00
- 返回
- boolean
◆ MakeLinkTo()
Make link to the other pin 注意:在此不会判定能否建立引脚关联,请在MakeLinkTo之前进行Pin类型的关联判定
- 参数
-
- 返回
- void
◆ Modify()
XEPatchGraphPin_Modify00
- 返回
- void
◆ new() [1/2]
◆ new() [2/2]
◆ SetFriendlyName()
XEPatchGraphPin_SetFriendlyName00
- 参数
-
- 返回
- void
◆ SetHidden()
XEPatchGraphPin_SetHidden00
- 参数
-
- 返回
- void
◆ SetName()
XEPatchGraphPin_SetName00
- 参数
-
- 返回
- void
◆ SetOwningNode()
XEPatchGraphPin_SetOwningNode00
- 参数
-
- 返回
- void
◆ SetPinAcceptNodeType()
Set accept node's type
- 参数
-
strPinAcceptNodeType | cppstring |
- 返回
- void
◆ SetShrink()
XEPatchGraphPin_SetShrink00
- 参数
-
- 返回
- void
◆ SetToolTip()
XEPatchGraphPin_SetToolTip00
- 参数
-
- 返回
- void
◆ WasTrashed()
XEPatchGraphPin_WasTrashed00
- 返回
- boolean
◆ XEPatchGraphPin