itom  4.1.0
ito::PythonPlotItem Class Reference

Classes

struct  PyPlotItem
 

Static Public Member Functions

static void PyPlotItem_dealloc (PyPlotItem *self)
 
static PyObject * PyPlotItem_new (PyTypeObject *type, PyObject *args, PyObject *kwds)
 
static int PyPlotItem_init (PyPlotItem *self, PyObject *args, PyObject *kwds)
 
static PyObject * PyPlotItem_repr (PyPlotItem *self)
 
static PyObject * PyPlotItem_pickPoints (PyPlotItem *self, PyObject *args, PyObject *kwds)
 
static PyObject * PyPlotItem_drawAndPickElements (PyPlotItem *self, PyObject *args, PyObject *kwds)
 
static void PyPlotItem_addTpDict (PyObject *tp_dict)
 

Static Public Attributes

static PyGetSetDef PyPlotItem_getseters []
 
static PyMemberDef PyPlotItem_members []
 
static PyMethodDef PyPlotItem_methods []
 
static PyTypeObject PyPlotItemType
 
static PyModuleDef PyPlotItemModule
 

Member Data Documentation

PyGetSetDef ito::PythonPlotItem::PyPlotItem_getseters
static
Initial value:
= {
{NULL}
}
PyMemberDef ito::PythonPlotItem::PyPlotItem_members
static
Initial value:
= {
{NULL}
}
PyMethodDef ito::PythonPlotItem::PyPlotItem_methods
static
Initial value:
= {
{"pickPoints", (PyCFunction)PyPlotItem_pickPoints, METH_KEYWORDS | METH_VARARGS, pyPlotItem_pickPoints_doc},
{"drawAndPickElements", (PyCFunction)PyPlotItem_drawAndPickElements, METH_KEYWORDS | METH_VARARGS, pyPlotItem_drawAndPickElements_doc},
{NULL}
}
PyModuleDef ito::PythonPlotItem::PyPlotItemModule
static
Initial value:
= {
PyModuleDef_HEAD_INIT,
"plotItem",
"itom plotItem type in python",
-1,
NULL, NULL, NULL, NULL, NULL
}

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