Home
last modified time | relevance | path

Searched refs:QSGGeometryNode (Results 126 – 150 of 347) sorted by relevance

12345678910>>...14

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdeclarative/examples/quick/scenegraph/customgeometry/doc/src/
H A Dcustomgeometry.qdoc113 our QSGGeometryNode which we will fill with geometry and a
130 geometry, we specify that the QSGGeometryNode should own the
135 geometry a member of a QSGGeometryNode subclass, in which case, we
136 would not have set the QSGGeometryNode::OwnsGeometry flag.
150 QSGGeometryNode instance and extract it's geometry. In case the
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A DPyQt5.bas439 QSGGeometryNode QSGBasicGeometryNode
440 QSGImageNode QSGGeometryNode
443 QSGRectangleNode QSGGeometryNode
445 QSGSimpleRectNode QSGGeometryNode
446 QSGSimpleTextureNode QSGGeometryNode
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/util/
H A Dqsgrectanglenode.h47 class Q_QUICK_EXPORT QSGRectangleNode : public QSGGeometryNode
H A Dqsgsimplerectnode.h48 class Q_QUICK_EXPORT QSGSimpleRectNode : public QSGGeometryNode
H A Dqsgninepatchnode.h48 class Q_QUICK_EXPORT QSGNinePatchNode : public QSGGeometryNode
/dports/math/rocs/rocs-21.12.3/libgraphtheory/qtquickitems/
H A Dqsglinenode.h21 class QSGLineNode : public QSGGeometryNode
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/util/
H A Dqsgrectanglenode.h47 class Q_QUICK_EXPORT QSGRectangleNode : public QSGGeometryNode
H A Dqsgninepatchnode.h48 class Q_QUICK_EXPORT QSGNinePatchNode : public QSGGeometryNode
H A Dqsgsimplerectnode.h48 class Q_QUICK_EXPORT QSGSimpleRectNode : public QSGGeometryNode
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/skynodes/
H A Dsupernovanode.h43 QSGGeometryNode *m_lines { nullptr };
H A Dcrosshairnode.h45 QSGGeometryNode *lines;
H A Dsatellitenode.h60 QSGGeometryNode *m_lines { nullptr };
/dports/graphics/tiled/tiled-1.7.2/src/libtiledquick/
H A Dtilesnode.h41 class TILEDQUICK_SHARED_EXPORT TilesNode : public QSGGeometryNode
/dports/x11-themes/kf5-qqc2-desktop-style/qqc2-desktop-style-5.89.0/plugin/
H A Dqsgninepatchnode.h17 class Q_QUICK_EXPORT QSGNinePatchNode : public QSGGeometryNode
/dports/devel/gammaray/GammaRay-2.11.3/plugins/quickinspector/geometryextension/
H A Dsggeometryextension.cpp54 m_node = static_cast<QSGGeometryNode *>(object); in setObject()
/dports/astro/marble/marble-21.12.3/src/lib/marble/declarative/
H A DGeoPolyline.cpp213 QSGGeometryNode* lineNode = new QSGGeometryNode; in updatePaintNode()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/quick3d/imports/scene3d/
H A Dscene3dsgnode.cpp61 : QSGGeometryNode() in Scene3DSGNode()
H A Dscene3dsgnode_p.h64 class Scene3DSGNode : public QSGGeometryNode
/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/src/scenegraph/
H A DLineGridNode.h19 class LineGridNode : public QSGGeometryNode
H A DLineSegmentNode.h21 class LineSegmentNode : public QSGGeometryNode
H A DPieChartNode.h20 class PieChartNode : public QSGGeometryNode
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/skynodes/nodes/
H A Dlinenode.h55 QSGGeometryNode *m_geometryNode { nullptr };
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualizationqml2/
H A Ddeclarativerendernode_p.h57 class DeclarativeRenderNode : public QObject, public QSGGeometryNode
/dports/devel/gammaray/GammaRay-2.11.3/plugins/quickinspector/materialextension/
H A Dmaterialextension.cpp76 m_node = static_cast<QSGGeometryNode *>(object); in setObject()
/dports/devel/gammaray/GammaRay-2.11.3/plugins/quickinspector/
H A Dquickinspector.cpp122 Q_DECLARE_METATYPE(QSGGeometryNode *)
1036 MO_ADD_METAOBJECT1(QSGGeometryNode, QSGBasicGeometryNode); in registerMetaTypes()
1037 MO_ADD_PROPERTY(QSGGeometryNode, material, setMaterial); in registerMetaTypes()
1038 MO_ADD_PROPERTY(QSGGeometryNode, opaqueMaterial, setOpaqueMaterial); in registerMetaTypes()
1039 MO_ADD_PROPERTY_RO(QSGGeometryNode, activeMaterial); in registerMetaTypes()
1040 MO_ADD_PROPERTY(QSGGeometryNode, renderOrder, setRenderOrder); in registerMetaTypes()
1041 MO_ADD_PROPERTY(QSGGeometryNode, inheritedOpacity, setInheritedOpacity); in registerMetaTypes()
1197 VariantHandler::registerStringConverter<QSGGeometryNode *>(Util::addressToString); in registerVariantHandlers()

12345678910>>...14