C# Class VVVV.Packs.Messaging.Nodes.MessageSplitNode

Inheritance: TypeablePinsNode
Datei anzeigen Open project: velcrome/vvvv-Message

Protected Properties

Property Type Description
LayoutChanged bool

Public Methods

Method Description
Evaluate ( int SpreadMax ) : void

Protected Methods

Method Description
CreatePin ( FormularFieldDescriptor field ) : IIOContainer
SetPinAttributes ( FormularFieldDescriptor configuration ) : IOAttribute

Method Details

CreatePin() protected method

protected CreatePin ( FormularFieldDescriptor field ) : IIOContainer
field FormularFieldDescriptor
return IIOContainer

Evaluate() public method

public Evaluate ( int SpreadMax ) : void
SpreadMax int
return void

SetPinAttributes() protected method

protected SetPinAttributes ( FormularFieldDescriptor configuration ) : IOAttribute
configuration FormularFieldDescriptor
return IOAttribute

Property Details

LayoutChanged protected_oe property

protected bool LayoutChanged
return bool