The FrontendActionHandler may be used to receive frontend callbacks without deserializing the message. The FrontendActionHandler has multiple action handlers that will deserialize the action and call the corresponding virtual function.
More...
#include "FrontendActionHandler.h"
The FrontendActionHandler may be used to receive frontend callbacks without deserializing the message. The FrontendActionHandler has multiple action handlers that will deserialize the action and call the corresponding virtual function.
◆ FrontendActionHandler()
ot::FrontendActionHandler::FrontendActionHandler |
( |
| ) |
|
|
inline |
◆ ~FrontendActionHandler()
virtual ot::FrontendActionHandler::~FrontendActionHandler |
( |
| ) |
|
|
inlinevirtual |
◆ keySequenceActivated()
virtual void ot::FrontendActionHandler::keySequenceActivated |
( |
const std::string & | _keySequence | ) |
|
|
inlinevirtual |
Key sequence activated in the frontend.
- Parameters
-
_keySequence | The key sequence that was activated. |
◆ settingsItemChanged()
virtual void ot::FrontendActionHandler::settingsItemChanged |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: