C# Class FairyGUI.GComboBox

Inheritance: GComponent
Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
dropdown GComponent
visibleItemCount int

Protected Properties

Свойство Type Description
_iconObject GObject
_icons string[]
_items string[]
_list GList
_popupDirection string
_titleObject GObject
_values string[]

Méthodes publiques

Méthode Description
ConstructFromXML ( XML cxml ) : void
Dispose ( ) : void
GComboBox ( ) : System
Setup_AfterAdd ( XML cxml ) : void
UpdateDropdownList ( ) : void

Méthodes protégées

Méthode Description
HandleGrayedChanged ( ) : void
RenderDropdownList ( ) : void
SetCurrentState ( ) : void
SetState ( string value ) : void
ShowDropdown ( ) : void

Private Methods

Méthode Description
__clickItem ( EventContext context ) : void
__popupWinClosed ( object obj ) : void
__rollout ( ) : void
__rollover ( ) : void
__touchBegin ( EventContext context ) : void
__touchEnd ( EventContext context ) : void

Method Details

ConstructFromXML() public méthode

public ConstructFromXML ( XML cxml ) : void
cxml FairyGUI.Utils.XML
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GComboBox() public méthode

public GComboBox ( ) : System
Résultat System

HandleGrayedChanged() protected méthode

protected HandleGrayedChanged ( ) : void
Résultat void

RenderDropdownList() protected méthode

protected RenderDropdownList ( ) : void
Résultat void

SetCurrentState() protected méthode

protected SetCurrentState ( ) : void
Résultat void

SetState() protected méthode

protected SetState ( string value ) : void
value string
Résultat void

Setup_AfterAdd() public méthode

public Setup_AfterAdd ( XML cxml ) : void
cxml FairyGUI.Utils.XML
Résultat void

ShowDropdown() protected méthode

protected ShowDropdown ( ) : void
Résultat void

UpdateDropdownList() public méthode

public UpdateDropdownList ( ) : void
Résultat void

Property Details

_iconObject protected_oe property

protected GObject,FairyGUI _iconObject
Résultat GObject

_icons protected_oe property

protected string[] _icons
Résultat string[]

_items protected_oe property

protected string[] _items
Résultat string[]

_list protected_oe property

protected GList,FairyGUI _list
Résultat GList

_popupDirection protected_oe property

protected string _popupDirection
Résultat string

_titleObject protected_oe property

protected GObject,FairyGUI _titleObject
Résultat GObject

_values protected_oe property

protected string[] _values
Résultat string[]

dropdown public_oe property

public GComponent,FairyGUI dropdown
Résultat GComponent

visibleItemCount public_oe property

Visible item count of the drop down list.
public int visibleItemCount
Résultat int