AppWebGuiPy.cpp File Reference

#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 PyObjectopenBrowser (PyObject *self, PyObject *args)
static PyObjectopenBrowserHTML (PyObject *self, PyObject *args)

Variables

struct PyMethodDef WebGui_Import_methods []

Function Documentation

static PyObject* openBrowser ( PyObject self,
PyObject args 
) [static]
static PyObject* openBrowserHTML ( PyObject self,
PyObject args 
) [static]

Variable Documentation

struct PyMethodDef WebGui_Import_methods[]
Initial value:
 {
    {"openBrowser"       ,openBrowser     ,  1},                                
    {"openBrowserHTML"   ,openBrowserHTML ,  1},                                
    {NULL, NULL}                   
}

Definition at line 81 of file AppWebGuiPy.cpp.

Referenced by initWebGui().


Generated on Wed Nov 23 19:01:13 2011 for FreeCAD by  doxygen 1.6.1