C# 클래스 InstructionEditor.Gui.ListBoxWindow

Summary description for ListBoxWindow.
상속: FlatRedBall.Gui.Window
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
AddKeyframeOk ( Window callingWindow ) : void
AddKeyframeToGlobalInstrutionSet ( Window callingWindow ) : void
HighlightNoCall ( InstructionList keyframe ) : void
HighlightNoCall ( KeyframeList keyframeList ) : void
ListBoxWindow ( ) : System
UpdateLists ( ) : void

비공개 메소드들

메소드 설명
AddKeyframe ( Window callingWindow ) : void
AddKeyframeListClick ( Window callingWindow ) : void
AddKeyframeListOk ( Window callingWindow ) : void
AdjustPositionsAndScales ( Window callingWindow ) : void
AnimationSequenceFocusUpdate ( IInputReceiver inputReceiver ) : void
DoubleClickAnimationSequenceListBox ( Window callingWindow ) : void
GetTimedKeyframeListStringRepresentation ( object timedKeyframeList ) : string
HighlightAnimationSequenceListBox ( Window callingWindow ) : void
HighlightInstructionSetListBox ( Window callingWindow ) : void
InstructionListHotkeyUpdate ( IInputReceiver receiver ) : void
UpdateAddButtonVisibility ( Window callingWindow ) : void

메소드 상세

AddKeyframeOk() 공개 정적인 메소드

public static AddKeyframeOk ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
리턴 void

AddKeyframeToGlobalInstrutionSet() 공개 정적인 메소드

public static AddKeyframeToGlobalInstrutionSet ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
리턴 void

HighlightNoCall() 공개 메소드

public HighlightNoCall ( InstructionList keyframe ) : void
keyframe InstructionList
리턴 void

HighlightNoCall() 공개 메소드

public HighlightNoCall ( KeyframeList keyframeList ) : void
keyframeList KeyframeList
리턴 void

ListBoxWindow() 공개 메소드

public ListBoxWindow ( ) : System
리턴 System

UpdateLists() 공개 메소드

public UpdateLists ( ) : void
리턴 void