#include "PreCompiled.h"#include <Python.h>#include <Base/Console.h>#include <Gui/Application.h>#include <Gui/Language/Translator.h>#include "Workbench.h"Go to the source code of this file.
Functions | |
| void | CreateAssemblyCommands (void) |
| void | initAssemblyGui () |
| void | loadAssemblyResource () |
Variables | |
| struct PyMethodDef | AssemblyGui_Import_methods [] |
| void CreateAssemblyCommands | ( | void | ) |
Definition at line 60 of file Mod/Assembly/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initAssemblyGui().
| void initAssemblyGui | ( | ) |
Definition at line 51 of file AppAssemblyGui.cpp.
References AssemblyGui_Import_methods, Base::Console(), CreateAssemblyCommands(), AssemblyGui::Workbench::init(), Gui::Application::Instance, and loadAssemblyResource().
| void loadAssemblyResource | ( | ) |
Definition at line 38 of file AppAssemblyGui.cpp.
References Gui::Translator::instance().
Referenced by initAssemblyGui().
| struct PyMethodDef AssemblyGui_Import_methods[] |
Definition at line 31 of file AppAssemblyGuiPy.cpp.
Referenced by initAssemblyGui().
1.6.1