#include "PreCompiled.h"#include <Python.h>#include <Base/Console.h>#include <Base/Interpreter.h>#include <Gui/Application.h>#include <Gui/WorkbenchManager.h>#include <Gui/Language/Translator.h>#include "Workbench.h"Go to the source code of this file.
Functions | |
| void | CreateWebCommands (void) |
| void | initWebGui () |
| void | loadWebResource () |
Variables | |
| struct PyMethodDef | WebGui_Import_methods [] |
| void CreateWebCommands | ( | void | ) |
Definition at line 234 of file Mod/Web/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), Gui::Application::commandManager(), and Gui::Application::Instance.
Referenced by initWebGui().
| void initWebGui | ( | ) |
Definition at line 54 of file AppWebGui.cpp.
References Base::Console(), CreateWebCommands(), WebGui::Workbench::init(), Gui::Application::Instance, loadWebResource(), and WebGui_Import_methods.
| void loadWebResource | ( | ) |
Definition at line 41 of file AppWebGui.cpp.
References Gui::Translator::instance().
Referenced by initWebGui().
| struct PyMethodDef WebGui_Import_methods[] |
Definition at line 81 of file AppWebGuiPy.cpp.
Referenced by initWebGui().
1.6.1