#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 | CreateMeshPartCommands (void) |
void | initMeshPartGui () |
void | loadMeshPartResource () |
Variables | |
struct PyMethodDef | MeshPartGui_Import_methods [] |
void CreateMeshPartCommands | ( | void | ) |
Definition at line 65 of file Mod/MeshPart/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initMeshPartGui().
void initMeshPartGui | ( | ) |
Definition at line 51 of file AppMeshPartGui.cpp.
References Base::Console(), CreateMeshPartCommands(), MeshPartGui::Workbench::init(), Gui::Application::Instance, loadMeshPartResource(), and MeshPartGui_Import_methods.
void loadMeshPartResource | ( | ) |
Definition at line 38 of file AppMeshPartGui.cpp.
References Gui::Translator::instance().
Referenced by initMeshPartGui().
struct PyMethodDef MeshPartGui_Import_methods[] |
Definition at line 30 of file AppMeshPartGuiPy.cpp.
Referenced by initMeshPartGui().