21 : m_layoutName(layoutName) {}
31 const char* m_layoutName;
Represents the type of a layout in Shuffleboard.
Definition LayoutType.h:18
std::string_view GetLayoutName() const
Gets the string type of the layout as defined by that layout in Shuffleboard.
constexpr LayoutType(const char *layoutName)
Definition LayoutType.h:20