#include "PreCompiled.h"#include <QMessageBox>#include <Gui/Application.h>#include <Gui/Document.h>#include <Gui/Selection.h>#include <Gui/Command.h>#include <Gui/MainWindow.h>#include <Gui/DlgEditFileIncludeProptertyExternal.h>#include <Mod/Part/App/Geometry.h>#include <Mod/Sketcher/App/SketchObject.h>#include "ViewProviderSketch.h"Go to the source code of this file.
Classes | |
| class | SketcherGui::CmdSketcherToggleConstruction |
Namespaces | |
| namespace | SketcherGui |
Functions | |
| void | CreateSketcherCommandsAlterGeo (void) |
| bool | isAlterGeoActive (Gui::Document *doc) |
| void CreateSketcherCommandsAlterGeo | ( | void | ) |
Definition at line 124 of file CommandAlterGeometry.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initSketcherGui().
| bool isAlterGeoActive | ( | Gui::Document * | doc | ) |
Definition at line 45 of file CommandAlterGeometry.cpp.
References Sketcher::SketchObject::getClassTypeId(), SketcherGui::ViewProviderSketch::getClassTypeId(), Gui::Document::getInEdit(), and Gui::Selection().
Referenced by SketcherGui::CmdSketcherToggleConstruction::isActive().
1.6.1