OpenCPN Partial API docs
|
Interface for a listener object that listens for windows to be destroyed. More...
#include "gui/WindowDestroyListener/h"
Public Member Functions | |
virtual | ~WindowDestroyListener ()=default |
Destroy the Window Destroy Listener object. | |
virtual void | DestroyWindow ()=0 |
Destroy the window. | |
Interface for a listener object that listens for windows to be destroyed.
Definition at line 34 of file WindowDestroyListener.h.