itom
|
Classes | |
struct | PyShape |
Static Public Member Functions | |
static void | PyShape_dealloc (PyShape *self) |
static PyObject * | PyShape_new (PyTypeObject *type, PyObject *args, PyObject *kwds) |
static int | PyShape_init (PyShape *self, PyObject *args, PyObject *kwds) |
static PyObject * | createPyShape (const Shape &shape) |
static PyObject * | PyShape_repr (PyShape *self) |
static PyObject * | PyShape_rotateDeg (PyShape *self, PyObject *args) |
static PyObject * | PyShape_rotateRad (PyShape *self, PyObject *args) |
static PyObject * | PyShape_translate (PyShape *self, PyObject *args) |
static PyObject * | PyShape_region (PyShape *self) |
static PyObject * | PyShape_normalized (PyShape *self) |
static PyObject * | PyShape_contour (PyShape *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyShape_contains (PyShape *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyShape_copy (PyShape *self) |
static PyObject * | PyShape_StaticPoint (PyObject *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyShape_StaticLine (PyObject *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyShape_StaticCircle (PyObject *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyShape_StaticEllipse (PyObject *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyShape_StaticSquare (PyObject *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyShape_StaticRectangle (PyObject *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyShape_StaticPolygon (PyObject *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyShape_reduce (PyShape *self, PyObject *args) |
static PyObject * | PyShape_setState (PyShape *self, PyObject *args) |
static PyObject * | PyShape_getType (PyShape *self, void *closure) |
static PyObject * | PyShape_getValid (PyShape *self, void *closure) |
static PyObject * | PyShape_getFlags (PyShape *self, void *closure) |
static int | PyShape_setFlags (PyShape *self, PyObject *value, void *closure) |
static PyObject * | PyShape_getIndex (PyShape *self, void *closure) |
static int | PyShape_setIndex (PyShape *self, PyObject *value, void *closure) |
static PyObject * | PyShape_getName (PyShape *self, void *closure) |
static int | PyShape_setName (PyShape *self, PyObject *value, void *closure) |
static PyObject * | PyShape_getColor (PyShape *self, void *closure) |
static int | PyShape_setColor (PyShape *self, PyObject *value, void *closure) |
static PyObject * | PyShape_getTransform (PyShape *self, void *closure) |
static int | PyShape_setTransform (PyShape *self, PyObject *value, void *closure) |
static PyObject * | PyShape_getArea (PyShape *self, void *closure) |
static PyObject * | PyShape_getBasePoints (PyShape *self, void *closure) |
static PyObject * | PyShape_getPoint1 (PyShape *self, void *closure) |
static int | PyShape_setPoint1 (PyShape *self, PyObject *value, void *closure) |
static PyObject * | PyShape_getPoint2 (PyShape *self, void *closure) |
static int | PyShape_setPoint2 (PyShape *self, PyObject *value, void *closure) |
static PyObject * | PyShape_getCenter (PyShape *self, void *closure) |
static int | PyShape_setCenter (PyShape *self, PyObject *value, void *closure) |
static PyObject * | PyShape_getAngleDeg (PyShape *self, void *closure) |
static int | PyShape_setAngleDeg (PyShape *self, PyObject *value, void *closure) |
static PyObject * | PyShape_getAngleRad (PyShape *self, void *closure) |
static int | PyShape_setAngleRad (PyShape *self, PyObject *value, void *closure) |
static PyObject * | PyShape_getRadius (PyShape *self, void *closure) |
static int | PyShape_setRadius (PyShape *self, PyObject *value, void *closure) |
static PyObject * | PyShape_getWidth (PyShape *self, void *closure) |
static int | PyShape_setWidth (PyShape *self, PyObject *value, void *closure) |
static PyObject * | PyShape_getHeight (PyShape *self, void *closure) |
static int | PyShape_setHeight (PyShape *self, PyObject *value, void *closure) |
static void | PyShape_addTpDict (PyObject *tp_dict) |
Static Public Attributes | |
static PyMethodDef | PyShape_methods [] |
static PyGetSetDef | PyShape_getseters [] |
static PyTypeObject | PyShapeType |
static PyModuleDef | PyShapeModule |
Static Private Member Functions | |
static QPointF | PyObject2PointF (PyObject *value, ito::RetVal &retval, const char *paramName) |
static PyObject * | PointF2PyObject (const QPointF &point) |
|
static |
|
static |
|
static |