#include "PreCompiled.h"
#include <App/Application.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <Gui/Application.h>
#include "Workbench.h"
Go to the source code of this file.
Functions | |
void | CreateImportCommands (void) |
void ImportGuiExport | initImportGui () |
Variables | |
struct PyMethodDef | ImportGui_Import_methods [] |
void CreateImportCommands | ( | void | ) |
Definition at line 151 of file Mod/Import/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initImportGui().
void ImportGuiExport initImportGui | ( | ) |
Definition at line 46 of file AppImportGui.cpp.
References Base::Console(), CreateImportCommands(), ImportGui_Import_methods, ImportGui::Workbench::init(), Gui::Application::Instance, Base::Interpreter(), and Base::Exception::what().
struct PyMethodDef ImportGui_Import_methods[] |
Definition at line 460 of file AppImportGuiPy.cpp.
Referenced by initImportGui().