Home
last modified time | relevance | path

Searched refs:childDragMoveEvent (Results 1 – 4 of 4) sorted by relevance

/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dfolderview.h148 virtual void childDragMoveEvent(QDragMoveEvent* e);
H A Dfolderview.cpp243 static_cast<FolderView*>(parent())->childDragMoveEvent(e); in dragMoveEvent()
617 static_cast<FolderView*>(parent())->childDragMoveEvent(e); in dragMoveEvent()
1538 void FolderView::childDragMoveEvent(QDragMoveEvent* e) { in childDragMoveEvent() function in FolderView
/dports/x11-fm/pcmanfm-qt/pcmanfm-qt-1.0.0/pcmanfm/
H A Ddesktopwindow.h107 virtual void childDragMoveEvent(QDragMoveEvent* e) override;
H A Ddesktopwindow.cpp1814 void DesktopWindow::childDragMoveEvent(QDragMoveEvent* e) { // see DesktopWindow::eventFilter for a… in childDragMoveEvent() function in PCManFM::DesktopWindow