C# Класс ShootBlues.StatusWindow

Наследование: TaskForm, IStatusWindow
Показать файл Открыть проект

Открытые методы

Метод Описание
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