#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 | CreateReverseEngineeringCommands (void) |
| void | initReverseEngineeringGui () |
| void | loadReverseEngineeringResource () |
Variables | |
| struct PyMethodDef | ReverseEngineeringGui_Import_methods [] |
| void CreateReverseEngineeringCommands | ( | void | ) |
Definition at line 170 of file Mod/ReverseEngineering/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initReverseEngineeringGui().
| void initReverseEngineeringGui | ( | ) |
Definition at line 51 of file AppReverseEngineeringGui.cpp.
References Base::Console(), CreateReverseEngineeringCommands(), ReverseEngineeringGui::Workbench::init(), Gui::Application::Instance, loadReverseEngineeringResource(), and ReverseEngineeringGui_Import_methods.
| void loadReverseEngineeringResource | ( | ) |
Definition at line 38 of file AppReverseEngineeringGui.cpp.
References Gui::Translator::instance().
Referenced by initReverseEngineeringGui().
| struct PyMethodDef ReverseEngineeringGui_Import_methods[] |
Definition at line 31 of file AppReverseEngineeringGuiPy.cpp.
Referenced by initReverseEngineeringGui().
1.6.1