OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ot::FrontendActionHandler Class Reference

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"

Inheritance diagram for ot::FrontendActionHandler:
ot::ActionHandler

Public Member Functions

 FrontendActionHandler ()
 
virtual ~FrontendActionHandler ()
 
virtual void keySequenceActivated (const std::string &_keySequence)
 Key sequence activated in the frontend.
 
virtual void settingsItemChanged ()
 
- Public Member Functions inherited from ot::ActionHandler
 ActionHandler ()
 
 ActionHandler (const ActionHandler &_other)=default
 
 ActionHandler (ActionHandler &&_other)=default
 
virtual ~ActionHandler ()
 
ActionHandleroperator= (const ActionHandler &_other)=default
 
ActionHandleroperator= (ActionHandler &&_other)=default
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FrontendActionHandler()

ot::FrontendActionHandler::FrontendActionHandler ( )
inline

◆ ~FrontendActionHandler()

virtual ot::FrontendActionHandler::~FrontendActionHandler ( )
inlinevirtual

Member Function Documentation

◆ keySequenceActivated()

virtual void ot::FrontendActionHandler::keySequenceActivated ( const std::string & _keySequence)
inlinevirtual

Key sequence activated in the frontend.

Parameters
_keySequenceThe key sequence that was activated.

◆ settingsItemChanged()

virtual void ot::FrontendActionHandler::settingsItemChanged ( )
inlinevirtual

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