C# Class InstructionEditor.Gui.ListBoxWindow

Summary description for ListBoxWindow.
Inheritance: FlatRedBall.Gui.Window
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
AddKeyframeOk ( Window callingWindow ) : void
AddKeyframeToGlobalInstrutionSet ( Window callingWindow ) : void
HighlightNoCall ( InstructionList keyframe ) : void
HighlightNoCall ( KeyframeList keyframeList ) : void
ListBoxWindow ( ) : System
UpdateLists ( ) : void

Private Methods

Méthode Description
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

Method Details

AddKeyframeOk() public static méthode

public static AddKeyframeOk ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
Résultat void

AddKeyframeToGlobalInstrutionSet() public static méthode

public static AddKeyframeToGlobalInstrutionSet ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
Résultat void

HighlightNoCall() public méthode

public HighlightNoCall ( InstructionList keyframe ) : void
keyframe InstructionList
Résultat void

HighlightNoCall() public méthode

public HighlightNoCall ( KeyframeList keyframeList ) : void
keyframeList KeyframeList
Résultat void

ListBoxWindow() public méthode

public ListBoxWindow ( ) : System
Résultat System

UpdateLists() public méthode

public UpdateLists ( ) : void
Résultat void