Home
last modified time | relevance | path

Searched refs:MoveAction (Results 1 – 25 of 1887) sorted by relevance

12345678910>>...76

/dports/games/minetest/minetest-5.4.1/src/script/cpp_api/
H A Ds_nodemeta.h26 struct MoveAction;
39 const MoveAction &ma, int count,
43 const MoveAction &ma, const ItemStack &stack,
47 const MoveAction &ma, const ItemStack &stack,
51 const MoveAction &ma, int count,
55 const MoveAction &ma, const ItemStack &stack,
59 const MoveAction &ma, const ItemStack &stack,
H A Ds_inventory.h24 struct MoveAction;
34 const MoveAction &ma, int count,
38 const MoveAction &ma, const ItemStack &stack,
42 const MoveAction &ma, const ItemStack &stack,
46 const MoveAction &ma, int count,
50 const MoveAction &ma, const ItemStack &stack,
54 const MoveAction &ma, const ItemStack &stack,
H A Ds_player.h26 struct MoveAction;
60 const MoveAction &ma, int count,
64 const MoveAction &ma, const ItemStack &stack,
68 const MoveAction &ma, const ItemStack &stack,
72 const MoveAction &ma, int count,
76 const MoveAction &ma, const ItemStack &stack,
80 const MoveAction &ma, const ItemStack &stack,
87 void pushMoveArguments(const MoveAction &ma,
H A Ds_inventory.cpp29 const MoveAction &ma, int count, in detached_inventory_AllowMove()
59 const MoveAction &ma, const ItemStack &stack, in detached_inventory_AllowPut()
86 const MoveAction &ma, const ItemStack &stack, in detached_inventory_AllowTake()
113 const MoveAction &ma, int count, in detached_inventory_OnMove()
139 const MoveAction &ma, const ItemStack &stack, in detached_inventory_OnPut()
163 const MoveAction &ma, const ItemStack &stack, in detached_inventory_OnTake()
/dports/archivers/v1541commander/v1541commander-1.1/src/bin/v1541commander/
H A Dcbmdosfslistview.cpp27 event->setDropAction(Qt::MoveAction); in dragEnterEvent()
32 event->setDropAction(Qt::MoveAction); in dragEnterEvent()
40 event->setDropAction(Qt::MoveAction); in dragMoveEvent()
45 event->setDropAction(Qt::MoveAction); in dragMoveEvent()
53 event->setDropAction(Qt::MoveAction); in dropEvent()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkHoverWidget.cxx37 this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
40 this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
43 this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
46 this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
49 this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
52 this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
113 void vtkHoverWidget::MoveAction(vtkAbstractWidget *w) in MoveAction() function in vtkHoverWidget
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkHoverWidget.cxx36 vtkCommand::LeftButtonPressEvent, vtkWidgetEvent::Move, this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
38 vtkCommand::MiddleButtonPressEvent, vtkWidgetEvent::Move, this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
40 vtkCommand::RightButtonPressEvent, vtkWidgetEvent::Move, this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
42 vtkCommand::MouseWheelForwardEvent, vtkWidgetEvent::Move, this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
44 vtkCommand::MouseWheelBackwardEvent, vtkWidgetEvent::Move, this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
46 vtkCommand::MouseMoveEvent, vtkWidgetEvent::Move, this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
104 void vtkHoverWidget::MoveAction(vtkAbstractWidget* w) in MoveAction() function in vtkHoverWidget
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkHoverWidget.cxx37 this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
40 this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
43 this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
46 this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
49 this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
52 this, vtkHoverWidget::MoveAction); in vtkHoverWidget()
115 void vtkHoverWidget::MoveAction(vtkAbstractWidget *w) in MoveAction() function in vtkHoverWidget
/dports/graphics/digikam/digikam-7.4.0/core/app/dragdrop/
H A Dimportdragdrop.cpp78 return MoveAction; in copyOrMove()
90 case Qt::MoveAction: in copyOrMove()
92 return MoveAction; in copyOrMove()
129 return MoveAction; in copyOrMove()
206 return Qt::MoveAction; in accepts()
209 return Qt::MoveAction; in accepts()
216 return Qt::MoveAction; in accepts()
H A Ditemdragdrop.cpp63 MoveAction, enumerator
107 return MoveAction; in copyOrMove()
119 case Qt::MoveAction: in copyOrMove()
121 return MoveAction; in copyOrMove()
160 return MoveAction; in copyOrMove()
425 if (action == MoveAction) in dropEvent()
447 else if (action == MoveAction) in dropEvent()
545 if (action == MoveAction) in dropEvent()
740 return Qt::MoveAction; in accepts()
743 return Qt::MoveAction; in accepts()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/draganddrop/draggableicons/
H A Ddragwidget.cpp80 event->setDropAction(Qt::MoveAction); in dragEnterEvent()
94 event->setDropAction(Qt::MoveAction); in dragMoveEvent()
121 event->setDropAction(Qt::MoveAction); in dropEvent()
165 if (drag->exec(Qt::CopyAction | Qt::MoveAction, Qt::CopyAction) == Qt::MoveAction) in mousePressEvent()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/draganddrop/draggableicons/
H A Ddragwidget.cpp87 event->setDropAction(Qt::MoveAction); in dragEnterEvent()
101 event->setDropAction(Qt::MoveAction); in dragMoveEvent()
128 event->setDropAction(Qt::MoveAction); in dropEvent()
172 if (drag->exec(Qt::CopyAction | Qt::MoveAction, Qt::CopyAction) == Qt::MoveAction) { in mousePressEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/draganddrop/
H A Ddragwidget.cpp71 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
76 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
125 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
132 case Qt::MoveAction: in mouseMoveEvent()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/doc/snippets/draganddrop/
H A Ddragwidget.cpp81 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
86 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
135 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
142 case Qt::MoveAction: in mouseMoveEvent()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/doc/snippets/draganddrop/
H A Ddragwidget.cpp81 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
86 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
135 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
142 case Qt::MoveAction: in mouseMoveEvent()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/doc/snippets/draganddrop/
H A Ddragwidget.cpp81 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
86 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
135 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
142 case Qt::MoveAction: in mouseMoveEvent()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/doc/snippets/draganddrop/
H A Ddragwidget.cpp81 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
86 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
135 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
142 case Qt::MoveAction: in mouseMoveEvent()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/doc/snippets/draganddrop/
H A Ddragwidget.cpp81 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
86 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
135 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
142 case Qt::MoveAction: in mouseMoveEvent()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/doc/snippets/draganddrop/
H A Ddragwidget.cpp81 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
86 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
135 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
142 case Qt::MoveAction: in mouseMoveEvent()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/doc/snippets/draganddrop/
H A Ddragwidget.cpp81 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
86 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
135 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
142 case Qt::MoveAction: in mouseMoveEvent()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/doc/snippets/draganddrop/
H A Ddragwidget.cpp81 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
86 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
135 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
142 case Qt::MoveAction: in mouseMoveEvent()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/doc/snippets/draganddrop/
H A Ddragwidget.cpp81 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
86 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
135 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
142 case Qt::MoveAction: in mouseMoveEvent()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/doc/snippets/draganddrop/
H A Ddragwidget.cpp81 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
86 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
135 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
142 case Qt::MoveAction: in mouseMoveEvent()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/doc/snippets/draganddrop/
H A Ddragwidget.cpp81 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
86 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
135 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
142 case Qt::MoveAction: in mouseMoveEvent()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/doc/snippets/draganddrop/
H A Ddragwidget.cpp81 if (event->source() == this && event->possibleActions() & Qt::MoveAction) in dropEvent()
86 if (event->proposedAction() == Qt::MoveAction) { in dropEvent()
135 Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction); in mouseMoveEvent()
142 case Qt::MoveAction: in mouseMoveEvent()

12345678910>>...76