C# Class Glare.Assets.Controls.BinaryAssetBrowser

A hex browser for a BinaryAsset.
Inheritance: System.Windows.Forms.UserControl
Show file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
BinaryAssetBrowser ( BinaryAsset asset ) : System
BinaryAssetBrowser ( IList data, int start, int count, int displayOffset ) : System

Initialise the control.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Format ( object value ) : string
InitializeComponent ( ) : void

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

OnGridCellEnter ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
label4_Click ( object sender, EventArgs e ) : void
this ( int index ) : byte

Method Details

BinaryAssetBrowser() public method

public BinaryAssetBrowser ( BinaryAsset asset ) : System
asset Glare.Assets.BinaryAsset
return System

BinaryAssetBrowser() public method

Initialise the control.
public BinaryAssetBrowser ( IList data, int start, int count, int displayOffset ) : System
data IList
start int
count int
displayOffset 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