#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Gui/Application.h>
#include "ViewProviderInspection.h"
#include "Workbench.h"
Go to the source code of this file.
Functions | |
void | CreateInspectionCommands (void) |
void InspectionGuiExport | initInspectionGui () |
PyDoc_STRVAR (module_InspectionGui_doc,"This module is the InspectionGui module.") | |
Variables | |
struct PyMethodDef | InspectionGui_methods [] |
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().
void InspectionGuiExport initInspectionGui | ( | ) |
PyDoc_STRVAR | ( | module_InspectionGui_doc | , | |
"This module is the InspectionGui module." | ||||
) |
struct PyMethodDef InspectionGui_methods[] |
Definition at line 33 of file AppInspectionGuiPy.cpp.
Referenced by initInspectionGui().