C# 클래스 ShootBlues.StatusWindow

상속: TaskForm, IStatusWindow
파일 보기 프로젝트 열기: kg/shootblues

공개 메소드들

메소드 설명
HideConfigurationPanel ( string title ) : void
RefreshProcessList ( ) : void
RefreshScriptsList ( ) : void
SelectTab ( string name ) : void
ShowConfigurationPanel ( string title, IConfigurationPanel panel ) : void
StatusWindow ( TaskScheduler scheduler ) : System

보호된 메소드들

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

Clean up any resources being used.

RefreshTabList ( ) : void

비공개 메소드들

메소드 설명
AddScripts ( IEnumerable filenames ) : void
BuildScriptNode ( ScriptName script, bool optional, HashSet traversal, bool &shouldExpand ) : TreeNode
DoEval ( System.Web.ProcessInfo process, string pythonText ) : IEnumerator
InitializeComponent ( ) : void

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

LoadScriptButton_Click ( object sender, EventArgs e ) : void
ReloadAllButton_Click ( object sender, EventArgs e ) : void
RunPythonMenu_Click ( object sender, EventArgs e ) : void
RunningProcessList_MouseDown ( object sender, MouseEventArgs e ) : void
ScriptsList_AfterSelect ( object sender, TreeViewEventArgs e ) : void
ScriptsList_DragDrop ( object sender, DragEventArgs e ) : void
ScriptsList_DragOver ( object sender, DragEventArgs e ) : void
ScriptsPage_SizeChanged ( object sender, EventArgs e ) : void
SetNodeIcon ( TreeNode item, string filename ) : void
StatusWindow_Shown ( object sender, EventArgs e ) : void
TabList_SelectedIndexChanged ( object sender, EventArgs e ) : void
UnloadScriptButton_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

HideConfigurationPanel() 공개 메소드

public HideConfigurationPanel ( string title ) : void
title string
리턴 void

RefreshProcessList() 공개 메소드

public RefreshProcessList ( ) : void
리턴 void

RefreshScriptsList() 공개 메소드

public RefreshScriptsList ( ) : void
리턴 void

RefreshTabList() 보호된 메소드

protected RefreshTabList ( ) : void
리턴 void

SelectTab() 공개 메소드

public SelectTab ( string name ) : void
name string
리턴 void

ShowConfigurationPanel() 공개 메소드

public ShowConfigurationPanel ( string title, IConfigurationPanel panel ) : void
title string
panel IConfigurationPanel
리턴 void

StatusWindow() 공개 메소드

public StatusWindow ( TaskScheduler scheduler ) : System
scheduler TaskScheduler
리턴 System