DefaultWidgetDescriptions.h File Reference
#include <set>
#include <string>
#include <VirtualRobot/Robot.h>
#include <ArmarXGui/interface/WidgetDescription.h>
#include <ArmarXGui/libraries/DefaultWidgetDescriptions/DefaultWidgetDescriptions.h>
+ Include dependency graph for DefaultWidgetDescriptions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::WidgetDescription
 

Functions

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)