#include "PreCompiled.h"#include <Python.h>#include <QUrl>#include "BrowserView.h"#include <Gui/Application.h>#include <Gui/MainWindow.h>Go to the source code of this file.
Functions | |
| static PyObject * | openBrowser (PyObject *self, PyObject *args) |
| static PyObject * | openBrowserHTML (PyObject *self, PyObject *args) |
Variables | |
| struct PyMethodDef | WebGui_Import_methods [] |
Definition at line 36 of file AppWebGuiPy.cpp.
References Gui::getMainWindow(), WebGui::BrowserView::load(), PY_CATCH, Py_Return, and PY_TRY.
Definition at line 58 of file AppWebGuiPy.cpp.
References Gui::getMainWindow(), PY_CATCH, Py_Return, PY_TRY, and WebGui::BrowserView::setHtml().
| struct PyMethodDef WebGui_Import_methods[] |
{
{"openBrowser" ,openBrowser , 1},
{"openBrowserHTML" ,openBrowserHTML , 1},
{NULL, NULL}
}
Definition at line 81 of file AppWebGuiPy.cpp.
Referenced by initWebGui().
1.6.1