RobotWidget.h
Go to the documentation of this file.
1#pragma once
2
3#include <RobotAPI/gui-plugins/ArVizDrawerGui/ui_RobotWidget.h>
4
5#include "ElementWidgetBase.h"
6
7namespace armarx
8{
9 class RobotWidget : public ElementWidgetBaseTemplate<Ui::RobotWidget>
10 {
11 public:
12 void addTo(viz::Layer& layer) const override;
13 };
14} // namespace armarx
void addTo(viz::Layer &layer) const override
This file offers overloads of toIce() and fromIce() functions for STL container types.