C# Class ShootBlues.StatusWindow

Inheritance: TaskForm, IStatusWindow
Datei anzeigen Open project: kg/shootblues

Public Methods

Method Description
HideConfigurationPanel ( string title ) : void
RefreshProcessList ( ) : void
RefreshScriptsList ( ) : void
SelectTab ( string name ) : void
ShowConfigurationPanel ( string title, IConfigurationPanel panel ) : void
StatusWindow ( TaskScheduler scheduler ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

RefreshTabList ( ) : void

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

HideConfigurationPanel() public method

public HideConfigurationPanel ( string title ) : void
title string
return void

RefreshProcessList() public method

public RefreshProcessList ( ) : void
return void

RefreshScriptsList() public method

public RefreshScriptsList ( ) : void
return void

RefreshTabList() protected method

protected RefreshTabList ( ) : void
return void

SelectTab() public method

public SelectTab ( string name ) : void
name string
return void

ShowConfigurationPanel() public method

public ShowConfigurationPanel ( string title, IConfigurationPanel panel ) : void
title string
panel IConfigurationPanel
return void

StatusWindow() public method

public StatusWindow ( TaskScheduler scheduler ) : System
scheduler TaskScheduler
return System