|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Model that routes drops to column 0 for watch reordering. More...
#include <lua_debugger_watch.h>
Protected Member Functions | |
| bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override |
| Handles a drop event, forcing the target column to 0 to preserve watch item order. | |
Model that routes drops to column 0 for watch reordering.
|
overrideprotected |
Handles a drop event, forcing the target column to 0 to preserve watch item order.
| data | The MIME data payload from the drag operation. |
| action | The drop action being performed (e.g. move or copy). |
| row | The row at which the data is being dropped, or -1 to append. |
| column | The requested target column; overridden to 0 internally. |
| parent | The parent index under which the drop occurs. |