C# Class AGS.Editor.ApplicationController

Show file Open project: adventuregamestudio/ags Class Usage Examples

Public Methods

Method Description
ApplicationController ( ) : System
StartGUI ( string commandLineArguments ) : void
UnhandledErrorHandler ( Exception ex ) : void

Private Methods

Method Description
CaptureScreenshot ( ) : Bitmap
CreateComponents ( ) : void
GUIController_OnEditorShutdown ( ) : void
_agsEditor_PreSaveGame ( AGS.Editor.PreSaveGameEventArgs evArgs ) : void
_events_GameLoad ( XmlNode rootNode ) : void
_events_GamePostLoad ( ) : void
_events_GameSettingsChanged ( ) : void
_events_ImportedOldGame ( ) : void
_events_LoadedUserData ( XmlNode rootNode ) : void
_events_RefreshAllComponentsFromGame ( ) : void
_events_SavingGame ( XmlTextWriter writer ) : void
_events_SavingUserData ( XmlTextWriter writer ) : void

Method Details

ApplicationController() public method

public ApplicationController ( ) : System
return System

StartGUI() public method

public StartGUI ( string commandLineArguments ) : void
commandLineArguments string
return void

UnhandledErrorHandler() public method

public UnhandledErrorHandler ( Exception ex ) : void
ex System.Exception
return void