AppDrawingGuiPy.cpp File Reference

#include "PreCompiled.h"
#include <QIcon>
#include <QImage>
#include <sstream>
#include "DrawingView.h"
#include <Mod/Drawing/App/FeaturePage.h>
#include <Base/Console.h>
#include <Base/Exception.h>
#include <Base/FileInfo.h>
#include <Base/Stream.h>
#include <App/Application.h>
#include <App/DocumentObjectPy.h>
#include <Gui/MainWindow.h>
#include <Gui/BitmapFactory.h>

Go to the source code of this file.

Functions

static PyObjectexporter (PyObject *self, PyObject *args)
static PyObjectimporter (PyObject *self, PyObject *args)
static PyObjectopen (PyObject *self, PyObject *args)

Variables

struct PyMethodDef DrawingGui_Import_methods []

Function Documentation

static PyObject* exporter ( PyObject self,
PyObject args 
) [static]
static PyObject* importer ( PyObject self,
PyObject args 
) [static]
static PyObject* open ( PyObject self,
PyObject args 
) [static]

Variable Documentation

struct PyMethodDef DrawingGui_Import_methods[]
Initial value:
 {
    {"open"     ,open ,     METH_VARARGS}, 
    {"insert"   ,importer,  METH_VARARGS},
    {"export"   ,exporter,  METH_VARARGS},
    {NULL, NULL}                    
}

Definition at line 150 of file AppDrawingGuiPy.cpp.

Referenced by initDrawingGui().


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