| OpenCPN Partial API docs
    | 
Alert confirmation listener interface. More...
#include "dialog_alert.h"
| Public Member Functions | |
| virtual | ~IAlertConfirmation ()=default | 
| Destroy the IAlertConfirmation object. | |
| virtual void | OnConfirm (const bool result)=0 | 
| Handle confirmation response. | |
Alert confirmation listener interface.
Definition at line 34 of file dialog_alert.h.
| 
 | pure virtual | 
Handle confirmation response.
| result | User response. |