AppImageGuiPy.cpp File Reference

#include "PreCompiled.h"
#include <QIcon>
#include <QImage>
#include <QFileInfo>
#include "ImageView.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 ImageGui_Import_methods []

Function Documentation

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

Definition at line 94 of file AppImageGuiPy.cpp.

References open().

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

Variable Documentation

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

Definition at line 100 of file AppImageGuiPy.cpp.

Referenced by initImageGui().


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