C# Class ATML1671Allocator.forms.ATMLAllocatorToolWindow

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent, IATMLDockableWindow
Show file Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
ATMLAllocatorToolWindow ( DockPanel dockPanel ) : System
CloseProject ( ) : void
InitWindows ( DockPane navigatorPane, DockPane outputPane ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
ATMLAllocatorToolWindow_Activated ( object sender, System e ) : void
ATMLAllocatorToolWindow_Deactivate ( object sender, System e ) : void
InitializeComponent ( ) : void

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

allocatorFrameControl_Load ( object sender, EventArgs e ) : void
requiredSignals_SignalRequirementSelected ( SignalRequirementsSignalRequirement signalRequirement, EventArgs args ) : void

Method Details

ATMLAllocatorToolWindow() public method

public ATMLAllocatorToolWindow ( DockPanel dockPanel ) : System
dockPanel WeifenLuo.WinFormsUI.Docking.DockPanel
return System

CloseProject() public method

public CloseProject ( ) : void
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

InitWindows() public method

public InitWindows ( DockPane navigatorPane, DockPane outputPane ) : void
navigatorPane WeifenLuo.WinFormsUI.Docking.DockPane
outputPane WeifenLuo.WinFormsUI.Docking.DockPane
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
return bool