C# Class EditorObjects.Gui.TimeControlButtonWindow

Inheritance: FlatRedBall.Gui.Window
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Свойство Type Description
playButton FlatRedBall.Gui.ToggleButton
stopButton FlatRedBall.Gui.Button
toStartButton FlatRedBall.Gui.Button

Méthodes publiques

Méthode Description
TimeControlButtonWindow ( Cursor cursor ) : System
playButtonClick ( Window callingWindow ) : void
stopButtonClick ( Window callingWindow ) : void
toStartButtonClick ( Window callingWindow ) : void

Method Details

TimeControlButtonWindow() public méthode

public TimeControlButtonWindow ( Cursor cursor ) : System
cursor FlatRedBall.Gui.Cursor
Résultat System

playButtonClick() public méthode

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

stopButtonClick() public méthode

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

toStartButtonClick() public méthode

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

Property Details

playButton public_oe property

public ToggleButton,FlatRedBall.Gui playButton
Résultat FlatRedBall.Gui.ToggleButton

stopButton public_oe property

public Button,FlatRedBall.Gui stopButton
Résultat FlatRedBall.Gui.Button

toStartButton public_oe property

public Button,FlatRedBall.Gui toStartButton
Résultat FlatRedBall.Gui.Button