itom
|
Classes | |
struct | PyFont |
Static Public Member Functions | |
static void | PyFont_dealloc (PyFont *self) |
static PyObject * | PyFont_new (PyTypeObject *type, PyObject *args, PyObject *kwds) |
static int | PyFont_init (PyFont *self, PyObject *args, PyObject *kwds) |
static PyObject * | createPyFont (const QFont &font) |
static PyObject * | PyFont_repr (PyFont *self) |
static PyObject * | PyFont_Reduce (PyFont *self, PyObject *args) |
static PyObject * | PyFont_SetState (PyFont *self, PyObject *args) |
static PyObject * | PyFont_getFamily (PyFont *self, void *closure) |
static int | PyFont_setFamily (PyFont *self, PyObject *value, void *closure) |
static PyObject * | PyFont_getPointSize (PyFont *self, void *closure) |
static int | PyFont_setPointSize (PyFont *self, PyObject *value, void *closure) |
static PyObject * | PyFont_getWeight (PyFont *self, void *closure) |
static int | PyFont_setWeight (PyFont *self, PyObject *value, void *closure) |
static PyObject * | PyFont_getItalic (PyFont *self, void *closure) |
static int | PyFont_setItalic (PyFont *self, PyObject *value, void *closure) |
static PyObject * | PyFont_getUnderline (PyFont *self, void *closure) |
static int | PyFont_setUnderline (PyFont *self, PyObject *value, void *closure) |
static PyObject * | PyFont_getStrikeOut (PyFont *self, void *closure) |
static int | PyFont_setStrikeOut (PyFont *self, PyObject *value, void *closure) |
static PyObject * | PyFont_isFamilyInstalled (PyFont *self, PyObject *args, PyObject *kwds) |
static PyObject * | PyFont_installedFontFamilies (PyFont *self) |
static void | PyFont_addTpDict (PyObject *tp_dict) |
Static Public Attributes | |
static PyMethodDef | PyFont_methods [] |
static PyGetSetDef | PyFont_getseters [] |
static PyTypeObject | PyFontType |
static PyModuleDef | PyFontModule |
|
static |
|
static |
|
static |