HiveMind
Public Member Functions | List of all members
IButtonCallbackRegister Class Referenceabstract

Manages the callback of a single button. More...

#include <IButtonCallbackRegister.h>

Inheritance diagram for IButtonCallbackRegister:
Inheritance graph
Collaboration diagram for IButtonCallbackRegister:
Collaboration graph

Public Member Functions

virtual ~IButtonCallbackRegister ()=default
 
virtual void setCallback (buttonCallbackFunction_t callback, void *context)=0
 sets the callback to the managed button More...
 

Detailed Description

Manages the callback of a single button.

Constructor & Destructor Documentation

◆ ~IButtonCallbackRegister()

virtual IButtonCallbackRegister::~IButtonCallbackRegister ( )
virtualdefault

Member Function Documentation

◆ setCallback()

virtual void IButtonCallbackRegister::setCallback ( buttonCallbackFunction_t  callback,
void *  context 
)
pure virtual

sets the callback to the managed button

Parameters
callbacka pointer to the callback function
contexta pointer to the context passed to the callback when called

Implemented in ButtonCallbackRegister.

Here is the caller graph for this function:

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