C# 클래스 YuvKA.ViewModel.EdgeViewModel

Models an edge connecting two nodes in the view. In the pipeline model, edges are not modelled explictly but implied by the Node.Input.Source property.
상속: Caliburn.Micro.PropertyChangedBase, IDisposable
파일 보기 프로젝트 열기: TehMillhouse/YUV.KA 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Removes all handlers notifying of position changes of the nodes this edge is connected to.

GetInOut ( YuvKA.ViewModel.InOutputViewModel &inputVM, YuvKA.ViewModel.InOutputViewModel &outputVM ) : bool

Try and sort two InOutputViewModels into input and output. Returns false if there are two inputs or outputs.

메소드 상세

Dispose() 공개 메소드

Removes all handlers notifying of position changes of the nodes this edge is connected to.
public Dispose ( ) : void
리턴 void

GetInOut() 공개 메소드

Try and sort two InOutputViewModels into input and output. Returns false if there are two inputs or outputs.
public GetInOut ( YuvKA.ViewModel.InOutputViewModel &inputVM, YuvKA.ViewModel.InOutputViewModel &outputVM ) : bool
inputVM YuvKA.ViewModel.InOutputViewModel
outputVM YuvKA.ViewModel.InOutputViewModel
리턴 bool