#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <Gui/Application.h>
#include <Gui/Language/Translator.h>
#include "Workbench.h"
#include "ViewProviderPocket.h"
#include "ViewProviderPad.h"
#include "ViewProviderFillet.h"
#include "ViewProviderRevolution.h"
#include "TaskChamfer.h"
Go to the source code of this file.
Functions | |
void | CreatePartDesignCommands (void) |
void | initPartDesignGui () |
void | loadPartDesignResource () |
Variables | |
struct PyMethodDef | PartDesignGui_Import_methods [] |
void CreatePartDesignCommands | ( | void | ) |
Definition at line 397 of file Mod/PartDesign/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initPartDesignGui().
void initPartDesignGui | ( | ) |
Definition at line 59 of file AppPartDesignGui.cpp.
References Base::Console(), CreatePartDesignCommands(), PartDesignGui::ViewProviderFillet::init(), PartDesignGui::ViewProviderChamfer::init(), PartDesignGui::ViewProviderRevolution::init(), PartDesignGui::ViewProviderPad::init(), PartDesignGui::ViewProviderPocket::init(), PartDesignGui::ViewProvider::init(), PartDesignGui::Workbench::init(), Gui::Application::Instance, Base::Interpreter(), loadPartDesignResource(), PartDesignGui_Import_methods, and Base::Exception::what().
void loadPartDesignResource | ( | ) |
Definition at line 46 of file AppPartDesignGui.cpp.
References Gui::Translator::instance().
Referenced by initPartDesignGui().
struct PyMethodDef PartDesignGui_Import_methods[] |
Definition at line 31 of file AppPartDesignGuiPy.cpp.
Referenced by initPartDesignGui().