#include "PreCompiled.h"#include <QAction>#include <QApplication>#include <QFileInfo>#include <QKeyEvent>#include <QEvent>#include <QDropEvent>#include <QDragEnterEvent>#include <QFileDialog>#include <QPainter>#include <QPrinter>#include <QPrintDialog>#include <QPrintPreviewDialog>#include <QStackedWidget>#include <QTimer>#include <QUrl>#include <Inventor/actions/SoWriteAction.h>#include <Inventor/actions/SoGetPrimitiveCountAction.h>#include <Inventor/nodes/SoDirectionalLight.h>#include <Inventor/nodes/SoMaterial.h>#include <Inventor/nodes/SoOrthographicCamera.h>#include <Inventor/nodes/SoPerspectiveCamera.h>#include <Inventor/nodes/SoSeparator.h>#include <Inventor/nodes/SoShapeHints.h>#include <Inventor/events/SoEvent.h>#include <Inventor/fields/SoSFString.h>#include <Inventor/fields/SoSFColor.h>#include <Base/Exception.h>#include <Base/Console.h>#include <Base/FileInfo.h>#include <App/DocumentObject.h>#include "View3DInventor.h"#include "View3DInventorViewer.h"#include "Document.h"#include "FileDialog.h"#include "Application.h"#include "MainWindow.h"#include "MenuManager.h"#include "WaitCursor.h"#include "SoFCVectorizeSVGAction.h"#include "Inventor/Qt/viewers/SoQtExaminerViewer.h"#include "View3DInventorExamples.h"#include "SoFCSelectionAction.h"#include "View3DPy.h"#include "SoFCDB.h"#include "NavigationStyle.h"#include <locale>#include "moc_View3DInventor.cpp"Go to the source code of this file.
1.6.1