C# Class FlatRedBall.Glue.GuiDisplay.AvailableStates

Inheritance: System.ComponentModel.TypeConverter
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
AvailableStates ( NamedObjectSave currentNamedObject, IElement currentElement, CustomVariable currentCustomVariable, StateSave currentStateSave ) : System
FillPossibleStatesFor ( List listToFill, string selectedItemName, NamedObjectSave currentNamedObject ) : void
GetListOfStates ( List listToFill, string selectedItemName ) : void
GetStandardValues ( ITypeDescriptorContext context ) : TypeConverter.StandardValuesCollection
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool

Private Methods

Méthode Description
FillPossibleStatesFor ( List listToFill, IElement currentElement, CustomVariable customVariable ) : CustomVariable

Method Details

AvailableStates() public méthode

public AvailableStates ( NamedObjectSave currentNamedObject, IElement currentElement, CustomVariable currentCustomVariable, StateSave currentStateSave ) : System
currentNamedObject FlatRedBall.Glue.SaveClasses.NamedObjectSave
currentElement IElement
currentCustomVariable FlatRedBall.Glue.SaveClasses.CustomVariable
currentStateSave FlatRedBall.Glue.SaveClasses.StateSave
Résultat System

FillPossibleStatesFor() public static méthode

public static FillPossibleStatesFor ( List listToFill, string selectedItemName, NamedObjectSave currentNamedObject ) : void
listToFill List
selectedItemName string
currentNamedObject FlatRedBall.Glue.SaveClasses.NamedObjectSave
Résultat void

GetListOfStates() public méthode

public GetListOfStates ( List listToFill, string selectedItemName ) : void
listToFill List
selectedItemName string
Résultat void

GetStandardValues() public méthode

public GetStandardValues ( ITypeDescriptorContext context ) : TypeConverter.StandardValuesCollection
context ITypeDescriptorContext
Résultat System.ComponentModel.TypeConverter.StandardValuesCollection

GetStandardValuesExclusive() public méthode

public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool

GetStandardValuesSupported() public méthode

public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool