#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Gui/Application.h>
#include <Gui/Language/Translator.h>
#include "ViewProviderFemMesh.h"
#include "Workbench.h"
Go to the source code of this file.
Functions | |
void | CreateFemCommands (void) |
void | initFemGui () |
void | loadFemResource () |
Variables | |
struct PyMethodDef | FemGui_Import_methods [] |
void CreateFemCommands | ( | void | ) |
Definition at line 105 of file Mod/Fem/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initFemGui().
void initFemGui | ( | ) |
Definition at line 52 of file AppFemGui.cpp.
References Base::Console(), CreateFemCommands(), FemGui_Import_methods, FemGui::ViewProviderFemMesh::init(), FemGui::Workbench::init(), Gui::Application::Instance, and loadFemResource().
void loadFemResource | ( | ) |
Definition at line 39 of file AppFemGui.cpp.
References Gui::Translator::instance().
Referenced by initFemGui().
struct PyMethodDef FemGui_Import_methods[] |
Definition at line 32 of file AppFemGuiPy.cpp.
Referenced by initFemGui().