C# Class GlueView.Plugin.PluginManager

Inheritance: FlatRedBall.Glue.Plugins.PluginManagerBase
Exibir arquivo Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Property Type Description
CallMethodOnPlugin void
Initialize void

Public Methods

Method Description
OnAfterVariableSet ( object sender, VariableSetArgs variableSetArgs ) : void
OnBeforeVariableSet ( object sender, VariableSetArgs variableSetArgs ) : void
PluginManager ( bool global ) : System
ReactToCursorClick ( ) : void
ReactToCursorDrag ( ) : void
ReactToCursorMiddleScroll ( ) : void
ReactToCursorMove ( ) : void
ReactToCursorPush ( ) : void
ReactToCursorRightClick ( ) : void
ReactToElementHighlight ( ) : void
ReactToElementLoad ( ) : void
ReactToResolutionChange ( ) : void
ReactToUpdate ( ) : void

Protected Methods

Method Description
InstantiateAllListsAsEmpty ( ) : void
LoadReferenceLists ( ) : void
StartAllPlugins ( List pluginsToIgnore = null ) : void

Private Methods

Method Description
CallMethodOnPlugin ( Action methodToCall, string methodName ) : void
Initialize ( ) : void

Method Details

InstantiateAllListsAsEmpty() protected method

protected InstantiateAllListsAsEmpty ( ) : void
return void

LoadReferenceLists() protected method

protected LoadReferenceLists ( ) : void
return void

OnAfterVariableSet() public static method

public static OnAfterVariableSet ( object sender, VariableSetArgs variableSetArgs ) : void
sender object
variableSetArgs FlatRedBall.Glue.VariableSetArgs
return void

OnBeforeVariableSet() public static method

public static OnBeforeVariableSet ( object sender, VariableSetArgs variableSetArgs ) : void
sender object
variableSetArgs FlatRedBall.Glue.VariableSetArgs
return void

PluginManager() public method

public PluginManager ( bool global ) : System
global bool
return System

ReactToCursorClick() public static method

public static ReactToCursorClick ( ) : void
return void

ReactToCursorDrag() public static method

public static ReactToCursorDrag ( ) : void
return void

ReactToCursorMiddleScroll() public static method

public static ReactToCursorMiddleScroll ( ) : void
return void

ReactToCursorMove() public static method

public static ReactToCursorMove ( ) : void
return void

ReactToCursorPush() public static method

public static ReactToCursorPush ( ) : void
return void

ReactToCursorRightClick() public static method

public static ReactToCursorRightClick ( ) : void
return void

ReactToElementHighlight() public static method

public static ReactToElementHighlight ( ) : void
return void

ReactToElementLoad() public static method

public static ReactToElementLoad ( ) : void
return void

ReactToResolutionChange() public static method

public static ReactToResolutionChange ( ) : void
return void

ReactToUpdate() public static method

public static ReactToUpdate ( ) : void
return void

StartAllPlugins() protected method

protected StartAllPlugins ( List pluginsToIgnore = null ) : void
pluginsToIgnore List
return void