C# Class entity.Forms.MetaEditor.MetaEditor

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: troymac1ure/Entity

Public Properties

Property Type Description
AutoSave bool
ShowBitmask16s bool
ShowBitmask32s bool
ShowBitmask8s bool
ShowBlockIndex16s bool
ShowBlockIndex32s bool
ShowBlockIndex8s bool
ShowBytes bool
ShowEnum16s bool
ShowEnum32s bool
ShowEnum8s bool
ShowFloats bool
ShowIdents bool
ShowInts bool
ShowInvisibles bool
ShowReflexives bool
ShowSIDs bool
ShowShorts bool
ShowString256s bool
ShowString32s bool
ShowUints bool
ShowUndefineds bool
ShowUnicodeString256s bool
ShowUnicodeString64s bool
ShowUshorts bool
_Paint bool
ifp HaloMap.Plugins.IFPIO
mapIndex int
pluginName string
selectedTagType string
stringSwap MEStringsSelector

Public Methods

Method Description
IdentLoader_DropDown ( object sender, EventArgs e ) : void
IdentLoader_DropDownClosed ( object sender, EventArgs e ) : void
MetaEditor ( ) : System
ReloadMetaForSameTagType ( bool reloadreflexive ) : void
SaveButton_DropDown ( object sender, EventArgs e ) : void
loadControls ( int MapNumber ) : void
restoreInfoText ( ) : void
setInfoText ( string text ) : void
setReflexiveText ( string Name, int Current, int Total ) : void

Protected Methods

Method Description
WndProc ( System &m ) : void

Private Methods

Method Description
LoadENTControls ( object entArray ) : void
MetaEditor_SizeChanged ( object sender, EventArgs e ) : void
PokeRecursively ( ) : void
SaveRecursively ( ) : void
SetFocusRecursively ( int LineToCheck ) : void
buttOk_Click ( object sender, EventArgs e ) : void
copyToolStripMenuItem_Click ( object sender, EventArgs e ) : void
cutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
deleteToolStripMenuItem_Click ( object sender, EventArgs e ) : void
gotoToolStripMenuItem_Click ( object sender, EventArgs e ) : void
identContext_Opening ( object sender, CancelEventArgs e ) : void
listEntItemsClose ( object sender, EventArgs e ) : void
pasteToolStripMenuItem_Click ( object sender, EventArgs e ) : void
toolStripButton1_Click ( object sender, EventArgs e ) : void
toolStripButton2_Click ( object sender, EventArgs e ) : void
toolStripColorShifting_Click ( object sender, EventArgs e ) : void
toolStripLabel1_Click ( object sender, EventArgs e ) : void
toolStripMenuItem3_Click ( object sender, EventArgs e ) : void
toolStripShowAll_Click ( object sender, EventArgs e ) : void

Method Details

IdentLoader_DropDown() public method

public IdentLoader_DropDown ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

IdentLoader_DropDownClosed() public method

public IdentLoader_DropDownClosed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

MetaEditor() public method

public MetaEditor ( ) : System
return System

ReloadMetaForSameTagType() public method

public ReloadMetaForSameTagType ( bool reloadreflexive ) : void
reloadreflexive bool
return void

SaveButton_DropDown() public method

public SaveButton_DropDown ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

WndProc() protected method

protected WndProc ( System &m ) : void
m System
return void

loadControls() public method

public loadControls ( int MapNumber ) : void
MapNumber int
return void

restoreInfoText() public method

public restoreInfoText ( ) : void
return void

setInfoText() public method

public setInfoText ( string text ) : void
text string
return void

setReflexiveText() public method

public setReflexiveText ( string Name, int Current, int Total ) : void
Name string
Current int
Total int
return void

Property Details

AutoSave public_oe property

public bool AutoSave
return bool

ShowBitmask16s public_oe static_oe property

public static bool ShowBitmask16s
return bool

ShowBitmask32s public_oe static_oe property

public static bool ShowBitmask32s
return bool

ShowBitmask8s public_oe static_oe property

public static bool ShowBitmask8s
return bool

ShowBlockIndex16s public_oe static_oe property

public static bool ShowBlockIndex16s
return bool

ShowBlockIndex32s public_oe static_oe property

public static bool ShowBlockIndex32s
return bool

ShowBlockIndex8s public_oe static_oe property

public static bool ShowBlockIndex8s
return bool

ShowBytes public_oe static_oe property

public static bool ShowBytes
return bool

ShowEnum16s public_oe static_oe property

public static bool ShowEnum16s
return bool

ShowEnum32s public_oe static_oe property

public static bool ShowEnum32s
return bool

ShowEnum8s public_oe static_oe property

public static bool ShowEnum8s
return bool

ShowFloats public_oe static_oe property

public static bool ShowFloats
return bool

ShowIdents public_oe static_oe property

public static bool ShowIdents
return bool

ShowInts public_oe static_oe property

public static bool ShowInts
return bool

ShowInvisibles public_oe static_oe property

public static bool ShowInvisibles
return bool

ShowReflexives public_oe static_oe property

public static bool ShowReflexives
return bool

ShowSIDs public_oe static_oe property

public static bool ShowSIDs
return bool

ShowShorts public_oe static_oe property

public static bool ShowShorts
return bool

ShowString256s public_oe static_oe property

public static bool ShowString256s
return bool

ShowString32s public_oe static_oe property

public static bool ShowString32s
return bool

ShowUints public_oe static_oe property

public static bool ShowUints
return bool

ShowUndefineds public_oe static_oe property

public static bool ShowUndefineds
return bool

ShowUnicodeString256s public_oe static_oe property

public static bool ShowUnicodeString256s
return bool

ShowUnicodeString64s public_oe static_oe property

public static bool ShowUnicodeString64s
return bool

ShowUshorts public_oe static_oe property

public static bool ShowUshorts
return bool

_Paint public_oe static_oe property

public static bool _Paint
return bool

ifp public_oe property

public IFPIO,HaloMap.Plugins ifp
return HaloMap.Plugins.IFPIO

mapIndex public_oe property

public int mapIndex
return int

pluginName public_oe property

public string pluginName
return string

selectedTagType public_oe property

public string selectedTagType
return string

stringSwap public_oe property

public MEStringsSelector stringSwap
return MEStringsSelector