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

Inheritance: IPluginEvaluate, IPartImportsSatisfiedNotification, IDisposable
Exibir arquivo Open project: velcrome/vvvv-Message

Protected Properties

Property Type Description
CustomizeFormular bool
SkippedFirst bool
_formular MessageFormular

Private Properties

Property Type Description
OnConfig void

Public Methods

Method Description
Dispose ( ) : void
Evaluate ( int SpreadMax ) : void
OnImportsSatisfied ( ) : void

Protected Methods

Method Description
FormularRemotelyChanged ( MessageFormularRegistry sender, MessageFormular formular ) : void

This will be called when a Formular is changed in the registry, to make all affected nodes comply with potential re-configuration

OnSelectFormular ( IDiffSpread spread ) : void
RetrieveFormular ( string formularName ) : MessageFormular

Tries to retrieve a valid Formular by name from the registry

WatchConfig ( bool activate ) : void

Private Methods

Method Description
OnConfig ( IDiffSpread spread ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Evaluate() public abstract method

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

FormularRemotelyChanged() protected method

This will be called when a Formular is changed in the registry, to make all affected nodes comply with potential re-configuration
protected FormularRemotelyChanged ( MessageFormularRegistry sender, MessageFormular formular ) : void
sender MessageFormularRegistry Usually Context
formular MessageFormular
return void

OnImportsSatisfied() public method

public OnImportsSatisfied ( ) : void
return void

OnSelectFormular() protected method

protected OnSelectFormular ( IDiffSpread spread ) : void
spread IDiffSpread
return void

RetrieveFormular() protected method

Tries to retrieve a valid Formular by name from the registry
When Formular is unknown to the registry
protected RetrieveFormular ( string formularName ) : MessageFormular
formularName string
return MessageFormular

WatchConfig() protected method

protected WatchConfig ( bool activate ) : void
activate bool
return void

Property Details

CustomizeFormular protected_oe property

protected bool CustomizeFormular
return bool

SkippedFirst protected_oe property

protected bool SkippedFirst
return bool

_formular protected_oe property

protected MessageFormular _formular
return MessageFormular