C# 클래스 entity.MetaEditor2.WinMetaEditor

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
reflexiveReferences List
tabs DevComponents.DotNetBar.TabControl

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

WinMEControl_LostFocus() 공개 메소드

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

WinMetaEditor() 공개 메소드

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

addNewTab() 공개 메소드

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
리턴 int

checkSelectionInCurrentTag() 공개 메소드

public checkSelectionInCurrentTag ( ) : bool
리턴 bool

프로퍼티 상세

reflexiveReferences 공개적으로 프로퍼티

Keeps track of externally references reflexives
public List reflexiveReferences
리턴 List

tabs 공개적으로 프로퍼티

public TabControl,DevComponents.DotNetBar tabs
리턴 DevComponents.DotNetBar.TabControl