C# Class entity.MetaEditor2.WinMetaEditor

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
reflexiveReferences List
tabs DevComponents.DotNetBar.TabControl

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

WinMEControl_LostFocus() public méthode

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

WinMetaEditor() public méthode

public WinMetaEditor ( MapForm sender, HaloMap map ) : System
sender entity.MapForms.MapForm
map HaloMap
Résultat System

addNewTab() public méthode

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
Résultat int

checkSelectionInCurrentTag() public méthode

public checkSelectionInCurrentTag ( ) : bool
Résultat bool

Property Details

reflexiveReferences public_oe property

Keeps track of externally references reflexives
public List reflexiveReferences
Résultat List

tabs public_oe property

public TabControl,DevComponents.DotNetBar tabs
Résultat DevComponents.DotNetBar.TabControl