itom  4.1.0
ito::PythonFigure Class Reference

Classes

struct  PyFigure
 

Static Public Member Functions

static void PyFigure_dealloc (PyFigure *self)
 
static PyObject * PyFigure_new (PyTypeObject *type, PyObject *args, PyObject *kwds)
 
static int PyFigure_init (PyFigure *self, PyObject *args, PyObject *kwds)
 
static PyObject * PyFigure_repr (PyFigure *self)
 
static PyObject * PyFigure_show (PyFigure *self, PyObject *args)
 
static PyObject * PyFigure_hide (PyFigure *self)
 
static PyObject * PyFigure_plot (PyFigure *self, PyObject *args, PyObject *kwds)
 
static PyObject * PyFigure_plot1 (PyFigure *self, PyObject *args, PyObject *kwds)
 
static PyObject * PyFigure_plot2 (PyFigure *self, PyObject *args, PyObject *kwds)
 
static PyObject * PyFigure_plot25 (PyFigure *self, PyObject *args, PyObject *kwds)
 
static PyObject * PyFigure_liveImage (PyFigure *self, PyObject *args, PyObject *kwds)
 
static PyObject * PyFigure_matplotlib (PyFigure *self, PyObject *args, PyObject *kwds)
 
static PyObject * PyFigure_getSubplot (PyFigure *self, PyObject *args)
 
static PyObject * PyFigure_getHandle (PyFigure *self, void *closure)
 
static PyObject * PyFigure_getDocked (PyFigure *self, void *closure)
 
static int PyFigure_setDocked (PyFigure *self, PyObject *value, void *closure)
 
static PyObject * PyFigure_close (PyFigure *self, PyObject *args)
 
static void PyFigure_addTpDict (PyObject *tp_dict)
 

Static Public Attributes

static PyGetSetDef PyFigure_getseters []
 
static PyMemberDef PyFigure_members []
 
static PyMethodDef PyFigure_methods []
 
static PyTypeObject PyFigureType
 
static PyModuleDef PyFigureModule
 

Member Data Documentation

PyGetSetDef ito::PythonFigure::PyFigure_getseters
static
Initial value:
= {
{"handle", (getter)PyFigure_getHandle, NULL, pyFigure_handle_doc, NULL},
{"docked", (getter)PyFigure_getDocked, (setter)PyFigure_setDocked, pyFigure_docked_doc, NULL},
{NULL}
}
PyMemberDef ito::PythonFigure::PyFigure_members
static
Initial value:
= {
{NULL}
}
PyMethodDef ito::PythonFigure::PyFigure_methods
static
Initial value:
= {
{"show", (PyCFunction)PyFigure_show, METH_VARARGS, pyFigureShow_doc},
{"hide", (PyCFunction)PyFigure_hide, METH_NOARGS, pyFigureHide_doc},
{"plot", (PyCFunction)PyFigure_plot, METH_VARARGS |METH_KEYWORDS, pyFigurePlot_doc},
{"plot1",(PyCFunction)PyFigure_plot1, METH_VARARGS | METH_KEYWORDS, pyFigurePlot1_doc},
{"plot2",(PyCFunction)PyFigure_plot2, METH_VARARGS | METH_KEYWORDS, pyFigurePlot2_doc},
{"plot25",(PyCFunction)PyFigure_plot25, METH_VARARGS | METH_KEYWORDS, pyFigurePlot25_doc},
{"liveImage", (PyCFunction)PyFigure_liveImage, METH_VARARGS | METH_KEYWORDS, pyFigureLiveImage_doc},
{"matplotlibFigure", (PyCFunction)PyFigure_matplotlib, METH_VARARGS | METH_KEYWORDS, pyFigureMatplotlib_doc},
{"subplot", (PyCFunction)PyFigure_getSubplot, METH_VARARGS, pyFigureSubplot_doc},
{"close", (PyCFunction)PyFigure_close, METH_VARARGS | METH_STATIC, pyFigure_Close_doc},
{NULL}
}
PyModuleDef ito::PythonFigure::PyFigureModule
static
Initial value:
= {
PyModuleDef_HEAD_INIT,
"figure",
"itom figure type in python",
-1,
NULL, NULL, NULL, NULL, NULL
}

The documentation for this class was generated from the following files: