|
mc_rtc
2.14.0
|
#include <mc_rtc/gui/elements.h>


Public Member Functions | |
| bool | handleRequest (const mc_rtc::Configuration &) |
| template<typename... Args> | |
| VoidCallbackElement (const std::string &name, Callback cb, Args &&... args) | |
| VoidCallbackElement () | |
Public Member Functions inherited from mc_rtc::gui::CallbackElement< ElementT, Callback > | |
| bool | handleRequest (const mc_rtc::Configuration &data) |
| template<typename... Args> | |
| CallbackElement (const std::string &name, Callback cb, Args &&... args) | |
| CallbackElement () | |
Additional Inherited Members | |
Protected Attributes inherited from mc_rtc::gui::CallbackElement< ElementT, Callback > | |
| Callback | cb_ |
A generic element to handle request from the client when no data is required
This is a common building block for other elements
|
inline |
|
inline |
Invalid element
|
inline |