C# Class EditorObjects.EditorWindow

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
LastInstance EditorWindow
MinimumFrameLength float

Public Methods

Method Description
EditorWindow ( ) : System
Exit ( ) : void
ExitMessage ( Window callingWindow ) : void
FrameUpdate ( ) : void
ProcessCommandLineArgument ( string argument ) : void
Run ( string args ) : void

Protected Methods

Method Description
OnResize ( System e ) : void
OnResize ( bool forceResize ) : void
ProcessDroppedFile ( string fileName ) : void

Private Methods

Method Description
Draw ( ) : void
GameForm_Activated ( object sender, EventArgs e ) : void
GameForm_Closing ( object sender, System e ) : void
GameForm_DragDrop ( object sender, DragEventArgs e ) : void
LoadRuntimeOptions ( ) : void

Method Details

EditorWindow() public method

public EditorWindow ( ) : System
return System

Exit() public method

public Exit ( ) : void
return void

ExitMessage() public method

public ExitMessage ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

FrameUpdate() public method

public FrameUpdate ( ) : void
return void

OnResize() protected method

protected OnResize ( System e ) : void
e System
return void

OnResize() protected method

protected OnResize ( bool forceResize ) : void
forceResize bool
return void

ProcessCommandLineArgument() public method

public ProcessCommandLineArgument ( string argument ) : void
argument string
return void

ProcessDroppedFile() protected method

protected ProcessDroppedFile ( string fileName ) : void
fileName string
return void

Run() public method

public Run ( string args ) : void
args string
return void

Property Details

LastInstance public_oe static_oe property

public static EditorWindow,EditorObjects LastInstance
return EditorWindow

MinimumFrameLength public_oe static_oe property

public static float MinimumFrameLength
return float