C# Class FlatRedBall.Glue.SelectionInterface

Inheritance: System.MarshalByRefObject
Datei anzeigen Open project: vchelaru/FlatRedBall

Public Methods

Method Description
ExecuteScript ( string script ) : void
HighlightElement ( string name ) : void
IsConnected ( ) : bool
LoadGluxFile ( string file ) : void
RefreshCurrentElement ( ) : void
RefreshFile ( string fileName ) : void
RefreshGlueProject ( ) : void
RefreshVariables ( ) : void
SetState ( string name ) : void
ShowElement ( string name ) : void
UnloadGlux ( ) : void

Method Details

ExecuteScript() public method

public ExecuteScript ( string script ) : void
script string
return void

HighlightElement() public method

public HighlightElement ( string name ) : void
name string
return void

IsConnected() public method

public IsConnected ( ) : bool
return bool

LoadGluxFile() public method

public LoadGluxFile ( string file ) : void
file string
return void

RefreshCurrentElement() public method

public RefreshCurrentElement ( ) : void
return void

RefreshFile() public method

public RefreshFile ( string fileName ) : void
fileName string
return void

RefreshGlueProject() public method

public RefreshGlueProject ( ) : void
return void

RefreshVariables() public method

public RefreshVariables ( ) : void
return void

SetState() public method

public SetState ( string name ) : void
name string
return void

ShowElement() public method

public ShowElement ( string name ) : void
name string
return void

UnloadGlux() public method

public UnloadGlux ( ) : void
return void