SoundTest Class Reference
#include <SoundTest.h>
Inheritance diagram for SoundTest:
![](../class_sound_test.png)
# Public Member Functions | |
override bool | onEvent (ListenerObject eventFirer, uint16 eventCode) |
override void | update () |
Update the tool's state. | |
override void | show () |
Show the tool. | |
override void | hide () |
Hide the tool. | |
override void | processUserInput (uint16 pressedKey) |
# Private Attributes | |
Sound | sound |
Currently tested sound. | |
uint16 | soundIndex |
Index of the selected sound. | |
![]() | |
ToolState | toolState |
# Additional Inherited Members | |
![]() | |
void | constructor () |
Class' constructor. | |
void | setToolState (ToolState toolState) |
virtual void | dimmGame () |
Dimm down the game. | |
virtual void | lightUpGame () |
Light up the game. |
# Detailed Description
Class SoundTest
Inherits from Tool
Implements a tool to test sounds.
Definition at line 30 of file SoundTest.h.
# Member Function Documentation
# hide()
|
virtual |
Hide the tool.
Implements Tool.
# onEvent()
|
virtual |
Process an event that the instance is listen for.
- Parameters
-
eventFirer ListenerObject that signals the event eventCode Code of the firing event
- Returns
- False if the listener has to be removed; true to keep it
Reimplemented from ListenerObject.
# processUserInput()
|
virtual |
# show()
|
virtual |
Show the tool.
Implements Tool.
# update()
|
virtual |
Update the tool's state.
Implements Tool.
# Member Data Documentation
# sound
|
private |
Currently tested sound.
Definition at line 33 of file SoundTest.h.
# soundIndex
|
private |
Index of the selected sound.
Definition at line 36 of file SoundTest.h.
The documentation for this class was generated from the following file:
- VUEngine-Core/source/Debugging/Tool/SoundTest/SoundTest.h