pyside6_qtquick_python.h 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. // Copyright (C) 2022 The Qt Company Ltd.
  2. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. #ifndef SBK_QTQUICK_PYTHON_H
  4. #define SBK_QTQUICK_PYTHON_H
  5. #include <sbkpython.h>
  6. #include <sbkmodule.h>
  7. #include <sbkconverter.h>
  8. // Module Includes
  9. #include <pyside6_qtcore_python.h>
  10. #include <pyside6_qtnetwork_python.h>
  11. #include <pyside6_qtgui_python.h>
  12. #include <pyside6_qtopengl_python.h>
  13. #include <pyside6_qtqml_python.h>
  14. // Bound library includes
  15. #include <QtQuick/qquickframebufferobject.h>
  16. #include <QtQuick/qquickitem.h>
  17. #include <QtQuick/qquickopenglutils.h>
  18. #include <QtQuick/qquickpainteditem.h>
  19. #include <QtQuick/qquickrendertarget.h>
  20. #include <QtQuick/qquickrhiitem.h>
  21. #include <QtQuick/qquicktextdocument.h>
  22. #include <QtQuick/qquickview.h>
  23. #include <QtQuick/qquickwindow.h>
  24. #include <QtQuick/qsggeometry.h>
  25. #include <QtQuick/qsgimagenode.h>
  26. #include <QtQuick/qsgmaterial.h>
  27. #include <QtQuick/qsgmaterialshader.h>
  28. #include <QtQuick/qsgnode.h>
  29. #include <QtQuick/qsgrendererinterface.h>
  30. #include <QtQuick/qsgrendernode.h>
  31. #include <QtQuick/qsgsimpletexturenode.h>
  32. #include <QtQuick/qsgtextnode.h>
  33. #include <QtQuick/qsgtexture.h>
  34. #include <qsharedpointer.h>
  35. QT_BEGIN_NAMESPACE
  36. class QQuickAsyncImageProvider;
  37. class QQuickGraphicsConfiguration;
  38. class QQuickGraphicsDevice;
  39. class QQuickImageProvider;
  40. class QQuickImageResponse;
  41. class QQuickItemGrabResult;
  42. class QQuickRenderControl;
  43. class QQuickRhiItemRenderer;
  44. class QQuickTextureFactory;
  45. class QQuickTransform;
  46. class QSGBasicGeometryNode;
  47. class QSGClipNode;
  48. class QSGDynamicTexture;
  49. class QSGFlatColorMaterial;
  50. class QSGGeometryNode;
  51. struct QSGMaterialType;
  52. class QSGNinePatchNode;
  53. class QSGNodeVisitor;
  54. class QSGOpacityNode;
  55. class QSGOpaqueTextureMaterial;
  56. class QSGRectangleNode;
  57. class QSGRootNode;
  58. class QSGSimpleRectNode;
  59. class QSGTextureMaterial;
  60. class QSGTextureProvider;
  61. class QSGTransformNode;
  62. class QSGVertexColorMaterial;
  63. QT_END_NAMESPACE
  64. // Type indices
  65. enum [[deprecated]] : int {
  66. SBK_QQUICKASYNCIMAGEPROVIDER_IDX = 32,
  67. SBK_QQUICKFRAMEBUFFEROBJECT_IDX = 34,
  68. SBK_QQUICKFRAMEBUFFEROBJECT_RENDERER_IDX = 36,
  69. SBK_QQUICKGRAPHICSCONFIGURATION_IDX = 38,
  70. SBK_QQUICKGRAPHICSDEVICE_IDX = 40,
  71. SBK_QQUICKIMAGEPROVIDER_IDX = 42,
  72. SBK_QQUICKIMAGERESPONSE_IDX = 44,
  73. SBK_QQUICKITEM_FLAG_IDX = 48,
  74. SBK_QFLAGS_QQUICKITEM_FLAG_IDX = 0,
  75. SBK_QQUICKITEM_ITEMCHANGE_IDX = 50,
  76. SBK_QQUICKITEM_TRANSFORMORIGIN_IDX = 52,
  77. SBK_QQUICKITEM_IDX = 46,
  78. SBK_QQUICKITEM_UPDATEPAINTNODEDATA_IDX = 54,
  79. SBK_QQUICKITEMGRABRESULT_IDX = 56,
  80. SBK_QTQUICKQQUICKOPENGLUTILS_IDX = 58,
  81. SBK_QQUICKPAINTEDITEM_RENDERTARGET_IDX = 64,
  82. SBK_QQUICKPAINTEDITEM_PERFORMANCEHINT_IDX = 62,
  83. SBK_QFLAGS_QQUICKPAINTEDITEM_PERFORMANCEHINT_IDX = 2,
  84. SBK_QQUICKPAINTEDITEM_IDX = 60,
  85. SBK_QQUICKRENDERCONTROL_IDX = 66,
  86. SBK_QQUICKRENDERTARGET_FLAG_IDX = 70,
  87. SBK_QFLAGS_QQUICKRENDERTARGET_FLAG_IDX = 4,
  88. SBK_QQUICKRENDERTARGET_IDX = 68,
  89. SBK_QQUICKRHIITEM_TEXTUREFORMAT_IDX = 74,
  90. SBK_QQUICKRHIITEM_IDX = 72,
  91. SBK_QQUICKRHIITEMRENDERER_IDX = 76,
  92. SBK_QQUICKTEXTDOCUMENT_STATUS_IDX = 80,
  93. SBK_QQUICKTEXTDOCUMENT_IDX = 78,
  94. SBK_QQUICKTEXTUREFACTORY_IDX = 82,
  95. SBK_QQUICKTRANSFORM_IDX = 84,
  96. SBK_QQUICKVIEW_RESIZEMODE_IDX = 88,
  97. SBK_QQUICKVIEW_STATUS_IDX = 90,
  98. SBK_QQUICKVIEW_IDX = 86,
  99. SBK_QQUICKWINDOW_CREATETEXTUREOPTION_IDX = 94,
  100. SBK_QFLAGS_QQUICKWINDOW_CREATETEXTUREOPTION_IDX = 6,
  101. SBK_QQUICKWINDOW_RENDERSTAGE_IDX = 98,
  102. SBK_QQUICKWINDOW_SCENEGRAPHERROR_IDX = 100,
  103. SBK_QQUICKWINDOW_TEXTRENDERTYPE_IDX = 102,
  104. SBK_QQUICKWINDOW_IDX = 92,
  105. SBK_QQUICKWINDOW_GRAPHICSSTATEINFO_IDX = 96,
  106. SBK_QSGBASICGEOMETRYNODE_IDX = 104,
  107. SBK_QSGCLIPNODE_IDX = 106,
  108. SBK_QSGDYNAMICTEXTURE_IDX = 108,
  109. SBK_QSGFLATCOLORMATERIAL_IDX = 110,
  110. SBK_QSGGEOMETRY_ATTRIBUTETYPE_IDX = 118,
  111. SBK_QSGGEOMETRY_DATAPATTERN_IDX = 122,
  112. SBK_QSGGEOMETRY_DRAWINGMODE_IDX = 124,
  113. SBK_QSGGEOMETRY_TYPE_IDX = 130,
  114. SBK_QSGGEOMETRY_IDX = 112,
  115. SBK_QSGGEOMETRY_ATTRIBUTE_IDX = 114,
  116. SBK_QSGGEOMETRY_ATTRIBUTESET_IDX = 116,
  117. SBK_QSGGEOMETRY_COLOREDPOINT2D_IDX = 120,
  118. SBK_QSGGEOMETRY_POINT2D_IDX = 126,
  119. SBK_QSGGEOMETRY_TEXTUREDPOINT2D_IDX = 128,
  120. SBK_QSGGEOMETRYNODE_IDX = 132,
  121. SBK_QSGIMAGENODE_TEXTURECOORDINATESTRANSFORMFLAG_IDX = 136,
  122. SBK_QFLAGS_QSGIMAGENODE_TEXTURECOORDINATESTRANSFORMFLAG_IDX = 8,
  123. SBK_QSGIMAGENODE_IDX = 134,
  124. SBK_QSGMATERIAL_FLAG_IDX = 140,
  125. SBK_QFLAGS_QSGMATERIAL_FLAG_IDX = 10,
  126. SBK_QSGMATERIAL_IDX = 138,
  127. SBK_QSGMATERIALSHADER_FLAG_IDX = 144,
  128. SBK_QFLAGS_QSGMATERIALSHADER_FLAG_IDX = 12,
  129. SBK_QSGMATERIALSHADER_STAGE_IDX = 162,
  130. SBK_QSGMATERIALSHADER_IDX = 142,
  131. SBK_QSGMATERIALSHADER_GRAPHICSPIPELINESTATE_BLENDFACTOR_IDX = 148,
  132. SBK_QSGMATERIALSHADER_GRAPHICSPIPELINESTATE_BLENDOP_IDX = 150,
  133. SBK_QSGMATERIALSHADER_GRAPHICSPIPELINESTATE_COLORMASKCOMPONENT_IDX = 152,
  134. SBK_QFLAGS_QSGMATERIALSHADER_GRAPHICSPIPELINESTATE_COLORMASKCOMPONENT_IDX = 14,
  135. SBK_QSGMATERIALSHADER_GRAPHICSPIPELINESTATE_CULLMODE_IDX = 154,
  136. SBK_QSGMATERIALSHADER_GRAPHICSPIPELINESTATE_POLYGONMODE_IDX = 156,
  137. SBK_QSGMATERIALSHADER_GRAPHICSPIPELINESTATE_IDX = 146,
  138. SBK_QSGMATERIALSHADER_RENDERSTATE_DIRTYSTATE_IDX = 160,
  139. SBK_QFLAGS_QSGMATERIALSHADER_RENDERSTATE_DIRTYSTATE_IDX = 16,
  140. SBK_QSGMATERIALSHADER_RENDERSTATE_IDX = 158,
  141. SBK_QSGMATERIALTYPE_IDX = 164,
  142. SBK_QSGNINEPATCHNODE_IDX = 166,
  143. SBK_QSGNODE_NODETYPE_IDX = 174,
  144. SBK_QSGNODE_FLAG_IDX = 172,
  145. SBK_QFLAGS_QSGNODE_FLAG_IDX = 20,
  146. SBK_QSGNODE_DIRTYSTATEBIT_IDX = 170,
  147. SBK_QFLAGS_QSGNODE_DIRTYSTATEBIT_IDX = 18,
  148. SBK_QSGNODE_IDX = 168,
  149. SBK_QSGNODEVISITOR_IDX = 176,
  150. SBK_QSGOPACITYNODE_IDX = 178,
  151. SBK_QSGOPAQUETEXTUREMATERIAL_IDX = 180,
  152. SBK_QSGRECTANGLENODE_IDX = 182,
  153. SBK_QSGRENDERNODE_STATEFLAG_IDX = 190,
  154. SBK_QFLAGS_QSGRENDERNODE_STATEFLAG_IDX = 24,
  155. SBK_QSGRENDERNODE_RENDERINGFLAG_IDX = 188,
  156. SBK_QFLAGS_QSGRENDERNODE_RENDERINGFLAG_IDX = 22,
  157. SBK_QSGRENDERNODE_IDX = 184,
  158. SBK_QSGRENDERNODE_RENDERSTATE_IDX = 186,
  159. SBK_QSGRENDERERINTERFACE_GRAPHICSAPI_IDX = 194,
  160. SBK_QSGRENDERERINTERFACE_RESOURCE_IDX = 198,
  161. SBK_QSGRENDERERINTERFACE_SHADERTYPE_IDX = 204,
  162. SBK_QSGRENDERERINTERFACE_SHADERCOMPILATIONTYPE_IDX = 200,
  163. SBK_QFLAGS_QSGRENDERERINTERFACE_SHADERCOMPILATIONTYPE_IDX = 26,
  164. SBK_QSGRENDERERINTERFACE_SHADERSOURCETYPE_IDX = 202,
  165. SBK_QFLAGS_QSGRENDERERINTERFACE_SHADERSOURCETYPE_IDX = 28,
  166. SBK_QSGRENDERERINTERFACE_RENDERMODE_IDX = 196,
  167. SBK_QSGRENDERERINTERFACE_IDX = 192,
  168. SBK_QSGROOTNODE_IDX = 206,
  169. SBK_QSGSIMPLERECTNODE_IDX = 208,
  170. SBK_QSGSIMPLETEXTURENODE_TEXTURECOORDINATESTRANSFORMFLAG_IDX = 212,
  171. SBK_QFLAGS_QSGSIMPLETEXTURENODE_TEXTURECOORDINATESTRANSFORMFLAG_IDX = 30,
  172. SBK_QSGSIMPLETEXTURENODE_IDX = 210,
  173. SBK_QSGTEXTNODE_TEXTSTYLE_IDX = 218,
  174. SBK_QSGTEXTNODE_RENDERTYPE_IDX = 216,
  175. SBK_QSGTEXTNODE_IDX = 214,
  176. SBK_QSGTEXTURE_WRAPMODE_IDX = 226,
  177. SBK_QSGTEXTURE_FILTERING_IDX = 224,
  178. SBK_QSGTEXTURE_ANISOTROPYLEVEL_IDX = 222,
  179. SBK_QSGTEXTURE_IDX = 220,
  180. SBK_QSGTEXTUREMATERIAL_IDX = 228,
  181. SBK_QSGTEXTUREPROVIDER_IDX = 230,
  182. SBK_QSGTRANSFORMNODE_IDX = 232,
  183. SBK_QSGVERTEXCOLORMATERIAL_IDX = 234,
  184. SBK_QSHAREDPOINTER_QQUICKITEMGRABRESULT_IDX = 238, // QSharedPointer<QQuickItemGrabResult>
  185. SBK_QSHAREDPOINTER_CONSTQQUICKITEMGRABRESULT_IDX = 238, // (const)
  186. SBK_QTQUICK_IDX_COUNT = 240,
  187. };
  188. // Type indices
  189. enum : int {
  190. SBK_QQuickAsyncImageProvider_IDX = 16,
  191. SBK_QQuickFramebufferObject_IDX = 17,
  192. SBK_QQuickFramebufferObject_Renderer_IDX = 18,
  193. SBK_QQuickGraphicsConfiguration_IDX = 19,
  194. SBK_QQuickGraphicsDevice_IDX = 20,
  195. SBK_QQuickImageProvider_IDX = 21,
  196. SBK_QQuickImageResponse_IDX = 22,
  197. SBK_QQuickItem_Flag_IDX = 24,
  198. SBK_QFlags_QQuickItem_Flag_IDX = 0,
  199. SBK_QQuickItem_ItemChange_IDX = 25,
  200. SBK_QQuickItem_TransformOrigin_IDX = 26,
  201. SBK_QQuickItem_IDX = 23,
  202. SBK_QQuickItem_UpdatePaintNodeData_IDX = 27,
  203. SBK_QQuickItemGrabResult_IDX = 28,
  204. SBK_QtQuickQQuickOpenGLUtils_IDX = 29,
  205. SBK_QQuickPaintedItem_RenderTarget_IDX = 32,
  206. SBK_QQuickPaintedItem_PerformanceHint_IDX = 31,
  207. SBK_QFlags_QQuickPaintedItem_PerformanceHint_IDX = 1,
  208. SBK_QQuickPaintedItem_IDX = 30,
  209. SBK_QQuickRenderControl_IDX = 33,
  210. SBK_QQuickRenderTarget_Flag_IDX = 35,
  211. SBK_QFlags_QQuickRenderTarget_Flag_IDX = 2,
  212. SBK_QQuickRenderTarget_IDX = 34,
  213. SBK_QQuickRhiItem_TextureFormat_IDX = 37,
  214. SBK_QQuickRhiItem_IDX = 36,
  215. SBK_QQuickRhiItemRenderer_IDX = 38,
  216. SBK_QQuickTextDocument_Status_IDX = 40,
  217. SBK_QQuickTextDocument_IDX = 39,
  218. SBK_QQuickTextureFactory_IDX = 41,
  219. SBK_QQuickTransform_IDX = 42,
  220. SBK_QQuickView_ResizeMode_IDX = 44,
  221. SBK_QQuickView_Status_IDX = 45,
  222. SBK_QQuickView_IDX = 43,
  223. SBK_QQuickWindow_CreateTextureOption_IDX = 47,
  224. SBK_QFlags_QQuickWindow_CreateTextureOption_IDX = 3,
  225. SBK_QQuickWindow_RenderStage_IDX = 49,
  226. SBK_QQuickWindow_SceneGraphError_IDX = 50,
  227. SBK_QQuickWindow_TextRenderType_IDX = 51,
  228. SBK_QQuickWindow_IDX = 46,
  229. SBK_QQuickWindow_GraphicsStateInfo_IDX = 48,
  230. SBK_QSGBasicGeometryNode_IDX = 52,
  231. SBK_QSGClipNode_IDX = 53,
  232. SBK_QSGDynamicTexture_IDX = 54,
  233. SBK_QSGFlatColorMaterial_IDX = 55,
  234. SBK_QSGGeometry_AttributeType_IDX = 59,
  235. SBK_QSGGeometry_DataPattern_IDX = 61,
  236. SBK_QSGGeometry_DrawingMode_IDX = 62,
  237. SBK_QSGGeometry_Type_IDX = 65,
  238. SBK_QSGGeometry_IDX = 56,
  239. SBK_QSGGeometry_Attribute_IDX = 57,
  240. SBK_QSGGeometry_AttributeSet_IDX = 58,
  241. SBK_QSGGeometry_ColoredPoint2D_IDX = 60,
  242. SBK_QSGGeometry_Point2D_IDX = 63,
  243. SBK_QSGGeometry_TexturedPoint2D_IDX = 64,
  244. SBK_QSGGeometryNode_IDX = 66,
  245. SBK_QSGImageNode_TextureCoordinatesTransformFlag_IDX = 68,
  246. SBK_QFlags_QSGImageNode_TextureCoordinatesTransformFlag_IDX = 4,
  247. SBK_QSGImageNode_IDX = 67,
  248. SBK_QSGMaterial_Flag_IDX = 70,
  249. SBK_QFlags_QSGMaterial_Flag_IDX = 5,
  250. SBK_QSGMaterial_IDX = 69,
  251. SBK_QSGMaterialShader_Flag_IDX = 72,
  252. SBK_QFlags_QSGMaterialShader_Flag_IDX = 6,
  253. SBK_QSGMaterialShader_Stage_IDX = 81,
  254. SBK_QSGMaterialShader_IDX = 71,
  255. SBK_QSGMaterialShader_GraphicsPipelineState_BlendFactor_IDX = 74,
  256. SBK_QSGMaterialShader_GraphicsPipelineState_BlendOp_IDX = 75,
  257. SBK_QSGMaterialShader_GraphicsPipelineState_ColorMaskComponent_IDX = 76,
  258. SBK_QFlags_QSGMaterialShader_GraphicsPipelineState_ColorMaskComponent_IDX = 7,
  259. SBK_QSGMaterialShader_GraphicsPipelineState_CullMode_IDX = 77,
  260. SBK_QSGMaterialShader_GraphicsPipelineState_PolygonMode_IDX = 78,
  261. SBK_QSGMaterialShader_GraphicsPipelineState_IDX = 73,
  262. SBK_QSGMaterialShader_RenderState_DirtyState_IDX = 80,
  263. SBK_QFlags_QSGMaterialShader_RenderState_DirtyState_IDX = 8,
  264. SBK_QSGMaterialShader_RenderState_IDX = 79,
  265. SBK_QSGMaterialType_IDX = 82,
  266. SBK_QSGNinePatchNode_IDX = 83,
  267. SBK_QSGNode_NodeType_IDX = 87,
  268. SBK_QSGNode_Flag_IDX = 86,
  269. SBK_QFlags_QSGNode_Flag_IDX = 10,
  270. SBK_QSGNode_DirtyStateBit_IDX = 85,
  271. SBK_QFlags_QSGNode_DirtyStateBit_IDX = 9,
  272. SBK_QSGNode_IDX = 84,
  273. SBK_QSGNodeVisitor_IDX = 88,
  274. SBK_QSGOpacityNode_IDX = 89,
  275. SBK_QSGOpaqueTextureMaterial_IDX = 90,
  276. SBK_QSGRectangleNode_IDX = 91,
  277. SBK_QSGRenderNode_StateFlag_IDX = 95,
  278. SBK_QFlags_QSGRenderNode_StateFlag_IDX = 12,
  279. SBK_QSGRenderNode_RenderingFlag_IDX = 94,
  280. SBK_QFlags_QSGRenderNode_RenderingFlag_IDX = 11,
  281. SBK_QSGRenderNode_IDX = 92,
  282. SBK_QSGRenderNode_RenderState_IDX = 93,
  283. SBK_QSGRendererInterface_GraphicsApi_IDX = 97,
  284. SBK_QSGRendererInterface_Resource_IDX = 99,
  285. SBK_QSGRendererInterface_ShaderType_IDX = 102,
  286. SBK_QSGRendererInterface_ShaderCompilationType_IDX = 100,
  287. SBK_QFlags_QSGRendererInterface_ShaderCompilationType_IDX = 13,
  288. SBK_QSGRendererInterface_ShaderSourceType_IDX = 101,
  289. SBK_QFlags_QSGRendererInterface_ShaderSourceType_IDX = 14,
  290. SBK_QSGRendererInterface_RenderMode_IDX = 98,
  291. SBK_QSGRendererInterface_IDX = 96,
  292. SBK_QSGRootNode_IDX = 103,
  293. SBK_QSGSimpleRectNode_IDX = 104,
  294. SBK_QSGSimpleTextureNode_TextureCoordinatesTransformFlag_IDX = 106,
  295. SBK_QFlags_QSGSimpleTextureNode_TextureCoordinatesTransformFlag_IDX = 15,
  296. SBK_QSGSimpleTextureNode_IDX = 105,
  297. SBK_QSGTextNode_TextStyle_IDX = 109,
  298. SBK_QSGTextNode_RenderType_IDX = 108,
  299. SBK_QSGTextNode_IDX = 107,
  300. SBK_QSGTexture_WrapMode_IDX = 113,
  301. SBK_QSGTexture_Filtering_IDX = 112,
  302. SBK_QSGTexture_AnisotropyLevel_IDX = 111,
  303. SBK_QSGTexture_IDX = 110,
  304. SBK_QSGTextureMaterial_IDX = 114,
  305. SBK_QSGTextureProvider_IDX = 115,
  306. SBK_QSGTransformNode_IDX = 116,
  307. SBK_QSGVertexColorMaterial_IDX = 117,
  308. SBK_QSharedPointer_QQuickItemGrabResult_IDX = 119, // QSharedPointer<QQuickItemGrabResult>
  309. SBK_QSharedPointer_constQQuickItemGrabResult_IDX = 119, // (const)
  310. SBK_QtQuick_IDX_COUNT = 120,
  311. };
  312. // This variable stores all Python types exported by this module.
  313. extern Shiboken::Module::TypeInitStruct *SbkPySide6_QtQuickTypeStructs;
  314. // This variable stores all Python types exported by this module in a backwards compatible way with identical indexing.
  315. [[deprecated]] extern PyTypeObject **SbkPySide6_QtQuickTypes;
  316. // This variable stores the Python module object exported by this module.
  317. extern PyObject *SbkPySide6_QtQuickModuleObject;
  318. // This variable stores all type converters exported by this module.
  319. extern SbkConverter **SbkPySide6_QtQuickTypeConverters;
  320. // Converter indices
  321. enum [[deprecated]] : int {
  322. SBK_QTQUICK_QLIST_INT_IDX = 0, // QList<int>
  323. SBK_QTQUICK_QLIST_QSGGEOMETRY_POINT2D_IDX = 1, // QList<QSGGeometry::Point2D>
  324. SBK_QTQUICK_QLIST_QBYTEARRAY_IDX = 2, // QList<QByteArray>
  325. SBK_QTQUICK_QLIST_QQUICKITEMPTR_IDX = 3, // QList<QQuickItem*>
  326. SBK_QTQUICK_QLIST_QQMLERROR_IDX = 4, // QList<QQmlError>
  327. SBK_QTQUICK_QMAP_QSTRING_QVARIANT_IDX = 5, // QMap<QString,QVariant>
  328. SBK_QTQUICK_QLIST_QVARIANT_IDX = 6, // QList<QVariant>
  329. SBK_QTQUICK_QLIST_QSTRING_IDX = 7, // QList<QString>
  330. SBK_QTQUICK_CONVERTERS_IDX_COUNT = 8,
  331. };
  332. // Converter indices
  333. enum : int {
  334. SBK_QtQuick_QList_int_IDX = 0, // QList<int>
  335. SBK_QtQuick_QList_QSGGeometry_Point2D_IDX = 1, // QList<QSGGeometry::Point2D>
  336. SBK_QtQuick_QList_QByteArray_IDX = 2, // QList<QByteArray>
  337. SBK_QtQuick_QList_QQuickItemPTR_IDX = 3, // QList<QQuickItem*>
  338. SBK_QtQuick_QList_QQmlError_IDX = 4, // QList<QQmlError>
  339. SBK_QtQuick_QMap_QString_QVariant_IDX = 5, // QMap<QString,QVariant>
  340. SBK_QtQuick_QList_QVariant_IDX = 6, // QList<QVariant>
  341. SBK_QtQuick_QList_QString_IDX = 7, // QList<QString>
  342. SBK_QtQuick_CONVERTERS_IDX_COUNT = 8,
  343. };
  344. // Macros for type check
  345. QT_WARNING_PUSH
  346. QT_WARNING_DISABLE_DEPRECATED
  347. namespace Shiboken
  348. {
  349. // PyType functions, to get the PyObjectType for a type T
  350. template<> inline PyTypeObject *SbkType< ::QQuickAsyncImageProvider >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickAsyncImageProvider_IDX]); }
  351. template<> inline PyTypeObject *SbkType< ::QQuickFramebufferObject >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickFramebufferObject_IDX]); }
  352. template<> inline PyTypeObject *SbkType< ::QQuickFramebufferObject::Renderer >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickFramebufferObject_Renderer_IDX]); }
  353. template<> inline PyTypeObject *SbkType< ::QQuickGraphicsConfiguration >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickGraphicsConfiguration_IDX]); }
  354. template<> inline PyTypeObject *SbkType< ::QQuickGraphicsDevice >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickGraphicsDevice_IDX]); }
  355. template<> inline PyTypeObject *SbkType< ::QQuickImageProvider >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickImageProvider_IDX]); }
  356. template<> inline PyTypeObject *SbkType< ::QQuickImageResponse >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickImageResponse_IDX]); }
  357. template<> inline PyTypeObject *SbkType< ::QQuickItem::Flag >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickItem_Flag_IDX]); }
  358. template<> inline PyTypeObject *SbkType< ::QFlags<QQuickItem::Flag> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QQuickItem_Flag_IDX]); }
  359. template<> inline PyTypeObject *SbkType< ::QQuickItem::ItemChange >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickItem_ItemChange_IDX]); }
  360. template<> inline PyTypeObject *SbkType< ::QQuickItem::TransformOrigin >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickItem_TransformOrigin_IDX]); }
  361. template<> inline PyTypeObject *SbkType< ::QQuickItem >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickItem_IDX]); }
  362. template<> inline PyTypeObject *SbkType< ::QQuickItem::UpdatePaintNodeData >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickItem_UpdatePaintNodeData_IDX]); }
  363. template<> inline PyTypeObject *SbkType< ::QQuickItemGrabResult >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickItemGrabResult_IDX]); }
  364. template<> inline PyTypeObject *SbkType< ::QQuickPaintedItem::RenderTarget >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickPaintedItem_RenderTarget_IDX]); }
  365. template<> inline PyTypeObject *SbkType< ::QQuickPaintedItem::PerformanceHint >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickPaintedItem_PerformanceHint_IDX]); }
  366. template<> inline PyTypeObject *SbkType< ::QFlags<QQuickPaintedItem::PerformanceHint> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QQuickPaintedItem_PerformanceHint_IDX]); }
  367. template<> inline PyTypeObject *SbkType< ::QQuickPaintedItem >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickPaintedItem_IDX]); }
  368. template<> inline PyTypeObject *SbkType< ::QQuickRenderControl >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickRenderControl_IDX]); }
  369. template<> inline PyTypeObject *SbkType< ::QQuickRenderTarget::Flag >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickRenderTarget_Flag_IDX]); }
  370. template<> inline PyTypeObject *SbkType< ::QFlags<QQuickRenderTarget::Flag> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QQuickRenderTarget_Flag_IDX]); }
  371. template<> inline PyTypeObject *SbkType< ::QQuickRenderTarget >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickRenderTarget_IDX]); }
  372. template<> inline PyTypeObject *SbkType< ::QQuickRhiItem::TextureFormat >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickRhiItem_TextureFormat_IDX]); }
  373. template<> inline PyTypeObject *SbkType< ::QQuickRhiItem >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickRhiItem_IDX]); }
  374. template<> inline PyTypeObject *SbkType< ::QQuickRhiItemRenderer >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickRhiItemRenderer_IDX]); }
  375. template<> inline PyTypeObject *SbkType< ::QQuickTextDocument::Status >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickTextDocument_Status_IDX]); }
  376. template<> inline PyTypeObject *SbkType< ::QQuickTextDocument >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickTextDocument_IDX]); }
  377. template<> inline PyTypeObject *SbkType< ::QQuickTextureFactory >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickTextureFactory_IDX]); }
  378. template<> inline PyTypeObject *SbkType< ::QQuickTransform >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickTransform_IDX]); }
  379. template<> inline PyTypeObject *SbkType< ::QQuickView::ResizeMode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickView_ResizeMode_IDX]); }
  380. template<> inline PyTypeObject *SbkType< ::QQuickView::Status >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickView_Status_IDX]); }
  381. template<> inline PyTypeObject *SbkType< ::QQuickView >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickView_IDX]); }
  382. template<> inline PyTypeObject *SbkType< ::QQuickWindow::CreateTextureOption >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickWindow_CreateTextureOption_IDX]); }
  383. template<> inline PyTypeObject *SbkType< ::QFlags<QQuickWindow::CreateTextureOption> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QQuickWindow_CreateTextureOption_IDX]); }
  384. template<> inline PyTypeObject *SbkType< ::QQuickWindow::RenderStage >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickWindow_RenderStage_IDX]); }
  385. template<> inline PyTypeObject *SbkType< ::QQuickWindow::SceneGraphError >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickWindow_SceneGraphError_IDX]); }
  386. template<> inline PyTypeObject *SbkType< ::QQuickWindow::TextRenderType >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickWindow_TextRenderType_IDX]); }
  387. template<> inline PyTypeObject *SbkType< ::QQuickWindow >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickWindow_IDX]); }
  388. template<> inline PyTypeObject *SbkType< ::QQuickWindow::GraphicsStateInfo >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QQuickWindow_GraphicsStateInfo_IDX]); }
  389. template<> inline PyTypeObject *SbkType< ::QSGBasicGeometryNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGBasicGeometryNode_IDX]); }
  390. template<> inline PyTypeObject *SbkType< ::QSGClipNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGClipNode_IDX]); }
  391. template<> inline PyTypeObject *SbkType< ::QSGDynamicTexture >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGDynamicTexture_IDX]); }
  392. template<> inline PyTypeObject *SbkType< ::QSGFlatColorMaterial >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGFlatColorMaterial_IDX]); }
  393. template<> inline PyTypeObject *SbkType< ::QSGGeometry::AttributeType >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGGeometry_AttributeType_IDX]); }
  394. template<> inline PyTypeObject *SbkType< ::QSGGeometry::DataPattern >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGGeometry_DataPattern_IDX]); }
  395. template<> inline PyTypeObject *SbkType< ::QSGGeometry::DrawingMode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGGeometry_DrawingMode_IDX]); }
  396. template<> inline PyTypeObject *SbkType< ::QSGGeometry::Type >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGGeometry_Type_IDX]); }
  397. template<> inline PyTypeObject *SbkType< ::QSGGeometry >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGGeometry_IDX]); }
  398. template<> inline PyTypeObject *SbkType< ::QSGGeometry::Attribute >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGGeometry_Attribute_IDX]); }
  399. template<> inline PyTypeObject *SbkType< ::QSGGeometry::AttributeSet >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGGeometry_AttributeSet_IDX]); }
  400. template<> inline PyTypeObject *SbkType< ::QSGGeometry::ColoredPoint2D >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGGeometry_ColoredPoint2D_IDX]); }
  401. template<> inline PyTypeObject *SbkType< ::QSGGeometry::Point2D >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGGeometry_Point2D_IDX]); }
  402. template<> inline PyTypeObject *SbkType< ::QSGGeometry::TexturedPoint2D >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGGeometry_TexturedPoint2D_IDX]); }
  403. template<> inline PyTypeObject *SbkType< ::QSGGeometryNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGGeometryNode_IDX]); }
  404. template<> inline PyTypeObject *SbkType< ::QSGImageNode::TextureCoordinatesTransformFlag >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGImageNode_TextureCoordinatesTransformFlag_IDX]); }
  405. template<> inline PyTypeObject *SbkType< ::QFlags<QSGImageNode::TextureCoordinatesTransformFlag> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QSGImageNode_TextureCoordinatesTransformFlag_IDX]); }
  406. template<> inline PyTypeObject *SbkType< ::QSGImageNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGImageNode_IDX]); }
  407. template<> inline PyTypeObject *SbkType< ::QSGMaterial::Flag >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterial_Flag_IDX]); }
  408. template<> inline PyTypeObject *SbkType< ::QFlags<QSGMaterial::Flag> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QSGMaterial_Flag_IDX]); }
  409. template<> inline PyTypeObject *SbkType< ::QSGMaterial >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterial_IDX]); }
  410. template<> inline PyTypeObject *SbkType< ::QSGMaterialShader::Flag >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterialShader_Flag_IDX]); }
  411. template<> inline PyTypeObject *SbkType< ::QFlags<QSGMaterialShader::Flag> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QSGMaterialShader_Flag_IDX]); }
  412. template<> inline PyTypeObject *SbkType< ::QSGMaterialShader::Stage >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterialShader_Stage_IDX]); }
  413. template<> inline PyTypeObject *SbkType< ::QSGMaterialShader >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterialShader_IDX]); }
  414. template<> inline PyTypeObject *SbkType< ::QSGMaterialShader::GraphicsPipelineState::BlendFactor >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterialShader_GraphicsPipelineState_BlendFactor_IDX]); }
  415. template<> inline PyTypeObject *SbkType< ::QSGMaterialShader::GraphicsPipelineState::BlendOp >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterialShader_GraphicsPipelineState_BlendOp_IDX]); }
  416. template<> inline PyTypeObject *SbkType< ::QSGMaterialShader::GraphicsPipelineState::ColorMaskComponent >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterialShader_GraphicsPipelineState_ColorMaskComponent_IDX]); }
  417. template<> inline PyTypeObject *SbkType< ::QFlags<QSGMaterialShader::GraphicsPipelineState::ColorMaskComponent> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QSGMaterialShader_GraphicsPipelineState_ColorMaskComponent_IDX]); }
  418. template<> inline PyTypeObject *SbkType< ::QSGMaterialShader::GraphicsPipelineState::CullMode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterialShader_GraphicsPipelineState_CullMode_IDX]); }
  419. template<> inline PyTypeObject *SbkType< ::QSGMaterialShader::GraphicsPipelineState::PolygonMode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterialShader_GraphicsPipelineState_PolygonMode_IDX]); }
  420. template<> inline PyTypeObject *SbkType< ::QSGMaterialShader::GraphicsPipelineState >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterialShader_GraphicsPipelineState_IDX]); }
  421. template<> inline PyTypeObject *SbkType< ::QSGMaterialShader::RenderState::DirtyState >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterialShader_RenderState_DirtyState_IDX]); }
  422. template<> inline PyTypeObject *SbkType< ::QFlags<QSGMaterialShader::RenderState::DirtyState> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QSGMaterialShader_RenderState_DirtyState_IDX]); }
  423. template<> inline PyTypeObject *SbkType< ::QSGMaterialShader::RenderState >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterialShader_RenderState_IDX]); }
  424. template<> inline PyTypeObject *SbkType< ::QSGMaterialType >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGMaterialType_IDX]); }
  425. template<> inline PyTypeObject *SbkType< ::QSGNinePatchNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGNinePatchNode_IDX]); }
  426. template<> inline PyTypeObject *SbkType< ::QSGNode::NodeType >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGNode_NodeType_IDX]); }
  427. template<> inline PyTypeObject *SbkType< ::QSGNode::Flag >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGNode_Flag_IDX]); }
  428. template<> inline PyTypeObject *SbkType< ::QFlags<QSGNode::Flag> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QSGNode_Flag_IDX]); }
  429. template<> inline PyTypeObject *SbkType< ::QSGNode::DirtyStateBit >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGNode_DirtyStateBit_IDX]); }
  430. template<> inline PyTypeObject *SbkType< ::QFlags<QSGNode::DirtyStateBit> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QSGNode_DirtyStateBit_IDX]); }
  431. template<> inline PyTypeObject *SbkType< ::QSGNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGNode_IDX]); }
  432. template<> inline PyTypeObject *SbkType< ::QSGNodeVisitor >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGNodeVisitor_IDX]); }
  433. template<> inline PyTypeObject *SbkType< ::QSGOpacityNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGOpacityNode_IDX]); }
  434. template<> inline PyTypeObject *SbkType< ::QSGOpaqueTextureMaterial >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGOpaqueTextureMaterial_IDX]); }
  435. template<> inline PyTypeObject *SbkType< ::QSGRectangleNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRectangleNode_IDX]); }
  436. template<> inline PyTypeObject *SbkType< ::QSGRenderNode::StateFlag >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRenderNode_StateFlag_IDX]); }
  437. template<> inline PyTypeObject *SbkType< ::QFlags<QSGRenderNode::StateFlag> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QSGRenderNode_StateFlag_IDX]); }
  438. template<> inline PyTypeObject *SbkType< ::QSGRenderNode::RenderingFlag >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRenderNode_RenderingFlag_IDX]); }
  439. template<> inline PyTypeObject *SbkType< ::QFlags<QSGRenderNode::RenderingFlag> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QSGRenderNode_RenderingFlag_IDX]); }
  440. template<> inline PyTypeObject *SbkType< ::QSGRenderNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRenderNode_IDX]); }
  441. template<> inline PyTypeObject *SbkType< ::QSGRenderNode::RenderState >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRenderNode_RenderState_IDX]); }
  442. template<> inline PyTypeObject *SbkType< ::QSGRendererInterface::GraphicsApi >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRendererInterface_GraphicsApi_IDX]); }
  443. template<> inline PyTypeObject *SbkType< ::QSGRendererInterface::Resource >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRendererInterface_Resource_IDX]); }
  444. template<> inline PyTypeObject *SbkType< ::QSGRendererInterface::ShaderType >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRendererInterface_ShaderType_IDX]); }
  445. template<> inline PyTypeObject *SbkType< ::QSGRendererInterface::ShaderCompilationType >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRendererInterface_ShaderCompilationType_IDX]); }
  446. template<> inline PyTypeObject *SbkType< ::QFlags<QSGRendererInterface::ShaderCompilationType> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QSGRendererInterface_ShaderCompilationType_IDX]); }
  447. template<> inline PyTypeObject *SbkType< ::QSGRendererInterface::ShaderSourceType >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRendererInterface_ShaderSourceType_IDX]); }
  448. template<> inline PyTypeObject *SbkType< ::QFlags<QSGRendererInterface::ShaderSourceType> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QSGRendererInterface_ShaderSourceType_IDX]); }
  449. template<> inline PyTypeObject *SbkType< ::QSGRendererInterface::RenderMode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRendererInterface_RenderMode_IDX]); }
  450. template<> inline PyTypeObject *SbkType< ::QSGRendererInterface >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRendererInterface_IDX]); }
  451. template<> inline PyTypeObject *SbkType< ::QSGRootNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGRootNode_IDX]); }
  452. template<> inline PyTypeObject *SbkType< ::QSGSimpleRectNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGSimpleRectNode_IDX]); }
  453. template<> inline PyTypeObject *SbkType< ::QSGSimpleTextureNode::TextureCoordinatesTransformFlag >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGSimpleTextureNode_TextureCoordinatesTransformFlag_IDX]); }
  454. template<> inline PyTypeObject *SbkType< ::QFlags<QSGSimpleTextureNode::TextureCoordinatesTransformFlag> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QFlags_QSGSimpleTextureNode_TextureCoordinatesTransformFlag_IDX]); }
  455. template<> inline PyTypeObject *SbkType< ::QSGSimpleTextureNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGSimpleTextureNode_IDX]); }
  456. template<> inline PyTypeObject *SbkType< ::QSGTextNode::TextStyle >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGTextNode_TextStyle_IDX]); }
  457. template<> inline PyTypeObject *SbkType< ::QSGTextNode::RenderType >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGTextNode_RenderType_IDX]); }
  458. template<> inline PyTypeObject *SbkType< ::QSGTextNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGTextNode_IDX]); }
  459. template<> inline PyTypeObject *SbkType< ::QSGTexture::WrapMode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGTexture_WrapMode_IDX]); }
  460. template<> inline PyTypeObject *SbkType< ::QSGTexture::Filtering >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGTexture_Filtering_IDX]); }
  461. template<> inline PyTypeObject *SbkType< ::QSGTexture::AnisotropyLevel >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGTexture_AnisotropyLevel_IDX]); }
  462. template<> inline PyTypeObject *SbkType< ::QSGTexture >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGTexture_IDX]); }
  463. template<> inline PyTypeObject *SbkType< ::QSGTextureMaterial >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGTextureMaterial_IDX]); }
  464. template<> inline PyTypeObject *SbkType< ::QSGTextureProvider >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGTextureProvider_IDX]); }
  465. template<> inline PyTypeObject *SbkType< ::QSGTransformNode >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGTransformNode_IDX]); }
  466. template<> inline PyTypeObject *SbkType< ::QSGVertexColorMaterial >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSGVertexColorMaterial_IDX]); }
  467. template<> inline PyTypeObject *SbkType< ::QSharedPointer<QQuickItemGrabResult> >() { return Shiboken::Module::get(SbkPySide6_QtQuickTypeStructs[SBK_QSharedPointer_QQuickItemGrabResult_IDX]); }
  468. } // namespace Shiboken
  469. QT_WARNING_POP
  470. #endif // SBK_QTQUICK_PYTHON_H