#include <set>
#include <string>
#include <VirtualRobot/Robot.h>
#include <ArmarXGui/interface/WidgetDescription.h>
#include <ArmarXGui/libraries/DefaultWidgetDescriptions/DefaultWidgetDescriptions.h>
Go to the source code of this file.
|
StringComboBoxPtr | makeRNSComboBox (const VirtualRobot::RobotPtr &robot, std::string name="RobotNodeSet", const std::set< std::string > &preferredSet={}, const std::string &mostPreferred="") |
|
StringComboBoxPtr | makeRobotNodeComboBox (const VirtualRobot::RobotPtr &robot, std::string name="RobotNode", const std::set< std::string > &preferredSet={}, const std::string &mostPreferred="") |
|
StringComboBoxPtr | makeStringSelectionComboBox (std::string name, std::vector< std::string > options) |
|
StringComboBoxPtr | makeStringSelectionComboBox (std::string name, std::vector< std::string > options, const std::initializer_list< std::string > &preferredSet) |
|
StringComboBoxPtr | makeStringSelectionComboBox (std::string name, std::vector< std::string > options, const std::set< std::string > &preferredSet) |
|
StringComboBoxPtr | makeStringSelectionComboBox (std::string name, std::vector< std::string > options, const std::set< std::string > &preferredSet, const std::string &mostPreferred) |
|
StringComboBoxPtr | makeStringSelectionComboBox (std::string name, std::vector< std::string > options, const std::string &mostPreferred) |
|
StringComboBoxPtr | makeStringSelectionComboBox (std::string name, std::vector< std::string > options, const std::string &mostPreferred, const std::set< std::string > &preferredSet) |
|