Свойство | Тип | Описание | |
---|---|---|---|
identInt32 | int | ||
tagIndex | int | ||
tagName | string | ||
tagType | string |
Метод | Описание | |
---|---|---|
BaseField_Leave ( object sender, EventArgs e ) : void | ||
Ident ( Meta meta, string iEntName, Map map, int iOffsetInChunk, bool idoesHaveTagType, int iLineNumber ) : System |
The (Tag Type &) Ident Class
|
|
Poke ( ) : void | ||
Populate ( int iOffset, bool useMemoryStream ) : void | ||
Save ( ) : void | ||
SetFocus ( int LineToCheck ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
FillTagBoxWithNames ( bool changeTagType ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
UpdateIdentBoxes ( ) : void | ||
cbTagIdent_DropDown ( object sender, EventArgs e ) : void | ||
cbTagIdent_DropDownClose ( object sender, EventArgs e ) : void | ||
cbTagIdent_MouseClick ( object sender, MouseEventArgs e ) : void | ||
cbTagIdent_TextChanged ( object sender, EventArgs e ) : void | ||
cbTagType_DropDown ( object sender, EventArgs e ) : void | ||
cbTagType_SelectedIndexChanged ( object sender, EventArgs e ) : void |
public BaseField_Leave ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public Ident ( Meta meta, string iEntName, Map map, int iOffsetInChunk, bool idoesHaveTagType, int iLineNumber ) : System | ||
meta | Meta | The controls meta data |
iEntName | string | The identifying name of the meta string |
map | Map | The metas map file |
iOffsetInChunk | int | The offset to the string in the memory stream |
idoesHaveTagType | bool | States whether there is a preceding Tag Type or just an Ident |
iLineNumber | int | The associated line number |
Результат | System |
public Populate ( int iOffset, bool useMemoryStream ) : void | ||
iOffset | int | |
useMemoryStream | bool | |
Результат | void |
public SetFocus ( int LineToCheck ) : void | ||
LineToCheck | int | |
Результат | void |