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

Inheritance: IPluginEvaluate, IPartImportsSatisfiedNotification, IDisposable
Afficher le fichier Open project: velcrome/vvvv-Message

Protected Properties

Свойство Type Description
CustomizeFormular bool
SkippedFirst bool
_formular MessageFormular

Private Properties

Свойство Type Description
OnConfig void

Méthodes publiques

Méthode Description
Dispose ( ) : void
Evaluate ( int SpreadMax ) : void
OnImportsSatisfied ( ) : void

Méthodes protégées

Méthode 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

Méthode Description
OnConfig ( IDiffSpread spread ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Evaluate() public abstract méthode

public abstract Evaluate ( int SpreadMax ) : void
SpreadMax int
Résultat void

FormularRemotelyChanged() protected méthode

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
Résultat void

OnImportsSatisfied() public méthode

public OnImportsSatisfied ( ) : void
Résultat void

OnSelectFormular() protected méthode

protected OnSelectFormular ( IDiffSpread spread ) : void
spread IDiffSpread
Résultat void

RetrieveFormular() protected méthode

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
Résultat MessageFormular

WatchConfig() protected méthode

protected WatchConfig ( bool activate ) : void
activate bool
Résultat void

Property Details

CustomizeFormular protected_oe property

protected bool CustomizeFormular
Résultat bool

SkippedFirst protected_oe property

protected bool SkippedFirst
Résultat bool

_formular protected_oe property

protected MessageFormular _formular
Résultat MessageFormular