Home
last modified time | relevance | path

Searched refs:selectedRect (Results 1 – 25 of 122) sorted by relevance

12345

/dports/graphics/pixen/Pixen-0.1/
H A DPXRectangularSelectionTool.m171 for(i = selectedRect.origin.x; i < NSMaxX(selectedRect); i++)
173 for(j = selectedRect.origin.y; j < NSMaxY(selectedRect); j++)
178 //selectedRect = [[controller canvas] selectedRect];
198 …longVerticalDirty = NSMakeRect(selectedRect.origin.x + selectedRect.size.width, selectedRect.origi…
204 …longHorizontalDirty = NSMakeRect(selectedRect.origin.x, selectedRect.origin.y + selectedRect.size.…
223 …rty = NSMakeRect(selectedRect.origin.x + selectedRect.size.width, selectedRect.origin.y + MIN(last…
232 …longHorizontalDirty = NSMakeRect(selectedRect.origin.x, selectedRect.origin.y + selectedRect.size.…
284 …longVerticalDirty = NSMakeRect(selectedRect.origin.x + selectedRect.size.width, selectedRect.origi…
287 …rty = NSMakeRect(selectedRect.origin.x + MIN(lastSelectedRect.size.width, selectedRect.size.width)…
308 …alDirty = NSUnionRect(NSMakeRect(selectedRect.origin.x + selectedRect.size.width, selectedRect.ori…
[all …]
H A DPXMagicWandTool.m85 selectedRect = lastSelectedRect;
107 lastSelectedRect = [[controller canvas] selectedRect];
116 selectedRect = NSZeroRect;
119 NSRect deselectRect = [[controller canvas] selectedRect];
174 if (isSubtracting && NSEqualRects([[controller canvas] selectedRect], NSZeroRect))
178 …anvas] changedInRect:NSMakeRect(selectedRect.origin.x-2, selectedRect.origin.y-2, selectedRect.siz…
179 selectedRect = NSZeroRect;
201selectedRect = NSUnionRect(selectedRect, NSMakeRect([current pointValue].x, [current pointValue].y…
202 lastSelectedRect = selectedRect;
/dports/graphics/krita/krita-4.4.8/libs/flake/tools/
H A DKoPathPointRubberSelectStrategy.cpp52 const QRectF oldDirtyRect = d->selectedRect().normalized() | m_tool->decorationsRect(); in finishInteraction()
53 selection->selectPoints(d->selectedRect(), !(modifiers & Qt::ShiftModifier)); in finishInteraction()
55 d->selectedRect().normalized() | in finishInteraction()
63 m_tool->canvas()->updateCanvas(d->selectedRect().normalized() | in cancelInteraction()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/
H A DMaEditorNameList.cpp207 …for (int viewRowIndex = selectedRect.top(); viewRowIndex <= selectedRect.bottom(); viewRowIndex++)… in sl_copyWholeRow()
242 for (auto selectedRect : qAsConst(selectedRects)) { in sl_removeSelectedRows() local
294 bool grow = selectedRect.height() == 1 || selectedRect.top() < cursorRow; in keyPressEvent()
296 if (selectedRect.top() > 0) { in keyPressEvent()
315 bool grow = selectedRect.height() == 1 || cursorRow < selectedRect.bottom(); in keyPressEvent()
848 QRect selectedRect = selection.getRectList().first(); in moveSelectedRegion() local
849 int numRowsInSelection = selectedRect.height(); in moveSelectedRegion()
850 int firstRowInSelection = selectedRect.top(); in moveSelectedRegion()
851 int lastRowInSelection = selectedRect.bottom(); in moveSelectedRegion()
861 …QRect newSelectedRect(selectedRect.x(), firstRowInSelection + shift, selectedRect.width(), numRows… in moveSelectedRegion()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/nodes/table/
H A Dtable-commands.ts161 const rect = selectedRect(state);
180 const rect = selectedRect(state);
221 const { table } = selectedRect(state);
298 const rect = selectedRect(state);
309 const rect = selectedRect(state);
324 const { table, tableStart, left, right } = selectedRect(state);
349 const { table, top, left } = selectedRect(state);
363 function selectedRect(state: EditorState): SelectedRect { function
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/net/py-qt5-network/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/devel/py-qt5-test/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/textproc/py-qt5-xml/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/misc/py-qt5-demo/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/lang/py-qt5-qml/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/x11-toolkits/py-qt5-quick/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/x11-toolkits/py-qt5-gui/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/x11-toolkits/py-qt5-quickwidgets/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)
/dports/devel/py-qt5-core/PyQt5-5.15.4/examples/animation/appchooser/
H A Dappchooser.py78 def createStates(objects, selectedRect, parent): argument
81 state.assignProperty(obj, 'geometry', selectedRect)
124 selectedRect = QRect(86, 86, 128, 128) variable
130 createStates(objects, selectedRect, group)

12345