#include "PreCompiled.h"
#include <QMessageBox>
#include <App/Application.h>
#include <Gui/Application.h>
#include <Gui/MainWindow.h>
#include <Gui/Command.h>
#include <Gui/FileDialog.h>
#include <Gui/Selection.h>
#include <Gui/SelectionFilter.h>
#include <Gui/Document.h>
#include <Gui/Control.h>
#include <Mod/Robot/App/RobotObject.h>
#include <Mod/Robot/App/TrajectoryObject.h>
#include "TrajectorySimulate.h"
#include "TaskDlgSimulate.h"
Go to the source code of this file.
Classes | |
class | CmdRobotConstraintAxle |
class | CmdRobotRestoreHomePos |
class | CmdRobotSetHomePos |
class | CmdRobotSimulate |
Functions | |
void | CreateRobotCommands (void) |
void CreateRobotCommands | ( | void | ) |
Definition at line 273 of file Mod/Robot/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initRobotGui().