C# Class AGS.Editor.ApplicationController

Afficher le fichier Open project: adventuregamestudio/ags Class Usage Examples

Méthodes publiques

Méthode Description
ApplicationController ( ) : System
StartGUI ( string commandLineArguments ) : void
UnhandledErrorHandler ( Exception ex ) : void

Private Methods

Méthode 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 méthode

public ApplicationController ( ) : System
Résultat System

StartGUI() public méthode

public StartGUI ( string commandLineArguments ) : void
commandLineArguments string
Résultat void

UnhandledErrorHandler() public méthode

public UnhandledErrorHandler ( Exception ex ) : void
ex System.Exception
Résultat void