C# Class NekoKun.RPGMaker.EventCommandListbox.EventCommandListboxInternal

Inheritance: UI.LynnListbox
Afficher le fichier Open project: NekoProject/NekoKun

Méthodes publiques

Свойство Type Description
obj List
parent EventCommandListbox
source EventCommandProvider

Protected Properties

Свойство Type Description
strCommand string
strIndent string
strUnknown string

Méthodes publiques

Méthode Description
EventCommandListboxInternal ( EventCommandListbox parent ) : System
ExportUBB ( ) : string
Load ( ) : void

Méthodes protégées

Méthode 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 méthode

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
Résultat void

EventCommandListboxInternal() public méthode

public EventCommandListboxInternal ( EventCommandListbox parent ) : System
parent EventCommandListbox
Résultat System

ExportUBB() public méthode

public ExportUBB ( ) : string
Résultat string

GetCode() protected méthode

protected GetCode ( int id ) : string
id int
Résultat string

GetCodeCommand() protected méthode

protected GetCodeCommand ( int id ) : EventCommand
id int
Résultat EventCommand

GetIndent() protected méthode

protected GetIndent ( int id ) : int
id int
Résultat int

Load() public méthode

public Load ( ) : void
Résultat void

Property Details

obj public_oe property

public List obj
Résultat List

parent public_oe property

public EventCommandListbox,NekoKun.RPGMaker parent
Résultat EventCommandListbox

source public_oe property

public EventCommandProvider source
Résultat EventCommandProvider

strCommand protected_oe property

protected string strCommand
Résultat string

strIndent protected_oe property

protected string strIndent
Résultat string

strUnknown protected_oe property

protected string strUnknown
Résultat string