KFile
#include <kurlnavigatormenu_p.h>
Signals | |
void | middleMouseButtonClicked (QAction *action) |
void | urlsDropped (QAction *action, QDropEvent *event) |
Signals inherited from KMenu | |
void | aboutToShowContextMenu (KMenu *menu, QAction *menuAction, QMenu *ctxMenu) |
Public Member Functions | |
KUrlNavigatorMenu (QWidget *parent) | |
virtual | ~KUrlNavigatorMenu () |
Public Member Functions inherited from KMenu | |
KMenu (QWidget *parent=0L) | |
KMenu (const QString &title, QWidget *parent=0L) | |
~KMenu () | |
QAction * | addTitle (const QString &text, QAction *before=0L) |
QAction * | addTitle (const QIcon &icon, const QString &text, QAction *before=0L) |
QMenu * | contextMenu () |
const QMenu * | contextMenu () const |
void | hideContextMenu () |
Qt::KeyboardModifiers | keyboardModifiers () const |
Qt::MouseButtons | mouseButtons () const |
void | setKeyboardShortcutsEnabled (bool enable) |
void | setKeyboardShortcutsExecute (bool enable) |
Protected Member Functions | |
virtual void | dragEnterEvent (QDragEnterEvent *event) |
virtual void | dragMoveEvent (QDragMoveEvent *event) |
virtual void | dropEvent (QDropEvent *event) |
virtual void | mouseReleaseEvent (QMouseEvent *event) |
Protected Member Functions inherited from KMenu | |
virtual void | closeEvent (QCloseEvent *) |
virtual void | contextMenuEvent (QContextMenuEvent *e) |
virtual bool | focusNextPrevChild (bool next) |
virtual void | hideEvent (QHideEvent *) |
virtual void | keyPressEvent (QKeyEvent *e) |
virtual void | mousePressEvent (QMouseEvent *e) |
Additional Inherited Members | |
Static Public Member Functions inherited from KMenu | |
static KMenu * | contextMenuFocus () |
static QAction * | contextMenuFocusAction () |
Detailed Description
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.
Constructor & Destructor Documentation
|
explicit |
Definition at line 29 of file kurlnavigatormenu.cpp.
|
virtual |
Definition at line 35 of file kurlnavigatormenu.cpp.
Member Function Documentation
|
protectedvirtual |
Definition at line 39 of file kurlnavigatormenu.cpp.
|
protectedvirtual |
Definition at line 46 of file kurlnavigatormenu.cpp.
|
protectedvirtual |
Definition at line 53 of file kurlnavigatormenu.cpp.
|
signal |
Is emitted, if the action action
has been clicked by the middle mouse button (QMenu ignores a click with the middle mouse button).
|
protectedvirtual |
Reimplemented from KMenu.
Definition at line 61 of file kurlnavigatormenu.cpp.
|
signal |
Is emitted when drop event occurs.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:52:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.