Home
last modified time | relevance | path

Searched refs:removeCustomItemAt (Results 1 – 8 of 8) sorted by relevance

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdatavis3d/examples/datavisualization/customitems/
H A Dcustomitemgraph.cpp169 m_graph->removeCustomItemAt(positionOne); in toggleItemOne()
171 m_graph->removeCustomItemAt(positionOnePipe); in toggleItemOne()
172 m_graph->removeCustomItemAt(positionOneLabel); in toggleItemOne()
205 m_graph->removeCustomItemAt(positionTwo); in toggleItemTwo()
206 m_graph->removeCustomItemAt(positionTwoPipe); in toggleItemTwo()
207 m_graph->removeCustomItemAt(positionTwoLabel); in toggleItemTwo()
233 m_graph->removeCustomItemAt(positionThree); in toggleItemThree()
234 m_graph->removeCustomItemAt(positionThreeLabel); in toggleItemThree()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdatavis3d/examples/datavisualization/customitems/doc/src/
H A Dcustomitems.qdoc78 We'll just call \c removeCustomItemAt() with the position of the item:
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/
H A Dqabstract3dgraph.h147 void removeCustomItemAt(const QVector3D &position);
H A Dqabstract3dgraph.cpp482 void QAbstract3DGraph::removeCustomItemAt(const QVector3D &position) in removeCustomItemAt() function in QAbstract3DGraph
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualizationqml2/
H A Dabstractdeclarative_p.h168 Q_REVISION(1) Q_INVOKABLE virtual void removeCustomItemAt(const QVector3D &position);
H A Dabstractdeclarative.cpp229 void AbstractDeclarative::removeCustomItemAt(const QVector3D &position) in removeCustomItemAt() function in AbstractDeclarative
H A Dplugins.qmltypes535 name: "removeCustomItemAt"
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/doc/src/
H A Dqtdatavisualization-qml-abstractdeclarative.qdoc207 * \sa removeCustomItems(), removeCustomItem(), removeCustomItemAt()
229 * \qmlmethod void AbstractGraph3D::removeCustomItemAt(vector3d position)