#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <Gui/Application.h>
#include <Gui/WorkbenchManager.h>
#include <Gui/Language/Translator.h>
#include "Workbench.h"
#include <Mod/Start/App/StartConfiguration.h>
Go to the source code of this file.
Functions | |
void | CreateStartCommands (void) |
void | initStartGui () |
void | loadStartResource () |
Variables | |
struct PyMethodDef | StartGui_Import_methods [] |
void CreateStartCommands | ( | void | ) |
Definition at line 60 of file Mod/Start/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initStartGui().
void initStartGui | ( | ) |
Definition at line 55 of file AppStartGui.cpp.
References Py::String::as_std_string(), Base::Console(), CreateStartCommands(), StartGui::Workbench::init(), Gui::Application::Instance, Base::Interpreter(), Py::Object::isString(), loadStartResource(), Py::Object::repr(), StartGui_Import_methods, Py::type(), and Base::Exception::what().
void loadStartResource | ( | ) |
Definition at line 42 of file AppStartGui.cpp.
References Gui::Translator::instance(), and RobotExample::Start.
Referenced by initStartGui().
struct PyMethodDef StartGui_Import_methods[] |
Definition at line 31 of file AppStartGuiPy.cpp.
Referenced by initStartGui().