OpenCPN Partial API docs
Loading...
Searching...
No Matches
RawKey Class Reference

KeyProvider wrapper for a plain key string. More...

Inheritance diagram for RawKey:
obs::KeyProvider obs::KeyProvider

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().
 

Detailed Description

KeyProvider wrapper for a plain key string.

Definition at line 54 of file multiplexer.cpp.

Constructor & Destructor Documentation

◆ RawKey() [1/2]

RawKey::RawKey ( const std::string &  key)
inlineexplicit

Definition at line 56 of file multiplexer.cpp.

◆ RawKey() [2/2]

RawKey::RawKey ( const std::string &  key)
inlineexplicit

Definition at line 189 of file pluginmanager.cpp.

Member Function Documentation

◆ GetKey() [1/2]

std::string RawKey::GetKey ( ) const
inlinevirtual

Return string used by Notify() and Listen().

Implements obs::KeyProvider.

Definition at line 190 of file pluginmanager.cpp.

◆ GetKey() [2/2]

std::string RawKey::GetKey ( ) const
inlineoverridevirtual

Return string used by Notify() and Listen().

Implements obs::KeyProvider.

Definition at line 57 of file multiplexer.cpp.


The documentation for this class was generated from the following files: