Home
last modified time | relevance | path

Searched refs:acceptDrags (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/kolourpaint/kolourpaint-21.12.3/lgpl/generic/widgets/
H A DkpColorCellsBase.cpp52 acceptDrags = false; in kpColorCellsBasePrivate()
75 bool acceptDrags; member in kpColorCellsBase::kpColorCellsBasePrivate
187 d->acceptDrags = _acceptDrags; in setAcceptDrags()
463 << d->acceptDrags in dragEnterEvent()
466 event->setAccepted( d->acceptDrags && KColorMimeData::canDecode( event->mimeData())); in dragEnterEvent()
476 << d->acceptDrags in dragMoveEvent()
480 event->setAccepted( d->acceptDrags && KColorMimeData::canDecode( event->mimeData())); in dragMoveEvent()
H A DkpColorCellsBase.h123 void setAcceptDrags(bool acceptDrags); in Q_DECLARE_LOGGING_CATEGORY()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dkcolordialog.h44 Q_PROPERTY(bool acceptDrags READ acceptDrags WRITE setAcceptDrags)
69 void setAcceptDrags(bool acceptDrags);
70 bool acceptDrags() const;
H A Dkcolordialog.cpp246 bool KColorCells::acceptDrags() const in acceptDrags() function in KColorCells
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/
H A DInfiniteLine.py414 if (not ev.isExit()) and self.movable and ev.acceptDrags(QtCore.Qt.MouseButton.LeftButton):
608 ev.acceptDrags(QtCore.Qt.MouseButton.LeftButton)
H A DLinearRegionItem.py343 if self.movable and (not ev.isExit()) and ev.acceptDrags(QtCore.Qt.MouseButton.LeftButton):
H A DLegendItem.py329 ev.acceptDrags(QtCore.Qt.MouseButton.LeftButton)
H A DTargetItem.py286 if self.movable and (not ev.isExit()) and ev.acceptDrags(QtCore.Qt.MouseButton.LeftButton):
H A DROI.py725 if self.translatable and ev.acceptDrags(QtCore.Qt.MouseButton.LeftButton):
1396 if ev.acceptDrags(QtCore.Qt.MouseButton.LeftButton):
2313 ev.acceptDrags(QtCore.Qt.MouseButton.LeftButton)
H A DGradientEditorItem.py945 if (not ev.isExit()) and ev.acceptDrags(QtCore.Qt.MouseButton.LeftButton):
H A DImageItem.py1030 …if not ev.isExit() and self.drawKernel is not None and ev.acceptDrags(QtCore.Qt.MouseButton.LeftBu…
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/GraphicsScene/
H A DmouseEvents.py304 def acceptDrags(self, button): member in HoverEvent
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/flowchart/
H A DNode.py617 ev.acceptDrags(QtCore.Qt.MouseButton.LeftButton)
H A DTerminal.py441 if not ev.isExit() and ev.acceptDrags(QtCore.Qt.MouseButton.LeftButton):
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py2000 def setAcceptDrags(self, acceptDrags): argument