C# Class GlueViewTestPlugins.EntityControl.EntityControl

Inheritance: GlueView.Plugin.GlueViewPlugin
Show file Open project: vchelaru/FlatRedBall

Private Properties

Property Type Description
CheckForSourceFile bool
FillVariableList void
OnClick void
OnDrag void
OnElementHighlight void
OnElementLoaded void
OnMouseMove void
OnPush void
OnUpdate void
SelectElement void
setUpLayerComboBox void

Public Methods

Method Description
ShutDown ( FlatRedBall shutDownReason ) : bool
StartUp ( ) : void

Private Methods

Method Description
CheckForSourceFile ( ElementRuntime elementRuntimeOver ) : bool

Checks to see if the elemenetRuntime is owned by another file

FillVariableList ( ) : void
OnClick ( object sender, EventArgs e ) : void
OnDrag ( object sender, EventArgs e ) : void
OnElementHighlight ( object sender, EventArgs e ) : void
OnElementLoaded ( object sender, EventArgs e ) : void
OnMouseMove ( object sender, EventArgs e ) : void
OnPush ( object sender, EventArgs e ) : void

When the mouse is pressed

OnUpdate ( object sender, EventArgs e ) : void
SelectElement ( ElementRuntime elementRuntimeOver ) : void
setUpLayerComboBox ( ) : void

Parses the layers out of the currently selected element in Glue, then adds them to the combobox.

Method Details

ShutDown() public method

public ShutDown ( FlatRedBall shutDownReason ) : bool
shutDownReason FlatRedBall
return bool

StartUp() public method

public StartUp ( ) : void
return void