#include <mc_rtc/gui/types.h>
Public Member Functions | |
LineConfig () | |
LineConfig (const Color &color, double width=0.01, const LineStyle &style=LineStyle::Solid) | |
LineConfig (const mc_rtc::Configuration &config) | |
void | fromMessagePack (const mc_rtc::Configuration &config) |
void | fromConfig (const mc_rtc::Configuration &config) |
mc_rtc::Configuration | saveConfig () const |
void | write (mc_rtc::MessagePackBuilder &out) const |
Static Public Member Functions | |
static constexpr size_t | write_size () |
Public Attributes | |
Color | color = {1, 0, 0} |
double | width = 0.01 |
LineStyle | style = LineStyle::Solid |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestaticconstexpr |
Color mc_rtc::gui::LineConfig::color = {1, 0, 0} |
LineStyle mc_rtc::gui::LineConfig::style = LineStyle::Solid |
double mc_rtc::gui::LineConfig::width = 0.01 |