AppSketcherGuiPy.cpp File Reference

#include "PreCompiled.h"
#include <qimage.h>
#include <Base/Console.h>
#include <Base/Exception.h>
#include <Base/FileInfo.h>
#include <App/Application.h>
#include <Gui/MainWindow.h>
#include <Gui/BitmapFactory.h>

Go to the source code of this file.

Functions

static PyObjectinsert (PyObject *self, PyObject *args)
static PyObjectopen (PyObject *self, PyObject *args)

Variables

struct PyMethodDef SketcherGui_Import_methods []

Function Documentation

static PyObject* insert ( PyObject self,
PyObject args 
) [static]

Definition at line 55 of file AppSketcherGuiPy.cpp.

References Py_Return.

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

Definition at line 40 of file AppSketcherGuiPy.cpp.

References PY_CATCH, Py_Return, and PY_TRY.


Variable Documentation

struct PyMethodDef SketcherGui_Import_methods[]
Initial value:
 {
    {"open"       ,open ,       1},                             
    {"insert"     ,insert,      1},
    {NULL, NULL}                   
}

Definition at line 63 of file AppSketcherGuiPy.cpp.

Referenced by initSketcherGui().


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