#include <kurlnavigatormenu_p.h>
Provides drop-down menus for the URL navigator.
The implementation extends KMenu with drag & drop support.
Definition at line 36 of file kurlnavigatormenu_p.h.
◆ KUrlNavigatorMenu()
KDEPrivate::KUrlNavigatorMenu::KUrlNavigatorMenu |
( |
QWidget * | parent | ) |
|
|
explicit |
◆ ~KUrlNavigatorMenu()
KDEPrivate::KUrlNavigatorMenu::~KUrlNavigatorMenu |
( |
| ) |
|
|
virtual |
◆ dragEnterEvent()
void KDEPrivate::KUrlNavigatorMenu::dragEnterEvent |
( |
QDragEnterEvent * | event | ) |
|
|
protectedvirtual |
◆ dragMoveEvent()
void KDEPrivate::KUrlNavigatorMenu::dragMoveEvent |
( |
QDragMoveEvent * | event | ) |
|
|
protectedvirtual |
◆ dropEvent()
void KDEPrivate::KUrlNavigatorMenu::dropEvent |
( |
QDropEvent * | event | ) |
|
|
protectedvirtual |
◆ middleMouseButtonClicked
void KDEPrivate::KUrlNavigatorMenu::middleMouseButtonClicked |
( |
QAction * | action | ) |
|
|
signal |
Is emitted, if the action action
has been clicked by the middle mouse button (QMenu ignores a click with the middle mouse button).
◆ mouseReleaseEvent()
void KDEPrivate::KUrlNavigatorMenu::mouseReleaseEvent |
( |
QMouseEvent * | event | ) |
|
|
protectedvirtual |
◆ urlsDropped
void KDEPrivate::KUrlNavigatorMenu::urlsDropped |
( |
QAction * | action, |
|
|
QDropEvent * | event ) |
|
signal |
Is emitted when drop event occurs.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by
doxygen 1.11.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.