C# Class TeX2img.MainForm

ファイルを表示 Open project: abenori/TeX2img Class Usage Examples

Public Methods

Method Description
ChangeSetting ( ) : void
ChangeSettingofEditor ( Sgry textBox ) : void
ImportFile ( string path ) : void
ImportFile ( string path, string &preamble, string &body ) : void
ImportImageFile ( string path, string &preamble, string &body ) : void
ImportTeXFile ( string path, string &preamble, string &body ) : void
MainForm ( List files ) : System
appendOutput ( string log ) : void
askYesorNo ( string msg ) : bool
clearOutputTextBox ( ) : void
errorIgnoredWarning ( ) : void
scrollOutputTextBoxToEnd ( ) : void
showError ( string msg ) : void
showExtensionError ( string file ) : void
showGenerateError ( ) : void
showIOError ( string filePath ) : void
showOutputWindow ( bool show ) : void
showPathError ( string exeName, string necessary ) : void
showPreambleWindow ( bool show ) : void
showToolError ( string tool ) : void
showUnauthorizedError ( string filePath ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

OnClosing ( CancelEventArgs e ) : void
OnShown ( EventArgs e ) : void

Private Methods

Method Description
AboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
ColorInputHelperToolStripMenuItem_Click ( object sender, EventArgs e ) : void
Copy_Click ( object sender, EventArgs e ) : void
Cut_Click ( object sender, EventArgs e ) : void
Delete_Click ( object sender, EventArgs e ) : void
ExitCToolStripMenuItem_Click ( object sender, EventArgs e ) : void
ExportToolStripMenuItem_Click ( object sender, EventArgs e ) : void
GenerateButton_Click ( object sender, EventArgs arg ) : void
ImportToolStripMenuItem_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

InputFileBrowseButton_Click ( object sender, EventArgs e ) : void
OutputBrowseButton_Click ( object sender, EventArgs e ) : void
Paste_Click ( object sender, EventArgs e ) : void
Redo_Click ( object sender, EventArgs e ) : void
SelectAll_Click ( object sender, EventArgs e ) : void
SettingToolStripMenuItem_Click ( object sender, EventArgs e ) : void
TextBox_DragEnter ( object sender, DragEventArgs e ) : void
Undo_Click ( object sender, EventArgs e ) : void
convertWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
convertWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
inputFileNameTextBox_DragDrop ( object sender, DragEventArgs e ) : void
loadSettings ( ) : void
saveSettings ( ) : void
setEnabled ( bool enabled = true ) : void
setEnabled ( object sender, EventArgs e ) : void
showOutputWindowToolStripMenuItem_Click ( object sender, EventArgs e ) : void
showPreambleWindowToolStripMenuItem_Click ( object sender, EventArgs e ) : void
sourceTextBox_DragDrop ( object sender, DragEventArgs e ) : void

Method Details

ChangeSetting() public method

public ChangeSetting ( ) : void
return void

ChangeSettingofEditor() public method

public ChangeSettingofEditor ( Sgry textBox ) : void
textBox Sgry
return void

Dispose() protected method

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
return void

ImportFile() public method

public ImportFile ( string path ) : void
path string
return void

ImportFile() public static method

public static ImportFile ( string path, string &preamble, string &body ) : void
path string
preamble string
body string
return void

ImportImageFile() public static method

public static ImportImageFile ( string path, string &preamble, string &body ) : void
path string
preamble string
body string
return void

ImportTeXFile() public static method

public static ImportTeXFile ( string path, string &preamble, string &body ) : void
path string
preamble string
body string
return void

MainForm() public method

public MainForm ( List files ) : System
files List
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e EventArgs
return void

appendOutput() public method

public appendOutput ( string log ) : void
log string
return void

askYesorNo() public method

public askYesorNo ( string msg ) : bool
msg string
return bool

clearOutputTextBox() public method

public clearOutputTextBox ( ) : void
return void

errorIgnoredWarning() public method

public errorIgnoredWarning ( ) : void
return void

scrollOutputTextBoxToEnd() public method

public scrollOutputTextBoxToEnd ( ) : void
return void

showError() public method

public showError ( string msg ) : void
msg string
return void

showExtensionError() public method

public showExtensionError ( string file ) : void
file string
return void

showGenerateError() public method

public showGenerateError ( ) : void
return void

showIOError() public method

public showIOError ( string filePath ) : void
filePath string
return void

showOutputWindow() public method

public showOutputWindow ( bool show ) : void
show bool
return void

showPathError() public method

public showPathError ( string exeName, string necessary ) : void
exeName string
necessary string
return void

showPreambleWindow() public method

public showPreambleWindow ( bool show ) : void
show bool
return void

showToolError() public method

public showToolError ( string tool ) : void
tool string
return void

showUnauthorizedError() public method

public showUnauthorizedError ( string filePath ) : void
filePath string
return void