C# 클래스 entity.MetaEditor2.EntStrings

상속: BaseField
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 메소드들

메소드 설명
EntStrings ( Meta meta, string iEntName, Map map, int iOffsetInChunk, int ilength, bool itype, int iLineNumber ) : System

Creates a new EntStrings class for a set-length unicode or ASCII string.

Populate ( int iOffset, bool useMemoryStream ) : void
Save ( ) : void
SetFocus ( int LineToCheck ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

RemoveNullCharFromValue ( ) : void
String_Leave ( object sender, EventArgs e ) : void
textBox1_TextChanged ( object sender, System e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

EntStrings() 공개 메소드

Creates a new EntStrings class for a set-length unicode or ASCII string.
public EntStrings ( Meta meta, string iEntName, Map map, int iOffsetInChunk, int ilength, bool itype, int iLineNumber ) : System
meta HaloMap.Meta.Meta The controls meta data
iEntName string The identifying name of the meta string
map HaloMap.Map.Map The metas map file
iOffsetInChunk int The offset to the string in the memory stream
ilength int The set length of the string (usually 32, 64 or 256, but will handle any length strings)
itype bool Set to false for ASCII strings, true for Unicode (UTF-8) strings
iLineNumber int The associated line number
리턴 System

Populate() 공개 메소드

public Populate ( int iOffset, bool useMemoryStream ) : void
iOffset int
useMemoryStream bool
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetFocus() 공개 메소드

public SetFocus ( int LineToCheck ) : void
LineToCheck int
리턴 void