#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Gui/Application.h>
#include <Gui/Language/Translator.h>
#include "Workbench.h"
#include "ViewProviderImagePlane.h"
#include "qrc_Image.cpp"
Go to the source code of this file.
Functions | |
void | CreateImageCommands (void) |
void | initImageGui () |
void | loadImageResource () |
Variables | |
struct PyMethodDef | ImageGui_Import_methods [] |
void CreateImageCommands | ( | void | ) |
Definition at line 222 of file Mod/Image/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initImageGui().
void initImageGui | ( | ) |
Definition at line 41 of file AppImageGui.cpp.
References Base::Console(), CreateImageCommands(), ImageGui_Import_methods, ImageGui::Workbench::init(), ImageGui::ViewProviderImagePlane::init(), Gui::Application::Instance, and loadImageResource().
void loadImageResource | ( | ) |
Definition at line 28 of file AppImageGui.cpp.
References Gui::Translator::instance().
Referenced by initImageGui().
struct PyMethodDef ImageGui_Import_methods[] |
Definition at line 100 of file AppImageGuiPy.cpp.
Referenced by initImageGui().