C# Class ParticleEditor.GUI.EmitterListBoxWindow

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

Méthodes publiques

Méthode Description
EmitterListBoxWindow ( GuiMessages messages ) : System
GetFirstHighlightedObject ( ) : object
GetItem ( object referenceObject ) : CollapseItem
Sort ( ) : void
Update ( ) : void
addEmitterClick ( FlatRedBall callingWindow ) : void
addEmitterOkClick ( FlatRedBall callingWindow ) : void

Private Methods

Méthode Description
DeleteEmitterClick ( FlatRedBall callingWindow ) : void
FocusUpdate ( IInputReceiver inputReceiver ) : void
PositionAndScaleChildrenWindows ( Window callingWindow ) : void
mListDisplayWindow_AfterItemsPasted ( Window callingWindow ) : void

Method Details

EmitterListBoxWindow() public méthode

public EmitterListBoxWindow ( GuiMessages messages ) : System
messages GuiMessages
Résultat System

GetFirstHighlightedObject() public méthode

public GetFirstHighlightedObject ( ) : object
Résultat object

GetItem() public méthode

public GetItem ( object referenceObject ) : CollapseItem
referenceObject object
Résultat FlatRedBall.Gui.CollapseItem

Sort() public méthode

public Sort ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

addEmitterClick() public méthode

public addEmitterClick ( FlatRedBall callingWindow ) : void
callingWindow FlatRedBall
Résultat void

addEmitterOkClick() public méthode

public addEmitterOkClick ( FlatRedBall callingWindow ) : void
callingWindow FlatRedBall
Résultat void