#include "PreCompiled.h"
#include <QMessageBox>
#include <App/Application.h>
#include <App/Document.h>
#include <App/DocumentObject.h>
#include <Gui/Application.h>
#include <Gui/Command.h>
#include <Gui/MainWindow.h>
#include <Gui/FileDialog.h>
#include <Gui/Selection.h>
#include <Gui/Document.h>
#include <Mod/Fem/App/FemMeshObject.h>
Go to the source code of this file.
Classes | |
class | CmdFemCreateFromShape |
Functions | |
void | CreateFemCommands (void) |
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().