C# Class ShootBlues.StatusWindow

Inheritance: TaskForm, IStatusWindow
Afficher le fichier Open project: kg/shootblues

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

RefreshTabList ( ) : void

Private Methods

Méthode 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 méthode

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

HideConfigurationPanel() public méthode

public HideConfigurationPanel ( string title ) : void
title string
Résultat void

RefreshProcessList() public méthode

public RefreshProcessList ( ) : void
Résultat void

RefreshScriptsList() public méthode

public RefreshScriptsList ( ) : void
Résultat void

RefreshTabList() protected méthode

protected RefreshTabList ( ) : void
Résultat void

SelectTab() public méthode

public SelectTab ( string name ) : void
name string
Résultat void

ShowConfigurationPanel() public méthode

public ShowConfigurationPanel ( string title, IConfigurationPanel panel ) : void
title string
panel IConfigurationPanel
Résultat void

StatusWindow() public méthode

public StatusWindow ( TaskScheduler scheduler ) : System
scheduler TaskScheduler
Résultat System