Class PortListEditor<T>
PortListEditor represents visuals of a list typed port. Implements the PortEditor<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
[InitializeOnLoad]
public class PortListEditor<T> : PortEditor<PortList<T>>
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
PortListEditor(INodeEditor, string, string, string, object, PortDirection, FieldExtra, bool) | Initializes a new instance of the PortListEditor<T> class. |
Methods
Name | Description |
---|---|
AddPortHandler(IPortEditor) | Adds the port handler. |
CreateButton(string) | Creates the button. |
GetEditorFlexDirection(IPortEditor) | Gets the editor flex direction. |
HandleCreate(IPortEditor) | Handles the creation. |
HandleRefreshEditor(IPortEditor, VisualElement, bool) | Handles the refresh of the editor. |
HandleSpawnEditor(IPortEditor, VisualElement) | Handles the spawn of the editor. |
RemovePortHandler(IPortEditor) | Removes the port handler. |
See Also
PortEditor<T>