Home
last modified time | relevance | path

Searched refs:removeCell (Results 1 – 25 of 65) sorted by relevance

123

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DCellComplex.cpp178 removeCell(*cit); in _removeCells()
193 removeCell(*cit2); in _removeCells()
325 removeCell(s); in coreduction()
328 removeCell(bd_s.begin()->first); in coreduction()
368 removeCell(cell); in reduction()
408 removeCell(cell->firstBoundary()->first); in coreduction()
409 removeCell(cell); in coreduction()
464 removeCell(cell, false); in _omitCell()
705 removeCell(s, true, false); in combine()
714 removeCell(c1, true, c1->isCombined()); in combine()
[all …]
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWTable.h103 void removeCell(WTableCell *item);
109 virtual void removeCell(int row, int column);
H A DWTable.C54 void WTable::removeCell(WTableCell *item) in removeCell() function
56 removeCell(item->row(), item->column()); in removeCell()
59 void WTable::removeCell(int row, int column) in removeCell() function
/dports/audio/polyphone/polyphone-75a5e88/sources/repository/widgets/
H A Ddownloadprogressbutton.cpp110 removeCell(_cells.take(soundfontId)); in clearCompletedDownloads()
119 void DownloadProgressButton::removeCell(DownloadProgressCell * cell) in removeCell() function in DownloadProgressButton
H A Ddownloadprogressbutton.h54 void removeCell(DownloadProgressCell * cell);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Dmacromgr.cxx61 void removeCell(const ScFormulaCell* pCell) in removeCell() function in ScUserMacroDepTracker
180 mpDepTracker->removeCell(pCell); in RemoveDependentCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Dmacromgr.cxx62 void removeCell(const ScFormulaCell* pCell) in removeCell() function in ScUserMacroDepTracker
177 mpDepTracker->removeCell(pCell); in RemoveDependentCell()
/dports/games/gottet/gottet-1.1.9/src/
H A Dboard.cpp376 removeCell(col, row); in removeLines()
392 removeCell(col, 0); in removeLines()
437 void Board::removeCell(int x, int y) in removeCell() function in Board
H A Dboard.h71 void removeCell(int x, int y);
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwrender/
H A Dactorspaths.hpp34 void removeCell(const MWWorld::CellStore* const store);
H A Dpathgrid.hpp56 void removeCell(const MWWorld::CellStore* store);
H A Dripplesimulation.hpp53 void removeCell(const MWWorld::CellStore* store);
H A Dobjects.hpp90 void removeCell(const MWWorld::CellStore* store);
H A Dwater.hpp109 void removeCell(const MWWorld::CellStore* store); ///< remove all emitters in this cell
H A Dactorspaths.cpp62 void ActorsPaths::removeCell(const MWWorld::CellStore* const store) in removeCell() function in MWRender::ActorsPaths
H A Dlocalmap.hpp54 void removeCell (MWWorld::CellStore* cell);
H A Dpathgrid.cpp62 void Pathgrid::removeCell(const MWWorld::CellStore *store) in removeCell() function in MWRender::Pathgrid
/dports/irc/dxirc/dxirc-1.40.0/qt/tabitems/
H A Dtetristabitem.cpp131 m_parent->removeCell(m_cells[i].x, m_cells[i].y); in updatePosition()
221 void Game::removeCell(int x, int y, bool update) in removeCell() function in Game
374 removeCell(col, row, false); //not need update canvas, CreatePiece do it in removeLines()
392 removeCell(col, 0, false); //not need update canvas, CreatePiece do it in removeLines()
/dports/irc/dxirc/dxirc-1.40.0/fox/tabitems/
H A Dtetristabitem.cpp131 m_parent->removeCell(m_cells[i].x, m_cells[i].y); in updatePosition()
225 void TetrisTabItem::removeCell(FXint x, FXint y, FXbool update) in removeCell() function in TetrisTabItem
479 removeCell(col, row, FALSE); //not need update canvas, CreatePiece do it in removeLines()
497 removeCell(col, 0, FALSE); //not need update canvas, CreatePiece do it in removeLines()
/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DZOrderedCells.h50 void removeCell(Cell * cell);
/dports/games/py-fife/fifengine-0.4.2/engine/core/model/structures/
H A Dcellcache.h69 void removeCell(Cell* cell);
172 void removeCell(Cell* cell);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cruise/
H A Dcell.h67 void removeCell(cellStruct *objPtr, int ovlNumber, int objectIdx, int objType, int backgroundPlane);
/dports/games/scummvm/scummvm-2.5.1/engines/cruise/
H A Dcell.h67 void removeCell(cellStruct *objPtr, int ovlNumber, int objectIdx, int objType, int backgroundPlane);
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/world/
H A Dregionmap.hpp69 void removeCell (const CellCoordinates& index);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/src/
H A Dhydrogens.py979 self.routines.cells.removeCell(atom)
998 self.routines.cells.removeCell(atom)
1045 self.routines.cells.removeCell(atom)
1223 self.routines.cells.removeCell(newatom)
1239 self.routines.cells.removeCell(newatom)
1406 self.routines.cells.removeCell(residue.getAtom(newname))
1520 self.routines.cells.removeCell(atom)
1532 self.routines.cells.removeCell(atom)
1765 self.routines.cells.removeCell(hyds[0])
1770 self.routines.cells.removeCell(hyds[1])
[all …]

123