C# Class ShootBlues.Script.PythonExplorer

Inheritance: TaskForm
Datei anzeigen Open project: kg/shootbluesscripts Class Usage Examples

Public Properties

Property Type Description
ActiveContext int
Context string[]
Script Common

Protected Properties

Property Type Description
Keys string[]
Values string[]

Public Methods

Method Description
PushContext ( string attributeName ) : void
PythonExplorer ( TaskScheduler scheduler, Common script ) : System
RefreshBreadcrumbs ( ) : void
RefreshValues ( ) : void
ReplaceContext ( ) : void
SelectModuleTask ( ProcessInfo pi, string oldText ) : IEnumerator

Protected Methods

Method Description
BreadcrumbClick ( int index ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

RefreshValuesTask ( ProcessInfo process, string context, int activeContext ) : IEnumerator

Private Methods

Method Description
DataGrid_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
DataGrid_CellDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
DataGrid_CellValueNeeded ( object sender, System.Windows.Forms.DataGridViewCellValueEventArgs e ) : void
InitializeComponent ( ) : void

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

ProcessList_SelectedValueChanged ( object sender, EventArgs e ) : void

Method Details

BreadcrumbClick() protected method

protected BreadcrumbClick ( int index ) : void
index int
return void

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

PushContext() public method

public PushContext ( string attributeName ) : void
attributeName string
return void

PythonExplorer() public method

public PythonExplorer ( TaskScheduler scheduler, Common script ) : System
scheduler TaskScheduler
script Common
return System

RefreshBreadcrumbs() public method

public RefreshBreadcrumbs ( ) : void
return void

RefreshValues() public method

public RefreshValues ( ) : void
return void

RefreshValuesTask() protected method

protected RefreshValuesTask ( ProcessInfo process, string context, int activeContext ) : IEnumerator
process ProcessInfo
context string
activeContext int
return IEnumerator

ReplaceContext() public method

public ReplaceContext ( ) : void
return void

SelectModuleTask() public method

public SelectModuleTask ( ProcessInfo pi, string oldText ) : IEnumerator
pi ProcessInfo
oldText string
return IEnumerator

Property Details

ActiveContext public_oe property

public int ActiveContext
return int

Context public_oe property

public string[] Context
return string[]

Keys protected_oe property

protected string[] Keys
return string[]

Script public_oe property

public Common Script
return Common

Values protected_oe property

protected string[] Values
return string[]