#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/Complete/App/CompleteConfiguration.h>Go to the source code of this file.
Functions | |
| void | CreateCompleteCommands (void) |
| void | initCompleteGui () |
| void | loadCompleteResource () |
Variables | |
| struct PyMethodDef | CompleteGui_Import_methods [] |
| void CreateCompleteCommands | ( | void | ) |
Definition at line 60 of file Mod/Complete/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initCompleteGui().
| void initCompleteGui | ( | ) |
Definition at line 55 of file AppCompleteGui.cpp.
References Py::String::as_std_string(), CompleteGui_Import_methods, Base::Console(), CreateCompleteCommands(), Py::Object::getAttr(), Gui::Workbench::getPyObject(), CompleteGui::Workbench::init(), Gui::WorkbenchManager::instance(), Gui::Application::Instance, Base::Interpreter(), Py::Object::isString(), loadCompleteResource(), Py::Object::repr(), result, Py::type(), and Base::Exception::what().
| void loadCompleteResource | ( | ) |
Definition at line 42 of file AppCompleteGui.cpp.
References Gui::Translator::instance().
Referenced by initCompleteGui().
| struct PyMethodDef CompleteGui_Import_methods[] |
Definition at line 31 of file AppCompleteGuiPy.cpp.
Referenced by initCompleteGui().
1.6.1