C# Class MetaEditor.MetaEditor

ファイルを表示 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 IFPIO
map Map
pluginName string
selectedTagType string
stringSwap MEStringsSelector

Public Methods

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

The ident loader_ drop down.

IdentLoader_DropDownClosed ( object sender, EventArgs e ) : void

The ident loader_ drop down closed.

MetaEditor ( ) : System

Initializes a new instance of the MetaEditor class.

ReloadMetaForSameTagType ( bool reloadreflexive ) : void

The reload meta for same tag type.

SaveButton_DropDown ( object sender, EventArgs e ) : void

The save button_ drop down.

loadControls ( Map map ) : void

The load controls.

restoreInfoText ( ) : void

The restore info text.

setInfoText ( string text ) : void

The set info text.

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

The set reflexive text.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

The wnd proc.

Private Methods

Method Description
InitializeComponent ( ) : void

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

LoadENTControls ( object entArray ) : void

The load ent controls.

MetaEditor_SizeChanged ( object sender, EventArgs e ) : void

The meta editor_ size changed.

PokeRecursively ( ) : void

The poke recursively.

SaveRecursively ( ) : void

The save recursively.

SetFocusRecursively ( int LineToCheck ) : void

The set focus recursively.

buttOk_Click ( object sender, EventArgs e ) : void

The butt ok_ click.

copyToolStripMenuItem_Click ( object sender, EventArgs e ) : void

The copy tool strip menu item_ click.

cutToolStripMenuItem_Click ( object sender, EventArgs e ) : void

The cut tool strip menu item_ click.

deleteToolStripMenuItem_Click ( object sender, EventArgs e ) : void

The delete tool strip menu item_ click.

gotoToolStripMenuItem_Click ( object sender, EventArgs e ) : void

The goto tool strip menu item_ click.

identContext_Opening ( object sender, CancelEventArgs e ) : void

The ident context_ opening.

listEntItemsClose ( object sender, EventArgs e ) : void

The list ent items close.

pasteToolStripMenuItem_Click ( object sender, EventArgs e ) : void

The paste tool strip menu item_ click.

toolStripButton1_Click ( object sender, EventArgs e ) : void

The tool strip button 1_ click.

toolStripButton2_Click ( object sender, EventArgs e ) : void

The tool strip button 2_ click.

toolStripColorShifting_Click ( object sender, EventArgs e ) : void

The tool strip color shifting_ click.

toolStripLabel1_Click ( object sender, EventArgs e ) : void

The tool strip label 1_ click.

toolStripMenuItem3_Click ( object sender, EventArgs e ) : void

The tool strip menu item 3_ click.

toolStripShowAll_Click ( object sender, EventArgs e ) : void

The tool strip show all_ click.

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

IdentLoader_DropDown() public method

The ident loader_ drop down.
public IdentLoader_DropDown ( object sender, EventArgs e ) : void
sender object The sender.
e EventArgs The e.
return void

IdentLoader_DropDownClosed() public method

The ident loader_ drop down closed.
public IdentLoader_DropDownClosed ( object sender, EventArgs e ) : void
sender object The sender.
e EventArgs The e.
return void

MetaEditor() public method

Initializes a new instance of the MetaEditor class.
public MetaEditor ( ) : System
return System

ReloadMetaForSameTagType() public method

The reload meta for same tag type.
public ReloadMetaForSameTagType ( bool reloadreflexive ) : void
reloadreflexive bool The reloadreflexive.
return void

SaveButton_DropDown() public method

The save button_ drop down.
public SaveButton_DropDown ( object sender, EventArgs e ) : void
sender object The sender.
e EventArgs The e.
return void

WndProc() protected method

The wnd proc.
protected WndProc ( Message &m ) : void
m Message The m.
return void

loadControls() public method

The load controls.
public loadControls ( Map map ) : void
map Map The map number.
return void

restoreInfoText() public method

The restore info text.
public restoreInfoText ( ) : void
return void

setInfoText() public method

The set info text.
public setInfoText ( string text ) : void
text string The text.
return void

setReflexiveText() public method

The set reflexive text.
public setReflexiveText ( string Name, int Current, int Total ) : void
Name string The name.
Current int The current.
Total int The total.
return void

Property Details

AutoSave public_oe property

The auto save.
public bool AutoSave
return bool

ShowBitmask16s public_oe static_oe property

The show bitmask 16 s.
public static bool ShowBitmask16s
return bool

ShowBitmask32s public_oe static_oe property

The show bitmask 32 s.
public static bool ShowBitmask32s
return bool

ShowBitmask8s public_oe static_oe property

The show bitmask 8 s.
public static bool ShowBitmask8s
return bool

ShowBlockIndex16s public_oe static_oe property

The show block index 16 s.
public static bool ShowBlockIndex16s
return bool

ShowBlockIndex32s public_oe static_oe property

The show block index 32 s.
public static bool ShowBlockIndex32s
return bool

ShowBlockIndex8s public_oe static_oe property

The show block index 8 s.
public static bool ShowBlockIndex8s
return bool

ShowBytes public_oe static_oe property

The show bytes.
public static bool ShowBytes
return bool

ShowEnum16s public_oe static_oe property

The show enum 16 s.
public static bool ShowEnum16s
return bool

ShowEnum32s public_oe static_oe property

The show enum 32 s.
public static bool ShowEnum32s
return bool

ShowEnum8s public_oe static_oe property

The show enum 8 s.
public static bool ShowEnum8s
return bool

ShowFloats public_oe static_oe property

The show floats.
public static bool ShowFloats
return bool

ShowIdents public_oe static_oe property

The show idents.
public static bool ShowIdents
return bool

ShowInts public_oe static_oe property

The show ints.
public static bool ShowInts
return bool

ShowInvisibles public_oe static_oe property

The show invisibles.
public static bool ShowInvisibles
return bool

ShowReflexives public_oe static_oe property

The show reflexives.
public static bool ShowReflexives
return bool

ShowSIDs public_oe static_oe property

The show si ds.
public static bool ShowSIDs
return bool

ShowShorts public_oe static_oe property

The show shorts.
public static bool ShowShorts
return bool

ShowString256s public_oe static_oe property

The show string 256 s.
public static bool ShowString256s
return bool

ShowString32s public_oe static_oe property

The show string 32 s.
public static bool ShowString32s
return bool

ShowUints public_oe static_oe property

The show uints.
public static bool ShowUints
return bool

ShowUndefineds public_oe static_oe property

The show undefineds.
public static bool ShowUndefineds
return bool

ShowUnicodeString256s public_oe static_oe property

The show unicode string 256 s.
public static bool ShowUnicodeString256s
return bool

ShowUnicodeString64s public_oe static_oe property

The show unicode string 64 s.
public static bool ShowUnicodeString64s
return bool

ShowUshorts public_oe static_oe property

The show ushorts.
public static bool ShowUshorts
return bool

_Paint public_oe static_oe property

The _ paint.
public static bool _Paint
return bool

ifp public_oe property

The ifp.
public IFPIO ifp
return IFPIO

map public_oe property

The map index.
public Map map
return Map

pluginName public_oe property

The plugin name.
public string pluginName
return string

selectedTagType public_oe property

The selected tag type.
public string selectedTagType
return string

stringSwap public_oe property

The string swap.
public MEStringsSelector stringSwap
return MEStringsSelector