#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 PyObject * | insert (PyObject *self, PyObject *args) |
static PyObject * | open (PyObject *self, PyObject *args) |
Variables | |
struct PyMethodDef | SketcherGui_Import_methods [] |
Definition at line 55 of file AppSketcherGuiPy.cpp.
References Py_Return.
Definition at line 40 of file AppSketcherGuiPy.cpp.
struct PyMethodDef SketcherGui_Import_methods[] |
Definition at line 63 of file AppSketcherGuiPy.cpp.
Referenced by initSketcherGui().