|
#include <string>
#include <QApplication>
#include <ArmarXCore/core/system/ImportExportComponent.h>
#include <ArmarXGui/applications/ArmarXGui/ArmarXMainWindow.h>
#include <ArmarXGui/applications/ArmarXGui/Widgets/ui_ExceptionDialog.h>
#include <Inventor/Qt/SoQt.h>
Go to the source code of this file.
Classes | |
class | ArmarXGuiApp |
The main ArmarX gui application. More... | |
class | ArmarXGuiAppPropertyDefinitions |
ArmarXGuiApp property definition container. More... | |
class | ArmarXQApplication |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
using | GuiWindowPtr = std::shared_ptr< ArmarXMainWindow > |
using | QApplicationPtr = std::shared_ptr< QApplication > |