OpenCPN Partial API docs
|
KeyProvider wrapper for a plain key string. More...
Public Member Functions | |
RawKey (const std::string &key) | |
std::string | GetKey () const override |
Get the Key object from the Key Provider. | |
RawKey (const std::string &key) | |
std::string | GetKey () const override |
Get the Key object from the Key Provider. | |
![]() | |
virtual | ~KeyProvider ()=default |
Destroy the Key Provider object. | |
KeyProvider wrapper for a plain key string.
Definition at line 56 of file multiplexer.cpp.
|
inlineexplicit |
Definition at line 58 of file multiplexer.cpp.
|
inlineexplicit |
Definition at line 225 of file pluginmanager.cpp.
|
inlineoverridevirtual |
Get the Key object from the Key Provider.
Implements KeyProvider.
Definition at line 226 of file pluginmanager.cpp.
|
inlineoverridevirtual |
Get the Key object from the Key Provider.
Implements KeyProvider.
Definition at line 59 of file multiplexer.cpp.