#include "ViewerWidget.h"
#include <ArmarXGui/applications/ArmarXGui/ui_ViewerWidget.h>
#include <ArmarXGui/applications/ArmarXGui/ui_ViewerWidgetConfigDialog.h>
#include <Inventor/nodes/SoNode.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoCamera.h>
#include <Inventor/actions/SoLineHighlightRenderAction.h>
#include <Inventor/actions/SoSearchAction.h>
#include "../ArmarXMainWindow.h"
#include <QGridLayout>
#include <QComboBox>
#include <QLabel>
#include <QToolBar>
#include <QCheckBox>
#include <QColorDialog>
#include <QPushButton>
#include <QDialogButtonBox>
#include <QShortcut>
#include <QDialog>
Go to the source code of this file.
◆ ARMARX_GUI_APPLICATION_NAME
#define ARMARX_GUI_APPLICATION_NAME "ArmarXGUI" |
◆ ARMARX_ORGANIZATION
#define ARMARX_ORGANIZATION "KIT" |
◆ VIEWER_SETTINGS_AA
#define VIEWER_SETTINGS_AA "AntiAliasing" |
◆ VIEWER_SETTINGS_BACKGROUND_COLOR
#define VIEWER_SETTINGS_BACKGROUND_COLOR "BackgroundColor" |
◆ VIEWER_SETTINGS_TRANSPARENCY_TYPE
#define VIEWER_SETTINGS_TRANSPARENCY_TYPE "TransparencyType" |