C# Class FlatRedBall.Glue.GluxManager

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
ClearEngine ( ) : void
GetPreProcessorConstantsFromProject ( Microsoft coreVisualStudioProject ) : string
IgnoreNextReload ( ) : void
LoadGlux ( string filename ) : void
ReceiveScript ( string script ) : void
RefreshFile ( string fileName ) : void
RefreshGlueProject ( bool refreshVariablesOnly ) : void
ShowElement ( string elementName ) : void
ShowState ( string stateName ) : void
UnloadGlux ( ) : void
Update ( ) : void

Private Methods

Method Description
CompareGlueProjectSaves ( ) : bool

Compares the previous GlueProjectSave with the current one.

CurrentElementActivity ( ) : void
FindContentDirectory ( Microsoft project ) : void
GluxManager ( ) : System
HasElementChanged ( ) : bool
LoadLocalization ( ) : void
LoadNextElementActivity ( ) : void
OnAfterVariableSet ( object sender, VariableSetArgs args ) : void
OnBeforeVariableSet ( object sender, VariableSetArgs args ) : void
RefreshActivities ( ) : void

Checks to see if there is any ignores, then refreshes if not

RefreshGluxActivity ( ) : void
RefreshHighlightActivity ( ) : void
RefreshStateActivity ( ) : void
RemoveCurrentElement ( ) : void
TryFindContentFolder ( string projectName, string directoryToLookFor, string &directoryName ) : bool
UnloadGluxActivity ( ) : void
internalLoadGlux ( string filename ) : void

Method Details

ClearEngine() public static method

public static ClearEngine ( ) : void
return void

GetPreProcessorConstantsFromProject() public static method

public static GetPreProcessorConstantsFromProject ( Microsoft coreVisualStudioProject ) : string
coreVisualStudioProject Microsoft
return string

IgnoreNextReload() public static method

public static IgnoreNextReload ( ) : void
return void

LoadGlux() public static method

public static LoadGlux ( string filename ) : void
filename string
return void

ReceiveScript() public static method

public static ReceiveScript ( string script ) : void
script string
return void

RefreshFile() public static method

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

RefreshGlueProject() public static method

public static RefreshGlueProject ( bool refreshVariablesOnly ) : void
refreshVariablesOnly bool
return void

ShowElement() public static method

public static ShowElement ( string elementName ) : void
elementName string
return void

ShowState() public static method

public static ShowState ( string stateName ) : void
stateName string
return void

UnloadGlux() public static method

public static UnloadGlux ( ) : void
return void

Update() public static method

public static Update ( ) : void
return void