WidgetRegister.h
Go to the documentation of this file.
1#pragma once
2
3#include <ArmarXGui/interface/RemoteGuiInterface.h>
4
5#include "WidgetHandler.h"
6
7namespace armarx::RemoteGui
8{
9 WidgetHandler const& getWidgetHandler(WidgetPtr const& desc);
10}
const WidgetHandler & getWidgetHandler(WidgetPtr const &desc)