Represents the type of a widget in Shuffleboard.
More...
#include <frc/shuffleboard/WidgetType.h>
Represents the type of a widget in Shuffleboard.
Using this is preferred over specifying raw strings, to avoid typos and having to know or look up the exact string name for a desired widget.
- See also
- BuiltInWidgets the built-in widget types
◆ WidgetType()
constexpr frc::WidgetType::WidgetType |
( |
const char * |
widgetName | ) |
|
|
inlineexplicitconstexpr |
◆ ~WidgetType()
frc::WidgetType::~WidgetType |
( |
| ) |
|
|
default |
◆ GetWidgetName()
Gets the string type of the widget as defined by that widget in Shuffleboard.
The documentation for this class was generated from the following file: