C# Class FlatRedBall.Glue.GuiDisplay.AvailableAnimationChainsStringConverter

Inheritance: System.ComponentModel.StringConverter, IObjectsInFileConverter
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
AvailableAnimationChainsStringConverter ( CustomVariable customVariable, StateSave stateSave = null ) : System
AvailableAnimationChainsStringConverter ( IElement element, NamedObjectSave namedObjectSave ) : System
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool

Private Methods

Method Description
GetAnimationChainListFile ( IElement element, NamedObjectSave referencedNos, StateSave stateSave ) : AnimationChainListSave
GetAnimationChainListFromScnxReference ( NamedObjectSave referencedNos ) : AnimationChainListSave
GetReferencedAclsThroughSetVariables ( IElement element, NamedObjectSave referencedNos, StateSave stateSave ) : AnimationChainListSave
Initialize ( IElement element, NamedObjectSave referencedNos, StateSave stateSave = null ) : void
LoadAnimationChainListSave ( IElement element, string rfsName ) : AnimationChainListSave
RefreshList ( ) : void

Method Details

AvailableAnimationChainsStringConverter() public method

public AvailableAnimationChainsStringConverter ( CustomVariable customVariable, StateSave stateSave = null ) : System
customVariable FlatRedBall.Glue.SaveClasses.CustomVariable
stateSave FlatRedBall.Glue.SaveClasses.StateSave
return System

AvailableAnimationChainsStringConverter() public method

public AvailableAnimationChainsStringConverter ( IElement element, NamedObjectSave namedObjectSave ) : System
element IElement
namedObjectSave FlatRedBall.Glue.SaveClasses.NamedObjectSave
return System

GetStandardValues() public method

public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
context ITypeDescriptorContext
return 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