DefaultWidgetDescriptions.cpp File Reference
#include "DefaultWidgetDescriptions.h"
#include <VirtualRobot/Robot.h>
+ Include dependency graph for DefaultWidgetDescriptions.cpp:

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, const std::set< std::string > &preferredSet, const std::string &mostPreferred)
 
StringComboBoxPtr makeRobotNodeComboBox (const VirtualRobot::RobotPtr &robot, std::string name, 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::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)