#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 PyObject * | insert (PyObject *self, PyObject *args) |
static PyObject * | open (PyObject *self, PyObject *args) |
Variables | |
struct PyMethodDef | ImageGui_Import_methods [] |
Definition at line 94 of file AppImageGuiPy.cpp.
References open().
Definition at line 44 of file AppImageGuiPy.cpp.
References Gui::BitmapFactory(), DrawingExample::file, format, Gui::getMainWindow(), IB_CF_RGB24, Py::long, ImageGui::ImageView::pointImageTo(), PY_CATCH, Py_Error, Py_Return, and PY_TRY.
Referenced by insert().
struct PyMethodDef ImageGui_Import_methods[] |
Definition at line 100 of file AppImageGuiPy.cpp.
Referenced by initImageGui().