#include "PreCompiled.h"
#include <TopoDS_Shape.hxx>
#include <TopoDS_Face.hxx>
#include <TopoDS.hxx>
#include <BRepAdaptor_Surface.hxx>
#include <QApplication>
#include <QInputDialog>
#include <QMessageBox>
#include <Gui/Application.h>
#include <Gui/Document.h>
#include <Gui/Command.h>
#include <Gui/MainWindow.h>
#include <Gui/DlgEditFileIncludeProptertyExternal.h>
#include <Gui/SelectionFilter.h>
#include <Mod/Sketcher/App/SketchObjectSF.h>
#include <Mod/Sketcher/App/SketchObject.h>
#include <Mod/Part/App/Part2DObject.h>
#include "SketchOrientationDialog.h"
#include "ViewProviderSketch.h"
Go to the source code of this file.
Classes | |
class | CmdSketcherLeaveSketch |
class | CmdSketcherMapSketch |
class | CmdSketcherNewSketch |
class | CmdSketcherViewSketch |
Functions | |
void | CreateSketcherCommands (void) |
void CreateSketcherCommands | ( | void | ) |
Definition at line 338 of file Mod/Sketcher/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initSketcherGui().