C# 클래스 Editor.MainViewBase

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: LauriM/PropellerEngine

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

MainViewBase() 공개 메소드

public MainViewBase ( Splash splash ) : System
splash Editor.Source_Files.Splash
리턴 System

OnFormClose() 공개 메소드

public OnFormClose ( object sender, System e ) : void
sender object
e System
리턴 void

OpenSceneDialog() 공개 메소드

public OpenSceneDialog ( ) : void
리턴 void

SaveSceneDialog() 공개 메소드

public SaveSceneDialog ( ) : void
리턴 void

addComponentClassName() 공개 메소드

public addComponentClassName ( String name, String sourcePath ) : void
name String
sourcePath String
리턴 void

closeTypeEditor() 공개 메소드

public closeTypeEditor ( uint targetid, EntityEditTargetType targetType ) : void
targetid uint
targetType EntityEditTargetType
리턴 void

createEntityEditor() 공개 메소드

public createEntityEditor ( uint id, String name ) : void
id uint
name String
리턴 void

createTypeEditorByFilename() 공개 메소드

public createTypeEditorByFilename ( String file ) : void
file String
리턴 void

getCurrentEditor() 공개 메소드

public getCurrentEditor ( ) : EditorTab
리턴 Editor.Source_Files.Objects.EditorTab

launchGameView() 공개 메소드

public launchGameView ( IntPtr stream ) : void
stream System.IntPtr
리턴 void

removeTypeEditor() 공개 메소드

public removeTypeEditor ( uint targetid, EntityEditTargetType targetType ) : void
targetid uint
targetType EntityEditTargetType
리턴 void

프로퍼티 상세

archiveBrowser 공개적으로 프로퍼티

public ArchiveBrowser,Editor.Source_Files.Views archiveBrowser
리턴 Editor.Source_Files.Views.ArchiveBrowser

componentInfoManager 공개적으로 프로퍼티

public ComponentInfoManager,Editor componentInfoManager
리턴 ComponentInfoManager

entityList 공개적으로 프로퍼티

public EntityListView,Editor.Source_Files.Views entityList
리턴 Editor.Source_Files.Views.EntityListView

logView 공개적으로 프로퍼티

public LogView,Editor.Source_Files.Views logView
리턴 Editor.Source_Files.Views.LogView

operationManagerInstance 공개적으로 프로퍼티

public OperationManagerInstance,Editor.Source_Files.CppCommunication operationManagerInstance
리턴 Editor.Source_Files.CppCommunication.OperationManagerInstance

undoListView 공개적으로 프로퍼티

public UndoListView,Editor.Source_Files.Views undoListView
리턴 Editor.Source_Files.Views.UndoListView