|
#include "WidgetRegister.h"
#include "Widgets.h"
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/util/CPPUtility/GetTypeString.h>
#include <memory>
#include <map>
#include <typeindex>
Go to the source code of this file.
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::RemoteGui | |
Typedefs | |
typedef std::map< std::type_index, WidgetHandler * > | WidgetRegister |
Functions | |
WidgetRegister | createWidgetRegister () |
const WidgetHandler & | getWidgetHandler (WidgetPtr const &desc) |
template<typename HandlerT > | |
void | registerHandler (WidgetRegister ®ister_) |