|
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. | |
Public Member Functions inherited from KeyProvider | |
| virtual | ~KeyProvider ()=default |
| Destroy the Key Provider object. | |
KeyProvider wrapper for a plain key string.
Definition at line 54 of file multiplexer.cpp.
|
inlineexplicit |
Definition at line 56 of file multiplexer.cpp.
|
inlineexplicit |
Definition at line 191 of file pluginmanager.cpp.
|
inlineoverridevirtual |
Get the Key object from the Key Provider.
Implements KeyProvider.
Definition at line 192 of file pluginmanager.cpp.
|
inlineoverridevirtual |
Get the Key object from the Key Provider.
Implements KeyProvider.
Definition at line 57 of file multiplexer.cpp.