Skip to content
Snippets Groups Projects
Commit 954d7520 authored by Peter Kaiser's avatar Peter Kaiser
Browse files

ViewerWidget: Put into widget category 'Visualization'

parent 1e7e14ed
No related branches found
No related tags found
No related merge requests found
......@@ -23,24 +23,19 @@
#ifndef VIEWER3DWIDGET_H
#define VIEWER3DWIDGET_H
#include <ArmarXGui/libraries/ArmarXGuiBase/ArmarXWidgetController.h>
#include <ArmarXGui/libraries/ArmarXGuiBase/widgets/CoinViewer.h>
#include <QWidget>
#define ARMARX_VIEWER_NAME "3D Viewer"
#define ARMARX_VIEWER_NAME "Visualization.3D Viewer"
//class SoQtExaminerViewer;
class SoSeparator;
class QComboBox;
class Ui_Viewer3DWidget;
class Ui_ViewerWidgetConfigDialog;
namespace armarx
{
/**
......@@ -55,10 +50,11 @@ namespace armarx
~Viewer3DWidget();
// inherited from ArmarXWidgetController
QString getWidgetName()const
QString getWidgetName() const
{
return ARMARX_VIEWER_NAME;
}
void loadSettings(QSettings* settings);
void saveSettings(QSettings* settings);
void setMainWindow(QMainWindow* mainWindow);
......@@ -98,7 +94,6 @@ namespace armarx
QSettings settings;
};
typedef IceUtil::Handle<Viewer3DWidget> Viewer3DWidgetPtr;
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment