itom
|
Classes | |
struct | PyRegion |
Static Public Member Functions | |
static void | PyRegion_dealloc (PyRegion *self) |
static PyObject * | PyRegion_new (PyTypeObject *type, PyObject *args, PyObject *kwds) |
static int | PyRegion_init (PyRegion *self, PyObject *args, PyObject *kwds) |
static PyObject * | createPyRegion (const QRegion ®ion) |
static PyObject * | PyRegion_repr (PyRegion *self) |
static PyObject * | PyRegion_contains (PyRegion *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyRegion_intersected (PyRegion *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyRegion_intersects (PyRegion *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyRegion_subtracted (PyRegion *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyRegion_translate (PyRegion *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyRegion_translated (PyRegion *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyRegion_united (PyRegion *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyRegion_xored (PyRegion *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyRegion_createMask (PyRegion *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyRegion_Reduce (PyRegion *self, PyObject *args) |
static PyObject * | PyRegion_SetState (PyRegion *self, PyObject *args) |
static PyObject * | PyRegion_nbAdd (PyRegion *o1, PyRegion *o2) |
static PyObject * | PyRegion_nbSubtract (PyRegion *o1, PyRegion *o2) |
static PyObject * | PyRegion_nbAnd (PyRegion *o1, PyRegion *o2) |
static PyObject * | PyRegion_nbXor (PyRegion *o1, PyRegion *o2) |
static PyObject * | PyRegion_nbOr (PyRegion *o1, PyRegion *o2) |
static PyObject * | PyRegion_nbInplaceAdd (PyRegion *o1, PyRegion *o2) |
static PyObject * | PyRegion_nbInplaceSubtract (PyRegion *o1, PyRegion *o2) |
static PyObject * | PyRegion_nbInplaceAnd (PyRegion *o1, PyRegion *o2) |
static PyObject * | PyRegion_nbInplaceXor (PyRegion *o1, PyRegion *o2) |
static PyObject * | PyRegion_nbInplaceOr (PyRegion *o1, PyRegion *o2) |
static PyObject * | PyRegion_getEmpty (PyRegion *self, void *closure) |
static PyObject * | PyRegion_getRectCount (PyRegion *self, void *closure) |
static PyObject * | PyRegion_getRects (PyRegion *self, void *closure) |
static PyObject * | PyRegion_getBoundingRect (PyRegion *self, void *closure) |
static void | PyRegion_addTpDict (PyObject *tp_dict) |
Static Public Attributes | |
static PyMethodDef | PyRegion_methods [] |
static PyGetSetDef | PyRegion_getseters [] |
static PyTypeObject | PyRegionType |
static PyModuleDef | PyRegionModule |
static PyNumberMethods | PyRegion_numberProtocol |
|
static |
|
static |
|
static |