#include "PreCompiled.h"
#include <QCalendarWidget>
#include <QColorDialog>
#include <QCryptographicHash>
#include <QObject>
#include <QEventLoop>
#include <QFontMetrics>
#include <QFuture>
#include <QFutureWatcher>
#include <QtConcurrentMap>
#include <QLabel>
#include <QMessageBox>
#include <QTimer>
#include <QImage>
#include <QImageReader>
#include <QPainter>
#include <QThread>
#include <Inventor/nodes/SoAnnotation.h>
#include <Inventor/nodes/SoImage.h>
#include <Inventor/nodes/SoCone.h>
#include <Inventor/Qt/viewers/SoQtPlaneViewer.h>
#include <Inventor/Qt/viewers/SoQtExaminerViewer.h>
#include <Inventor/Qt/viewers/SoQtFlyViewer.h>
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <Base/Console.h>
#include <Base/Sequencer.h>
#include <App/Application.h>
#include <App/Document.h>
#include <Gui/Application.h>
#include <Gui/BitmapFactory.h>
#include <Gui/Command.h>
#include <Gui/MainWindow.h>
#include <Gui/FileDialog.h>
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
#include <Gui/WaitCursor.h>
#include <Mod/Sandbox/App/DocumentThread.h>
#include <Mod/Sandbox/App/DocumentProtector.h>
#include <Mod/Mesh/App/MeshFeature.h>
#include "Workbench.h"
Go to the source code of this file.
void CreateSandboxCommands | ( | void | ) |
Definition at line 1251 of file Mod/Sandbox/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initSandboxGui().
Base::Reference<Mesh::MeshObject> loadMesh | ( | const QString & | s | ) |
Definition at line 567 of file Mod/Sandbox/Gui/Command.cpp.
References Mesh::MeshObject::load(), and Mesh2Shape::mesh.
Referenced by CmdSandboxMeshLoaderFuture::activated(), and CmdSandboxMeshLoaderBoost::activated().