|
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 |
| Return string used by Notify() and Listen(). | |
| RawKey (const std::string &key) | |
| std::string | GetKey () const |
| Return string used by Notify() and Listen(). | |
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 189 of file pluginmanager.cpp.
|
inlinevirtual |
Return string used by Notify() and Listen().
Implements obs::KeyProvider.
Definition at line 190 of file pluginmanager.cpp.
|
inlineoverridevirtual |
Return string used by Notify() and Listen().
Implements obs::KeyProvider.
Definition at line 57 of file multiplexer.cpp.