C# 클래스 MGShaderEditor.MainForm

파일 보기 프로젝트 열기: procfxgen/MGShaderEditor

보호된 프로퍼티들

프로퍼티 타입 설명
mruMenu MruStripMenu

공개 메소드들

메소드 설명
MainForm ( ) : System

Ctor

WriteError ( string file, int line, int column, string message ) : void
WriteWarning ( string file, int line, int column, string message ) : void

보호된 메소드들

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

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

App Closing

비공개 메소드들

메소드 설명
Application_Idle ( object sender, EventArgs e ) : void

Application IDLE

CreateUIParameters ( string _effectSource ) : void
DoBuild ( string _effectSource ) : bool
Evt_Exit ( object sender, EventArgs e ) : void

Exit application

Evt_Loaded ( object sender, EventArgs e ) : void

Form Loaded

Evt_ModelSelIndexChanged ( object sender, EventArgs e ) : void

Selected Model Changed from ComboBox

InitializeComponent ( ) : void

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

LoadEffectFile ( string _strFileName ) : bool

Load Effect file

OnMruFile ( int number, String filename ) : void

Load effect from MRU

OutputAppend ( string text ) : void
OutputClear ( ) : void
Parse_FloatParam ( string _inputs, string _value ) : void
Parse_Texture2DParam ( string _inputs, string _value ) : void
SetCurrentEffectFileName ( string _strFxName ) : void
aboutToolStripMenuItemAbout_Click ( object sender, EventArgs e ) : void

Display About Box

buildShaderToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Ask for BuildShader...

loadToolStripMenuItemLoad_Click ( object sender, EventArgs e ) : void

Load .FX

newToolStripMenuItemNew_Click ( object sender, EventArgs e ) : void

New FX

replaceToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveAsToolStripMenuItemSaveAs_Click ( object sender, EventArgs e ) : void

Save As .FX

saveToolStripMenuItemSave_Click ( object sender, EventArgs e ) : void

Save .FX

searchToolStripMenuItem_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

MainForm() 공개 메소드

Ctor
public MainForm ( ) : System
리턴 System

OnClosing() 보호된 메소드

App Closing
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

WriteError() 공개 메소드

public WriteError ( string file, int line, int column, string message ) : void
file string
line int
column int
message string
리턴 void

WriteWarning() 공개 메소드

public WriteWarning ( string file, int line, int column, string message ) : void
file string
line int
column int
message string
리턴 void

프로퍼티 상세

mruMenu 보호되어 있는 프로퍼티

protected MruStripMenu mruMenu
리턴 MruStripMenu