WidgetDescription.h File Reference
#include <functional>
#include <QFrame>
#include <ArmarXCore/core/util/Registrar.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/interface/observers/VariantBase.h>
#include <ArmarXGui/interface/WidgetDescription.h>
+ Include dependency graph for WidgetDescription.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DescribedWidgetBase
 
struct  DescribedWidgetFactoryRegistration< T >
 
class  DescribedWidgetLayoutBase
 
class  ValueChangedListenerInterface
 

Namespaces

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

Typedefs

using DescribedWidgetFactory = Registrar< std::function< DescribedWidgetBase *(const WidgetPtr &, ValueChangedListenerInterface *)> >
 

Functions

DescribedWidgetBase * makeDescribedWidget (const WidgetPtr &p, ValueChangedListenerInterface *listener)