1 #ifndef RADIAL_MENU_RVIZ_RADIAL_PROPERTY_CONTROL_HPP 2 #define RADIAL_MENU_RVIZ_RADIAL_PROPERTY_CONTROL_HPP 6 #include <radial_menu_msgs/State.h> 16 #include <QFontDatabase> 17 #include <QStringList> 28 "Menu description",
"",
29 "ROS parameter describing the menu tree model", parent,
35 ros::message_traits::datatype< radial_menu_msgs::State >(),
36 "Subscribed topic of radial_menu_msgs::State to visualize", parent,
42 const QStringList font_families_(QFontDatabase().families());
43 for (
int i = 0; i < font_families_.size(); ++i) {
44 font_ctl_->addOption(font_families_[i], i);
58 "RGB of title background", parent,
61 "RGB of title text", parent,
66 "Width of line between areas in pixels", parent,
77 "RGB of item background when not pointed or selected", parent,
80 "Item (default)", QColor(0, 0, 0),
"RGB of item text when not pointed or selected", parent,
84 "RGB to be blended to item background when pointed", parent,
87 "Item (pointed)", QColor(0, 0, 0),
"RGB to be blended to item text when pointed", parent,
90 "Item bg (selected)", QColor(0, 0, 0),
"RGB of item background when selected", parent,
93 "RGB of item text when selected", parent,
98 "Bg alpha", 255,
"Alpha of all background colors from 0 (transparent) to 255 (opaque)",
103 "Fg alpha", 255,
"Alpha of all foreground colors from 0 (transparent) to 255 (opaque)",
110 "X position of menu's center in pixels", parent,
114 "Y position of menu's center in pixels", parent,