C# Class NekoKun.RPGMaker.EventCommandListbox.EventCommandListboxInternal

Inheritance: UI.LynnListbox
Mostra file Open project: NekoProject/NekoKun

Public Properties

Property Type Description
obj List
parent EventCommandListbox
source EventCommandProvider

Protected Properties

Property Type Description
strCommand string
strIndent string
strUnknown string

Public Methods

Method Description
EventCommandListboxInternal ( EventCommandListbox parent ) : System
ExportUBB ( ) : string
Load ( ) : void

Protected Methods

Method Description
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

Method Details

DrawText() protected method

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
return void

EventCommandListboxInternal() public method

public EventCommandListboxInternal ( EventCommandListbox parent ) : System
parent EventCommandListbox
return System

ExportUBB() public method

public ExportUBB ( ) : string
return string

GetCode() protected method

protected GetCode ( int id ) : string
id int
return string

GetCodeCommand() protected method

protected GetCodeCommand ( int id ) : EventCommand
id int
return EventCommand

GetIndent() protected method

protected GetIndent ( int id ) : int
id int
return int

Load() public method

public Load ( ) : void
return void

Property Details

obj public_oe property

public List obj
return List

parent public_oe property

public EventCommandListbox,NekoKun.RPGMaker parent
return EventCommandListbox

source public_oe property

public EventCommandProvider source
return EventCommandProvider

strCommand protected_oe property

protected string strCommand
return string

strIndent protected_oe property

protected string strIndent
return string

strUnknown protected_oe property

protected string strUnknown
return string