Method | Description | |
---|---|---|
PlaybackToolbox ( |
Initializes a new instance of the Paint.PlaybackToolbox class.
|
|
SetPlayButtonDisabled ( ) : void |
Disables the playback button
|
|
SetPlayButtonPaused ( ) : void |
Sets the playback button to signify we are currently paused
|
Method | Description | |
---|---|---|
AddButton ( |
Creates all the buttons and adds them to our list of controls
|
|
OnPauseSelected ( |
Raises the pause selected event.
|
|
OnPlaySelected ( |
Raises the play selected event.
|
|
OnRestartSelected ( |
Raises the restart selected event.
|
Method | Description | |
---|---|---|
AddPlayPauseButton ( |
Adds the play pause button.
|
|
AddRestartButton ( |
Adds the restart button.
|
|
CreateProgressBar ( |
Creates the progress bar.
|
|
CreateSpeedGauge ( |
Creates the speed gauge.
|
|
CreateTools ( |
Creates all our tools.
|
protected AddButton ( |
||
buttonLayout | ||
return | void |
protected OnPauseSelected ( |
||
e | EventArgs for Pause Event | |
return | void |
protected OnPlaySelected ( |
||
e | EventArgs for Play Event | |
return | void |
protected OnRestartSelected ( |
||
e | EventArgs for Restart Event | |
return | void |
public PlaybackToolbox ( |
||
toolboxLayoutDefinition | ||
graphicsDisplay | IGraphicsDisplay | |
scale | int | |
return | System |