30#include <QElapsedTimer>
45#include <ArmarXGui/gui-plugins/MessageDisplayPlugin/ui_PresenterViewWidget.h>
46#include <ArmarXGui/interface/DemoStateManagerInterface.h>
79 return "DemoState.PresenterView";
116 Ui::PresenterViewWidget widget;
118 const std::string DEFAULT_SETTINGS_PLUGIN_NAME;
119 const std::string DEFAULT_SETTINGS_CUSTOM_TEXT;
120 QPointer<armarx::SimpleConfigDialog> m_config_dialog;
122 std::string demoStateProxyName;
124 DemoStateManagerInterfacePrx demoStateManagerPrx;
126 std::thread checkStateTask;
127 std::atomic_bool stopCheckStateTask{
false};
129 std::string mapColor(severity::SeverityEnum);
This file offers overloads of toIce() and fromIce() functions for STL container types.