#include "PreCompiled.h"#include <Base/Console.h>#include <Gui/Application.h>#include <Gui/Document.h>#include <Gui/Command.h>#include <Gui/MainWindow.h>#include <Gui/DlgEditFileIncludeProptertyExternal.h>#include <Gui/Selection.h>#include <Gui/SelectionFilter.h>#include <Mod/Sketcher/App/SketchObject.h>#include "ViewProviderSketch.h"#include "DrawSketchHandler.h"Go to the source code of this file.
| void ActivateHandler | ( | Gui::Document * | doc, | |
| DrawSketchHandler * | handler | |||
| ) |
Definition at line 47 of file CommandCreateGeo.cpp.
References SketcherGui::ViewProviderSketch::getClassTypeId(), and Gui::Document::getInEdit().
Referenced by CmdSketcherTrimming::activated(), CmdSketcherCreateFillet::activated(), CmdSketcherCreateCircle::activated(), CmdSketcherCreateArc::activated(), CmdSketcherCreatePolyline::activated(), CmdSketcherCreateRectangle::activated(), and CmdSketcherCreateLine::activated().
| void CreateSketcherCommandsCreateGeo | ( | void | ) |
Definition at line 1538 of file CommandCreateGeo.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initSketcherGui().
| SketcherGui::ViewProviderSketch* getSketchViewprovider | ( | Gui::Document * | doc | ) |
Definition at line 71 of file CommandCreateGeo.cpp.
References SketcherGui::ViewProviderSketch::getClassTypeId(), and Gui::Document::getInEdit().
| bool isCreateGeoActive | ( | Gui::Document * | doc | ) |
Definition at line 57 of file CommandCreateGeo.cpp.
References SketcherGui::ViewProviderSketch::getClassTypeId(), and Gui::Document::getInEdit().
Referenced by CmdSketcherTrimming::isActive(), CmdSketcherCreateFillet::isActive(), CmdSketcherCreateCircle::isActive(), CmdSketcherCreateArc::isActive(), CmdSketcherCreatePolyline::isActive(), CmdSketcherCreateRectangle::isActive(), and CmdSketcherCreateLine::isActive().
const char* cursor_createarc[] [static] |
Definition at line 671 of file CommandCreateGeo.cpp.
Referenced by DrawSketchHandlerArc::activated().
const char* cursor_createbox[] [static] |
Definition at line 243 of file CommandCreateGeo.cpp.
Referenced by DrawSketchHandlerBox::activated().
const char* cursor_createcircle[] [static] |
Definition at line 892 of file CommandCreateGeo.cpp.
Referenced by DrawSketchHandlerCircle::activated().
const char* cursor_createfillet[] [static] |
Definition at line 1181 of file CommandCreateGeo.cpp.
Referenced by DrawSketchHandlerFillet::activated().
const char* cursor_createline[] [static] |
Definition at line 84 of file CommandCreateGeo.cpp.
Referenced by DrawSketchHandlerLine::activated().
const char* cursor_createlineset[] [static] |
Definition at line 445 of file CommandCreateGeo.cpp.
Referenced by DrawSketchHandlerLineSet::activated().
const char* cursor_trimming[] [static] |
Definition at line 1417 of file CommandCreateGeo.cpp.
Referenced by DrawSketchHandlerTrimming::activated().
1.6.1