C# Class entity.MetaFuncs.MEStringsSelector

Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
MEStringsSelector_Load void
btnSelect_Click void
cbSIDSort_SelectedIndexChanged void
cbSelectStringIDs_SelectedIndexChanged void
cbShowAllUnicodes_CheckedChanged void
cbUnicodeSort_SelectedIndexChanged void
checkBox1_CheckStateChanged void
checkStringContains void
checkStringStart void
getlbStringsIDDataSource List
lbStringIDs_SelectedIndexChanged void
lbUnicodes_SelectedIndexChanged void
listBox1_DoubleClick void
listBox1_KeyPress void
loadUnicodes List
replaceCode byte[]
replaceCodes byte[]
setlbStringsIDDataSource void
sortStringIDLists void
sortUnicodeLists void
textBox1_KeyDown void
textBox1_TextChanged void
tmr_MEStrings_Tick void
updateStringIDFromUnicode void
updateUnicodeFromStringID void

Public Methods

Method Description
MEStringsSelector ( Map map, object sender ) : System

Initializes a new instance of the MEStringsSelector class.

ReplaceCodes ( string text, bool allCodes ) : string

Replaces special unicode entries to a ASCII readable version

getIDFromString ( string s ) : string

The get id from string.

getStringFromID ( int ID ) : string

The get string from id.

getUnicodesFromID ( int ID ) : Unicode[]
setPosFromID ( int ID ) : void

The set pos from id.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

MEStringsSelector_Load ( object sender, EventArgs e ) : void

The me strings selector_ load.

btnSelect_Click ( object sender, EventArgs e ) : void
cbSIDSort_SelectedIndexChanged ( object sender, EventArgs e ) : void
cbSelectStringIDs_SelectedIndexChanged ( object sender, EventArgs e ) : void
cbShowAllUnicodes_CheckedChanged ( object sender, EventArgs e ) : void
cbUnicodeSort_SelectedIndexChanged ( object sender, EventArgs e ) : void
checkBox1_CheckStateChanged ( object sender, EventArgs e ) : void

The check box 1_ check state changed.

checkStringContains ( string newSel ) : void

The check string contains.

checkStringStart ( string newSel ) : void

The check string start.

getlbStringsIDDataSource ( ) : List
lbStringIDs_SelectedIndexChanged ( object sender, EventArgs e ) : void
lbUnicodes_SelectedIndexChanged ( object sender, EventArgs e ) : void
listBox1_DoubleClick ( object sender, EventArgs e ) : void

The list box 1_ double click.

listBox1_KeyPress ( object sender, KeyPressEventArgs e ) : void

The list box 1_ key press.

loadUnicodes ( ) : List
replaceCode ( byte bytes, byte code, string decode ) : byte[]
replaceCodes ( byte bytes, bool allCodes ) : byte[]
setlbStringsIDDataSource ( ) : void
sortStringIDLists ( ) : void
sortUnicodeLists ( ) : void
textBox1_KeyDown ( object sender, KeyEventArgs e ) : void

The text box 1_ key down.

textBox1_TextChanged ( object sender, EventArgs e ) : void

The text box 1_ text changed.

tmr_MEStrings_Tick ( object sender, EventArgs e ) : void

The timer 1_ tick.

updateStringIDFromUnicode ( ) : void
updateUnicodeFromStringID ( ) : void

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

MEStringsSelector() public method

Initializes a new instance of the MEStringsSelector class.
public MEStringsSelector ( Map map, object sender ) : System
map Map
sender object
return System

ReplaceCodes() public static method

Replaces special unicode entries to a ASCII readable version
public static ReplaceCodes ( string text, bool allCodes ) : string
text string The unicode text to replace
allCodes bool If true does all codes. If false does just the internal codes (such as "GamerTag")
return string

getIDFromString() public method

The get id from string.
public getIDFromString ( string s ) : string
s string /// The s. ///
return string

getStringFromID() public method

The get string from id.
public getStringFromID ( int ID ) : string
ID int /// The id. ///
return string

getUnicodesFromID() public method

public getUnicodesFromID ( int ID ) : Unicode[]
ID int
return Unicode[]

setPosFromID() public method

The set pos from id.
public setPosFromID ( int ID ) : void
ID int /// The id. ///
return void