Go to the documentation of this file.
30 #include <QElapsedTimer>
34 #include <QPushButton>
37 #include <QVBoxLayout>
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 demoStateManagerName;
124 DemoStateManagerInterfacePrx demoStateManagerPrx;
126 std::thread checkStateTask;
127 std::atomic_bool stopCheckStateTask{
false};
129 std::string mapColor(severity::SeverityEnum);
133 StatusIndicationLabel* statusIndicationLabel;
This file offers overloads of toIce() and fromIce() functions for STL container types.