|
SuperTuxKart
|
Listener interface to get notified of whether the user chose to confirm or cancel. More...
#include <message_dialog.hpp>
Public Member Functions | |
| virtual void | onConfirm () |
| Implement to be notified of dialog confirmed. More... | |
| virtual void | onCancel () |
| Implement to be notified of dialog cancelled. More... | |
| virtual void | onDialogUpdate (float dt) |
| Optional callback. | |
Listener interface to get notified of whether the user chose to confirm or cancel.
|
inlinevirtual |
Implement to be notified of dialog cancelled.
Reimplemented in EditGPScreen.
|
inlinevirtual |
Implement to be notified of dialog confirmed.
Reimplemented in RaceResultGUI, OptionsScreenDevice, HighScoreSelection, GrandPrixEditorScreen, GhostReplaySelection, and EditGPScreen.