OpenCPN Partial API docs
|
Interface implemented by classes which listens. More...
#include "observable.h"
Public Member Functions | |
virtual | ~KeyProvider ()=default |
Destroy the Key Provider object. | |
virtual std::string | GetKey () const =0 |
Get the Key object from the Key Provider. | |
Interface implemented by classes which listens.
Definition at line 64 of file observable.h.
|
pure virtual |