Searched refs:MovieController_Type (Results 1 – 1 of 1) sorted by relevance
223 PyTypeObject MovieController_Type; variable225 …ne MovieCtlObj_Check(x) ((x)->ob_type == &MovieController_Type || PyObject_TypeCheck((x), &MovieCo…239 it = PyObject_NEW(MovieControllerObject, &MovieController_Type); in MovieCtlObj_New()1294 PyTypeObject MovieController_Type = { variable28038 MovieController_Type.ob_type = &PyType_Type; in init_Qt()28039 if (PyType_Ready(&MovieController_Type) < 0) return; in init_Qt()28040 Py_INCREF(&MovieController_Type); in init_Qt()28041 PyModule_AddObject(m, "MovieController", (PyObject *)&MovieController_Type); in init_Qt()28043 Py_INCREF(&MovieController_Type); in init_Qt()28044 PyModule_AddObject(m, "MovieControllerType", (PyObject *)&MovieController_Type); in init_Qt()