Home
last modified time | relevance | path

Searched defs:removeFaces (Results 1 – 7 of 7) sorted by relevance

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DBrush.h102 void removeFaces(I cur, I end) { in removeFaces() function
/dports/graphics/digikam/digikam-7.4.0/core/app/items/overlays/
H A Dassignnameoverlay.cpp359 emit removeFaces(affectedIndexes(index())); in slotRejected() local
/dports/graphics/digikam/digikam-7.4.0/core/app/items/views/
H A Ddigikamitemview.cpp447 void DigikamItemView::removeFaces(const QList<QModelIndex>& indexes) in removeFaces() function in Digikam::DigikamItemView
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/tags/
H A Dfacetagseditor.cpp434 void FaceTagsEditor::removeFaces(const QList<FaceTagsIface>& faces) in removeFaces() function in Digikam::FaceTagsEditor
/dports/graphics/qgis/qgis-3.22.3/src/core/mesh/
H A Dqgsmesheditor.cpp449 QgsMeshEditingError QgsMeshEditor::removeFaces( const QList<int> &facesToRemove ) in removeFaces() function in QgsMeshEditor
H A Dqgstopologicalmesh.cpp1804 QgsTopologicalMesh::Changes QgsTopologicalMesh::removeFaces( const QList<int> facesIndexesToRemove ) in removeFaces() function in QgsTopologicalMesh
/dports/graphics/qgis/qgis-3.22.3/src/app/mesh/
H A Dqgsmaptooleditmeshframe.cpp1672 bool removeFaces = false; in setSelectedFaces() local