C# Class MetaEditor.Components.Bitmask

The bitmask.
Inheritance: BaseField
ファイルを表示 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
Options HaloMap.Plugins.IFPIO.Option[]
bitCount int

Public Methods

Method Description
Bitmask ( string iEntName, Map map, int iOffsetInChunk, int iBitCount, IFPIO ioptions, int iLineNumber ) : System

Poke ( ) : void

The poke.

Populate ( int iOffset ) : void

The populate.

Save ( ) : void

The save.

SetFocus ( int LineToCheck ) : void

The set focus.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

The bitmask_ enter.

Bitmask_Leave ( object sender, EventArgs e ) : void

The bitmask_ leave.

BitsToBool ( ) : void

The bits to bool.

BoolsToControls ( ) : void

The bools to controls.

InitializeComponent ( ) : void

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

MakeControls ( ) : void

The make controls.

checkBox1_CheckedChanged ( object sender, EventArgs e ) : void

The check box 1_ checked changed.

getLongestName ( ) : void

The get longest name.

Method Details

Bitmask() public method

public Bitmask ( string iEntName, Map map, int iOffsetInChunk, int iBitCount, IFPIO ioptions, int iLineNumber ) : System
iEntName string
map HaloMap.Map.Map
iOffsetInChunk int
iBitCount int
ioptions HaloMap.Plugins.IFPIO
iLineNumber int
return System

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

Poke() public method

The poke.
public Poke ( ) : void
return void

Populate() public method

The populate.
public Populate ( int iOffset ) : void
iOffset int /// The i offset. ///
return void

Save() public method

The save.
public Save ( ) : void
return void

SetFocus() public method

The set focus.
public SetFocus ( int LineToCheck ) : void
LineToCheck int /// The line to check. ///
return void

Property Details

Options public_oe property

The options.
public IFPIO.Option[],HaloMap.Plugins Options
return HaloMap.Plugins.IFPIO.Option[]

bitCount public_oe property

The bit count.
public int bitCount
return int