#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <Gui/Application.h>
#include <Gui/Language/Translator.h>
#include "ViewProviderRobotObject.h"
#include "ViewProviderTrajectory.h"
#include "ViewProviderEdge2TracObject.h"
#include "ViewProviderTrajectoryDressUp.h"
#include "ViewProviderTrajectoryCompound.h"
#include "Workbench.h"
Go to the source code of this file.
Functions | |
void | CreateRobotCommands (void) |
void | CreateRobotCommandsExport (void) |
void | CreateRobotCommandsInsertRobots (void) |
void | CreateRobotCommandsTrajectory (void) |
void | initRobotGui () |
void | loadRobotResource () |
Variables | |
struct PyMethodDef | RobotGui_Import_methods [] |
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().
void CreateRobotCommandsExport | ( | void | ) |
Definition at line 175 of file CommandExport.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initRobotGui().
void CreateRobotCommandsInsertRobots | ( | void | ) |
Definition at line 259 of file CommandInsertRobot.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initRobotGui().
void CreateRobotCommandsTrajectory | ( | void | ) |
Definition at line 469 of file CommandTrajectory.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initRobotGui().
void initRobotGui | ( | ) |
Definition at line 60 of file AppRobotGui.cpp.
References Base::Console(), CreateRobotCommands(), CreateRobotCommandsExport(), CreateRobotCommandsInsertRobots(), CreateRobotCommandsTrajectory(), RobotGui::ViewProviderTrajectoryDressUp::init(), RobotGui::ViewProviderTrajectoryCompound::init(), RobotGui::ViewProviderEdge2TracObject::init(), RobotGui::ViewProviderTrajectory::init(), RobotGui::ViewProviderRobotObject::init(), RobotGui::Workbench::init(), Gui::Application::Instance, Base::Interpreter(), loadRobotResource(), RobotGui_Import_methods, and Base::Exception::what().
void loadRobotResource | ( | ) |
Definition at line 47 of file AppRobotGui.cpp.
References Gui::Translator::instance(), and MovieTool::Robot.
Referenced by initRobotGui().
struct PyMethodDef RobotGui_Import_methods[] |
Definition at line 31 of file AppRobotGuiPy.cpp.
Referenced by initRobotGui().