#include "PreCompiled.h"
#include <Base/Console.h>
#include <App/Document.h>
#include <Gui/Application.h>
#include <Gui/BitmapFactory.h>
#include <Gui/Command.h>
#include <Gui/Document.h>
#include <Gui/MainWindow.h>
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
#include <Mod/Inspection/App/InspectionFeature.h>
#include "VisualInspection.h"
#include "ViewProviderInspection.h"
Go to the source code of this file.
Classes | |
class | CmdInspectElement |
class | CmdVisualInspection |
Functions | |
void | CreateInspectionCommands (void) |
void CreateInspectionCommands | ( | void | ) |
Definition at line 112 of file Mod/Inspection/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initInspectionGui().