C# Class entity.MetaEditor2.WinMetaEditor

Inheritance: System.Windows.Forms.Form
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
reflexiveReferences List
tabs DevComponents.DotNetBar.TabControl

Public Methods

Method Description
WinMEControl_LostFocus ( object sender, EventArgs e ) : void

This is used to update the reflexive label

WinMetaEditor ( MapForm sender, HaloMap map ) : System
addNewTab ( Meta meta, bool allowDuplicate ) : int

Opens a new tab and loads the meta into it

checkSelectionInCurrentTag ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

WinMetaEditor_FormClosing ( object sender, FormClosingEventArgs e ) : void
customTabControl1_TabClosing ( object sender, System.Windows.Forms.TabControlCancelEventArgs e ) : void
tabs_TabItemClose ( object sender, DevComponents.DotNetBar.TabStripActionEventArgs 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

WinMEControl_LostFocus() public method

This is used to update the reflexive label
public WinMEControl_LostFocus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

WinMetaEditor() public method

public WinMetaEditor ( MapForm sender, HaloMap map ) : System
sender entity.MapForms.MapForm
map HaloMap
return System

addNewTab() public method

Opens a new tab and loads the meta into it
public addNewTab ( Meta meta, bool allowDuplicate ) : int
meta HaloMap.Meta.Meta The meta to load into the new tab
allowDuplicate bool if false, will look for a tab with the same meta and activate. /// if true, will open a new tab with a duplicated meta
return int

checkSelectionInCurrentTag() public method

public checkSelectionInCurrentTag ( ) : bool
return bool

Property Details

reflexiveReferences public_oe property

Keeps track of externally references reflexives
public List reflexiveReferences
return List

tabs public_oe property

public TabControl,DevComponents.DotNetBar tabs
return DevComponents.DotNetBar.TabControl