C# Class 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.
Inheritance: Caliburn.Micro.PropertyChangedBase, IDisposable
Afficher le fichier Open project: TehMillhouse/YUV.KA Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

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

GetInOut() public méthode

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