• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KIO

Public Types | Public Member Functions | List of all members
KBookmarkOwner Class Referenceabstract

#include <kbookmarkmanager.h>

Inheritance diagram for KBookmarkOwner:
Inheritance graph
[legend]

Public Types

enum  BookmarkOption { ShowAddBookmark, ShowEditBookmark }
 

Public Member Functions

virtual ~KBookmarkOwner ()
 
virtual KBookmarkDialog * bookmarkDialog (KBookmarkManager *mgr, QWidget *parent)
 
virtual QList< QPair< QString,
QString > > 
currentBookmarkList () const
 
virtual QString currentTitle () const
 
virtual QString currentUrl () const
 
virtual bool enableOption (BookmarkOption option) const
 
virtual void openBookmark (const KBookmark &bm, Qt::MouseButtons mb, Qt::KeyboardModifiers km)=0
 
virtual void openFolderinTabs (const KBookmarkGroup &bm)
 
virtual bool supportsTabs () const
 

Detailed Description

The KBookmarkMenu and KBookmarkBar classes gives the user the ability to either edit bookmarks or add their own.

In the first case, the app may want to open the bookmark in a special way. In the second case, the app must supply the name and the URL for the bookmark.

This class gives the app this callback-like ability.

If your app does not give the user the ability to add bookmarks and you don't mind using the default bookmark editor to edit your bookmarks, then you don't need to overload this class at all. Rather, just use something like:

bookmarks = new KBookmarkMenu( mgr, 0, menu, actioncollec )

If you wish to use your own editor or allow the user to add bookmarks, you must overload this class.

Definition at line 382 of file kbookmarkmanager.h.

Member Enumeration Documentation

enum KBookmarkOwner::BookmarkOption
Enumerator
ShowAddBookmark 
ShowEditBookmark 

Definition at line 422 of file kbookmarkmanager.h.

Constructor & Destructor Documentation

virtual KBookmarkOwner::~KBookmarkOwner ( )
inlinevirtual

Definition at line 385 of file kbookmarkmanager.h.

Member Function Documentation

KBookmarkDialog * KBookmarkOwner::bookmarkDialog ( KBookmarkManager *  mgr,
QWidget *  parent 
)
virtual

Definition at line 712 of file kbookmarkmanager.cc.

virtual QList<QPair<QString, QString> > KBookmarkOwner::currentBookmarkList ( ) const
inlinevirtual

Returns a list of title, URL pairs of the open tabs.

The default returns an empty list.

Definition at line 420 of file kbookmarkmanager.h.

virtual QString KBookmarkOwner::currentTitle ( ) const
inlinevirtual

This function is called whenever the user wants to add the current page to the bookmarks list.

The title will become the "name" of the bookmark. You must overload this function if you wish to give your users the ability to add bookmarks. The default returns an empty string.

Returns
the title of the current page.

Definition at line 396 of file kbookmarkmanager.h.

virtual QString KBookmarkOwner::currentUrl ( ) const
inlinevirtual

This function is called whenever the user wants to add the current page to the bookmarks list.

The URL will become the URL of the bookmark. You must overload this function if you wish to give your users the ability to add bookmarks. The default returns an empty string.

Returns
the URL of the current page.

Definition at line 407 of file kbookmarkmanager.h.

bool KBookmarkOwner::enableOption ( BookmarkOption  option) const
virtual

Returns true if action should be shown in the menu The default is to show both a add and editBookmark Entry //TODO ContextMenuAction? to disable the contextMenu? Delete and Propeties to disable those in the context menu?

Definition at line 703 of file kbookmarkmanager.cc.

virtual void KBookmarkOwner::openBookmark ( const KBookmark &  bm,
Qt::MouseButtons  mb,
Qt::KeyboardModifiers  km 
)
pure virtual

Called if a bookmark is selected.

You need to override this.

void KBookmarkOwner::openFolderinTabs ( const KBookmarkGroup &  bm)
virtual

Called if the user wants to open every bookmark in this folder in a new tab.

The default implementation does nothing. This is only called if supportsTabs() returns true

Definition at line 717 of file kbookmarkmanager.cc.

virtual bool KBookmarkOwner::supportsTabs ( ) const
inlinevirtual

This function returns whether the owner supports tabs.

The default returns false.

Definition at line 414 of file kbookmarkmanager.h.


The documentation for this class was generated from the following files:
  • kbookmarkmanager.h
  • kbookmarkmanager.cc
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KIO

Skip menu "KIO"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  • kjsembed
  •   WTF
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Nepomuk-Core
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal