C# Class EditorObjects.Gui.TimeControlButtonWindow

Inheritance: FlatRedBall.Gui.Window
ファイルを表示 Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
playButton FlatRedBall.Gui.ToggleButton
stopButton FlatRedBall.Gui.Button
toStartButton FlatRedBall.Gui.Button

Public Methods

Method Description
TimeControlButtonWindow ( Cursor cursor ) : System
playButtonClick ( Window callingWindow ) : void
stopButtonClick ( Window callingWindow ) : void
toStartButtonClick ( Window callingWindow ) : void

Method Details

TimeControlButtonWindow() public method

public TimeControlButtonWindow ( Cursor cursor ) : System
cursor FlatRedBall.Gui.Cursor
return System

playButtonClick() public method

public playButtonClick ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

stopButtonClick() public method

public stopButtonClick ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

toStartButtonClick() public method

public toStartButtonClick ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

Property Details

playButton public_oe property

public ToggleButton,FlatRedBall.Gui playButton
return FlatRedBall.Gui.ToggleButton

stopButton public_oe property

public Button,FlatRedBall.Gui stopButton
return FlatRedBall.Gui.Button

toStartButton public_oe property

public Button,FlatRedBall.Gui toStartButton
return FlatRedBall.Gui.Button