|
#include "DefaultWidgetDescriptions.h"
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 | 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) |