C# Class FlatRedBall.Glue.GuiDisplay.AvailableStates

Inheritance: System.ComponentModel.TypeConverter
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method 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

Method Description
FillPossibleStatesFor ( List listToFill, IElement currentElement, CustomVariable customVariable ) : CustomVariable

Method Details

AvailableStates() public method

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

FillPossibleStatesFor() public static method

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

GetListOfStates() public method

public GetListOfStates ( List listToFill, string selectedItemName ) : void
listToFill List
selectedItemName string
return void

GetStandardValues() public method

public GetStandardValues ( ITypeDescriptorContext context ) : TypeConverter.StandardValuesCollection
context ITypeDescriptorContext
return System.ComponentModel.TypeConverter.StandardValuesCollection

GetStandardValuesExclusive() public method

public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool

GetStandardValuesSupported() public method

public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool