15class ShuffleboardContainer;
28template <
typename Derived>
70 return *
static_cast<Derived*
>(
this);
void SetType(std::string_view type)
A generic component in Shuffleboard.
Definition ShuffleboardComponent.h:25
Common interface for objects that can contain shuffleboard components.
Definition ShuffleboardContainer.h:42
Definition ShuffleboardValue.h:15
detail namespace with internal helper functions
Definition input_adapters.h:32
const char * GetStringForWidgetType(BuiltInWidgets type)
BuiltInWidgets
The types of the widgets bundled with Shuffleboard.
Definition BuiltInWidgets.h:25