KonqPopupMenu Class Reference
This class implements the popup menu for URLs in konqueror and kdesktop It's usage is very simple : on right click, create the KonqPopupMenu instance with the correct arguments, then exec() to make it appear, then destroy it. More...
#include <konq_popupmenu.h>
Inheritance diagram for KonqPopupMenu:

Public Slots | |
| void | slotPopupNewDir () |
| void | slotPopupNewView () |
| void | slotPopupEmptyTrashBin () |
| void | slotPopupOpenWith () |
| void | slotPopupAddToBookmark () |
| void | slotRunService () |
| void | slotPopupMimeType () |
| void | slotPopupProperties () |
| void | slotOpenShareFileDialog () |
Public Member Functions | |
| KonqPopupMenu (KBookmarkManager *manager, const KFileItemList &items, KURL viewURL, KActionCollection &actions, KNewMenu *newMenu, bool showPropertiesAndFileType=true) | |
| Constructor. | |
| KonqPopupMenu (KBookmarkManager *manager, const KFileItemList &items, KURL viewURL, KActionCollection &actions, KNewMenu *newMenu, QWidget *parentWidget, bool showPropertiesAndFileType=true) | |
| ~KonqPopupMenu () | |
| Don't forget to destroy the object. | |
| void | setURLTitle (const QString &urlTitle) |
| Set the title of the URL, when the popupmenu is opened for a single URL. | |
| virtual KAction * | action (const QDomElement &element) const |
| Reimplemented for internal purpose. | |
| virtual KActionCollection * | actionCollection () const |
| QString | mimeType () const |
| KURL | url () const |
| KFileItemList | fileItemList () const |
| KURL::List | popupURLList () const |
| ProtocolInfo | protocolInfo () const |
Protected Attributes | |
| KActionCollection & | m_actions |
| KActionCollection | m_ownActions |
Detailed Description
This class implements the popup menu for URLs in konqueror and kdesktop It's usage is very simple : on right click, create the KonqPopupMenu instance with the correct arguments, then exec() to make it appear, then destroy it.
Definition at line 47 of file konq_popupmenu.h.
Constructor & Destructor Documentation
|
||||||||||||||||||||||||||||
|
Constructor.
Definition at line 109 of file konq_popupmenu.cc. |
|
|
Don't forget to destroy the object.
Definition at line 597 of file konq_popupmenu.cc. |
Member Function Documentation
|
|
Set the title of the URL, when the popupmenu is opened for a single URL. This is used if the user chooses to add a bookmark for this URL. Definition at line 606 of file konq_popupmenu.cc. |
|
|
Reimplemented for internal purpose.
Definition at line 710 of file konq_popupmenu.cc. |
The documentation for this class was generated from the following files:
