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. | |
virtual void | onCancel () |
Implement to be notified of dialog cancelled. | |
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 EditGPScreen, GhostReplaySelection, GrandPrixEditorScreen, HighScoreSelection, OptionsScreenDevice, and RaceResultGUI.