C# 클래스 FlatRedBall.Glue.GuiDisplay.AvailableStates

상속: System.ComponentModel.TypeConverter
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FillPossibleStatesFor ( List listToFill, IElement currentElement, CustomVariable customVariable ) : CustomVariable

메소드 상세

AvailableStates() 공개 메소드

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
리턴 System

FillPossibleStatesFor() 공개 정적인 메소드

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

GetListOfStates() 공개 메소드

public GetListOfStates ( List listToFill, string selectedItemName ) : void
listToFill List
selectedItemName string
리턴 void

GetStandardValues() 공개 메소드

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

GetStandardValuesExclusive() 공개 메소드

public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
리턴 bool

GetStandardValuesSupported() 공개 메소드

public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
리턴 bool