Home
last modified time | relevance | path

Searched defs:updateGrid (Results 1 – 25 of 98) sorted by relevance

1234

/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/src/
H A DqanGrid.cpp53 bool Grid::updateGrid(const QRectF& viewRect, in updateGrid() function in qan::Grid
63 bool Grid::updateGrid() noexcept { return false; } in updateGrid() function in qan::Grid
H A DqanLineGrid.cpp53 bool OrthoGrid::updateGrid(const QRectF& viewRect, in updateGrid() function in qan::OrthoGrid
73 bool OrthoGrid::updateGrid() noexcept in updateGrid() function in qan::OrthoGrid
106 bool LineGrid::updateGrid(const QRectF& viewRect, in updateGrid() function in qan::LineGrid
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A DSudoku.lhs118 updateGrid _ [] = Nothing function
119 updateGrid grid xs = Just $ grid // nubBy (\(x,_) (y,_) -> x==y) xs function
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A DSudoku.lhs118 updateGrid _ [] = Nothing function
119 updateGrid grid xs = Just $ grid // nubBy (\(x,_) (y,_) -> x==y) xs function
/dports/science/plumed/plumed2-2.7.2/src/ves/
H A DTD_WellTempered.cpp146 void TD_WellTempered::updateGrid() { in updateGrid() function in PLMD::ves::TD_WellTempered
H A DTD_ProductCombination.cpp196 void TD_ProductCombination::updateGrid() { in updateGrid() function in PLMD::ves::TD_ProductCombination
/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEContainerStop.cpp49 GNEContainerStop::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNEParkingSpace.cpp71 GNEParkingSpace::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNEChargingStation.cpp53 GNEChargingStation::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNEParkingArea.cpp54 GNEParkingArea::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNEBusStop.cpp54 GNEBusStop::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNEVaporizer.cpp53 GNEVaporizer::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNEVariableSpeedSign.cpp51 GNEVariableSpeedSign::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNEAccess.cpp77 GNEAccess::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNERouteProbe.cpp56 GNERouteProbe::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNEDetectorEntryExit.cpp118 GNEDetectorEntryExit::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNERerouter.cpp58 GNERerouter::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNEDetectorE3.cpp53 GNEDetectorE3::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNEDetectorE1Instant.cpp115 GNEDetectorE1Instant::updateGeometry(bool updateGrid) { in updateGeometry()
H A DGNEDetectorE1.cpp115 GNEDetectorE1::updateGeometry(bool updateGrid) { in updateGeometry()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/
H A DHelpComponent.cpp54 void HelpComponent::updateGrid() in updateGrid() function in HelpComponent
H A DMenuComponent.cpp87 void MenuComponent::updateGrid() in updateGrid() function in MenuComponent
/dports/x11-fm/qtfm/qtfm-6.2.1/libfm/
H A Dfm.cpp121 void FM::updateGrid() in updateGrid() function in FM
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dhashgrid.cc31 void hashGrid_t::updateGrid() in updateGrid() function in hashGrid_t
/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNEEdge.cpp124 GNEEdge::updateGeometry(bool updateGrid) { in updateGeometry()
442 GNEEdge::updateJunctionPosition(GNEJunction* junction, const Position& origPos, bool updateGrid) { in updateJunctionPosition()
743 GNEEdge::setGeometry(PositionVector geom, bool inner, bool updateGrid) { in setGeometry()
1743 GNEEdge::setShapeStartPos(const Position& pos, bool updateGrid) { in setShapeStartPos()
1754 GNEEdge::setShapeEndPos(const Position& pos, bool updateGrid) { in setShapeEndPos()

1234