Home
last modified time | relevance | path

Searched refs:removePoints (Results 1 – 25 of 33) sorted by relevance

12

/dports/cad/qelectrotech/qet-0.7.0/sources/diagramevent/
H A Ddiagrameventaddshape.cpp145 m_shape_item->removePoints(); in mouseReleaseEvent()
184 m_shape_item->removePoints(); in mouseDoubleClickEvent()
191 m_shape_item->removePoints(); in mouseDoubleClickEvent()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/chartsqml2/
H A Ddeclarativexyseries.cpp104 void DeclarativeXySeries::removePoints(int index, int count) in removePoints() function in DeclarativeXySeries
108 series->removePoints(index, count); in removePoints()
H A Ddeclarativescatterseries_p.h102 …Q_REVISION(5) Q_INVOKABLE void removePoints(int index, int count) { DeclarativeXySeries::removePoi… in removePoints() function
H A Ddeclarativelineseries_p.h102 …Q_REVISION(4) Q_INVOKABLE void removePoints(int index, int count) { DeclarativeXySeries::removePoi… in removePoints() function
H A Ddeclarativesplineseries_p.h102 …Q_REVISION(4) Q_INVOKABLE void removePoints(int index, int count) { DeclarativeXySeries::removePoi… in removePoints() function
H A Ddeclarativexyseries_p.h66 void removePoints(int index, int count);
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/swarm/tutorials/
H A Dex1f90.F9021 PetscBool :: removePoints = PETSC_TRUE
61 call DMSwarmMigrate(sw, removePoints, ierr);CHKERRA(ierr)
H A Dex1.c26 PetscBool removePoints = PETSC_TRUE, flg; in main() local
75 ierr = DMSwarmMigrate(sw, removePoints);CHKERRQ(ierr); in main()
/dports/games/kdiamond/kdiamond-21.12.3/src/
H A Dgame-state.h46 void removePoints(int points);
H A Dgame-state.cpp133 void KDiamond::GameState::removePoints(int points) in removePoints() function in KDiamond::GameState
H A Dgame.cpp368 m_gameState->removePoints(3); in showHint()
/dports/editors/calligra/calligra-3.2.1/libs/flake/tools/
H A DKoPathTool.h99 void removePoints();
H A DKoPathTool.cpp151 connect(m_actionRemovePoint, SIGNAL(triggered()), this, SLOT(removePoints())); in KoPathTool()
252 void KoPathTool::removePoints() in removePoints() function in KoPathTool
963 removePoints(); in deleteSelection()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/link/
H A DBasicLink.java99 private void removePoints() { in removePoints() method in BasicLink
312 removePoints(); in invertDirection()
/dports/graphics/krita/krita-4.4.8/libs/flake/tools/
H A DKoPathTool.h98 void removePoints();
H A DKoPathTool.cpp234 void KoPathTool::removePoints() in removePoints() function in KoPathTool
942 …connect(m_actionRemovePoint, SIGNAL(triggered()), this, SLOT(removePoints()), Qt::UniqueConnection… in activate()
1239 removePoints(); in deleteSelection()
/dports/audio/geonkick-lv2/geonkick-2.8.0/src/
H A Denvelope.h78 void removePoints();
H A Denvelope.cpp408 removePoints(); in setPoints()
499 void Envelope::removePoints() in removePoints() function in Envelope
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/xychart/
H A Dqxyseries.cpp660 void QXYSeries::removePoints(int index, int count) in removePoints() function in QXYSeries
693 removePoints(0, d->m_points.size()); in clear()
H A Dqxyseries.h73 void removePoints(int index, int count);
/dports/cad/qelectrotech/qet-0.7.0/sources/qetgraphicsitem/
H A Dqetshapeitem.h102 void removePoints (int number = 1);
/dports/audio/lmms/lmms-1.2.2/include/
H A DAutomationEditor.h135 void removePoints( int x0, int x1 );
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/app/
H A Dqmlutils.cpp262 series->removePoints(0, totalPoints - MAX_CHART_DATA_POINTS); in addNewValueToDynamicChart()
/dports/x11-toolkits/py-qt5-chart/PyQtChart-5.15.4/sip/QtChart/
H A Dqxyseries.sip137 void removePoints(int index, int count);
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pmg_qt/
H A Dvolume.py349 self.removePoints(
638 def removePoints(self, three_points): member in VolumeEditorWidget

12