WPILibC++
2019.4.1-5-gaab4c49
|
Represents the type of a widget in Shuffleboard. More...
#include <WidgetType.h>
Public Member Functions | |
constexpr | WidgetType (const char *widgetName) |
wpi::StringRef | GetWidgetName () const |
Gets the string type of the widget as defined by that widget in Shuffleboard. | |
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.