C# Class Editor.MainViewBase

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: LauriM/PropellerEngine

Méthodes publiques

Свойство Type Description
archiveBrowser Editor.Source_Files.Views.ArchiveBrowser
componentInfoManager ComponentInfoManager
entityList Editor.Source_Files.Views.EntityListView
logView Editor.Source_Files.Views.LogView
operationManagerInstance Editor.Source_Files.CppCommunication.OperationManagerInstance
undoListView Editor.Source_Files.Views.UndoListView

Méthodes publiques

Méthode Description
MainViewBase ( Splash splash ) : System
OnFormClose ( object sender, System e ) : void
OpenSceneDialog ( ) : void
SaveSceneDialog ( ) : void
addComponentClassName ( String name, String sourcePath ) : void
closeTypeEditor ( uint targetid, EntityEditTargetType targetType ) : void
createEntityEditor ( uint id, String name ) : void
createTypeEditorByFilename ( String file ) : void
getCurrentEditor ( ) : EditorTab
launchGameView ( IntPtr stream ) : void
removeTypeEditor ( uint targetid, EntityEditTargetType targetType ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
builddataDirectoryToolStripMenuItem_Click ( object sender, EventArgs e ) : void
cleanupOldRuntimeCompiledDlls ( ) : void
compileToolStripMenuItem_Click ( object sender, EventArgs e ) : void
createModelViewer ( string file ) : void
createNewEditor ( ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
import3dModelToolStripMenuItem_Click ( object sender, EventArgs e ) : void
importTiledMapToolStripMenuItem_Click ( object sender, EventArgs e ) : void
loadSceneToolStripMenuItem_Click ( object sender, EventArgs e ) : void
newEntityToolStripMenuItem_Click ( object sender, EventArgs e ) : void
newToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openPropellerProfilerDumpToolStripMenuItem_Click ( object sender, EventArgs e ) : void
runtimeCompile ( ) : void
saveEntityTypesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveSceneToolStripMenuItem_Click ( object sender, EventArgs e ) : void
sendCommandToolStripMenuItem_Click ( object sender, EventArgs e ) : void
statsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
systemListToolStripMenuItem_Click ( object sender, EventArgs e ) : void
toolStripMenuItem1_Click ( object sender, EventArgs e ) : void
undoToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

MainViewBase() public méthode

public MainViewBase ( Splash splash ) : System
splash Editor.Source_Files.Splash
Résultat System

OnFormClose() public méthode

public OnFormClose ( object sender, System e ) : void
sender object
e System
Résultat void

OpenSceneDialog() public méthode

public OpenSceneDialog ( ) : void
Résultat void

SaveSceneDialog() public méthode

public SaveSceneDialog ( ) : void
Résultat void

addComponentClassName() public méthode

public addComponentClassName ( String name, String sourcePath ) : void
name String
sourcePath String
Résultat void

closeTypeEditor() public méthode

public closeTypeEditor ( uint targetid, EntityEditTargetType targetType ) : void
targetid uint
targetType EntityEditTargetType
Résultat void

createEntityEditor() public méthode

public createEntityEditor ( uint id, String name ) : void
id uint
name String
Résultat void

createTypeEditorByFilename() public méthode

public createTypeEditorByFilename ( String file ) : void
file String
Résultat void

getCurrentEditor() public méthode

public getCurrentEditor ( ) : EditorTab
Résultat Editor.Source_Files.Objects.EditorTab

launchGameView() public méthode

public launchGameView ( IntPtr stream ) : void
stream System.IntPtr
Résultat void

removeTypeEditor() public méthode

public removeTypeEditor ( uint targetid, EntityEditTargetType targetType ) : void
targetid uint
targetType EntityEditTargetType
Résultat void

Property Details

archiveBrowser public_oe property

public ArchiveBrowser,Editor.Source_Files.Views archiveBrowser
Résultat Editor.Source_Files.Views.ArchiveBrowser

componentInfoManager public_oe property

public ComponentInfoManager,Editor componentInfoManager
Résultat ComponentInfoManager

entityList public_oe property

public EntityListView,Editor.Source_Files.Views entityList
Résultat Editor.Source_Files.Views.EntityListView

logView public_oe property

public LogView,Editor.Source_Files.Views logView
Résultat Editor.Source_Files.Views.LogView

operationManagerInstance public_oe property

public OperationManagerInstance,Editor.Source_Files.CppCommunication operationManagerInstance
Résultat Editor.Source_Files.CppCommunication.OperationManagerInstance

undoListView public_oe property

public UndoListView,Editor.Source_Files.Views undoListView
Résultat Editor.Source_Files.Views.UndoListView