C# 클래스 VVVV.Packs.Messaging.Nodes.AbstractFormularableNode

상속: IPluginEvaluate, IPartImportsSatisfiedNotification, IDisposable
파일 보기 프로젝트 열기: velcrome/vvvv-Message

보호된 프로퍼티들

프로퍼티 타입 설명
CustomizeFormular bool
SkippedFirst bool
_formular MessageFormular

Private Properties

프로퍼티 타입 설명
OnConfig void

공개 메소드들

메소드 설명
Dispose ( ) : void
Evaluate ( int SpreadMax ) : void
OnImportsSatisfied ( ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
OnConfig ( IDiffSpread spread ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Evaluate() 공개 추상적인 메소드

public abstract Evaluate ( int SpreadMax ) : void
SpreadMax int
리턴 void

FormularRemotelyChanged() 보호된 메소드

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
리턴 void

OnImportsSatisfied() 공개 메소드

public OnImportsSatisfied ( ) : void
리턴 void

OnSelectFormular() 보호된 메소드

protected OnSelectFormular ( IDiffSpread spread ) : void
spread IDiffSpread
리턴 void

RetrieveFormular() 보호된 메소드

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
리턴 MessageFormular

WatchConfig() 보호된 메소드

protected WatchConfig ( bool activate ) : void
activate bool
리턴 void

프로퍼티 상세

CustomizeFormular 보호되어 있는 프로퍼티

protected bool CustomizeFormular
리턴 bool

SkippedFirst 보호되어 있는 프로퍼티

protected bool SkippedFirst
리턴 bool

_formular 보호되어 있는 프로퍼티

protected MessageFormular _formular
리턴 MessageFormular