#include "PreCompiled.h"
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <Gui/Application.h>
#include <Gui/Language/Translator.h>
#include <Mod/Points/App/PropertyPointKernel.h>
#include "ViewProvider.h"
#include "Workbench.h"
#include "qrc_Points.cpp"
Go to the source code of this file.
Functions | |
void | CreatePointsCommands (void) |
void | initPointsGui () |
void | loadPointsResource () |
Variables | |
static struct PyMethodDef | PointsGui_methods [] |
void CreatePointsCommands | ( | void | ) |
Definition at line 224 of file Mod/Points/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initPointsGui().
void initPointsGui | ( | ) |
Definition at line 56 of file AppPointsGui.cpp.
References Gui::ViewProviderBuilder::add(), Base::Console(), CreatePointsCommands(), PointsGui::ViewProviderPoints::getClassTypeId(), Points::PropertyPointKernel::getClassTypeId(), PointsGui::Workbench::init(), Gui::ViewProviderPythonFeatureT< ViewProviderT >::init(), PointsGui::ViewProviderPoints::init(), Gui::Application::Instance, Base::Interpreter(), loadPointsResource(), PointsGui_methods, and Base::Exception::what().
void loadPointsResource | ( | ) |
Definition at line 41 of file AppPointsGui.cpp.
References Gui::Translator::instance().
Referenced by initPointsGui().
struct PyMethodDef PointsGui_methods[] [static] |
{ {NULL, NULL} }
Definition at line 50 of file AppPointsGui.cpp.
Referenced by initPointsGui().