C# 클래스 NekoKun.RPGMaker.EventCommandListbox.EventCommandListboxInternal

상속: UI.LynnListbox
파일 보기 프로젝트 열기: NekoProject/NekoKun

공개 프로퍼티들

프로퍼티 타입 설명
obj List
parent EventCommandListbox
source EventCommandProvider

보호된 프로퍼티들

프로퍼티 타입 설명
strCommand string
strIndent string
strUnknown string

공개 메소드들

메소드 설명
EventCommandListboxInternal ( EventCommandListbox parent ) : System
ExportUBB ( ) : string
Load ( ) : void

보호된 메소드들

메소드 설명
DrawText ( int id, string str, System font, System fc, System bounds, System sf, System g, bool selected ) : void
GetCode ( int id ) : string
GetCodeCommand ( int id ) : EventCommand
GetIndent ( int id ) : int

메소드 상세

DrawText() 보호된 메소드

protected DrawText ( int id, string str, System font, System fc, System bounds, System sf, System g, bool selected ) : void
id int
str string
font System
fc System
bounds System
sf System
g System
selected bool
리턴 void

EventCommandListboxInternal() 공개 메소드

public EventCommandListboxInternal ( EventCommandListbox parent ) : System
parent EventCommandListbox
리턴 System

ExportUBB() 공개 메소드

public ExportUBB ( ) : string
리턴 string

GetCode() 보호된 메소드

protected GetCode ( int id ) : string
id int
리턴 string

GetCodeCommand() 보호된 메소드

protected GetCodeCommand ( int id ) : EventCommand
id int
리턴 EventCommand

GetIndent() 보호된 메소드

protected GetIndent ( int id ) : int
id int
리턴 int

Load() 공개 메소드

public Load ( ) : void
리턴 void

프로퍼티 상세

obj 공개적으로 프로퍼티

public List obj
리턴 List

parent 공개적으로 프로퍼티

public EventCommandListbox,NekoKun.RPGMaker parent
리턴 EventCommandListbox

source 공개적으로 프로퍼티

public EventCommandProvider source
리턴 EventCommandProvider

strCommand 보호되어 있는 프로퍼티

protected string strCommand
리턴 string

strIndent 보호되어 있는 프로퍼티

protected string strIndent
리턴 string

strUnknown 보호되어 있는 프로퍼티

protected string strUnknown
리턴 string