class KBookmarkOwner


abstract class

Table of contents
Modules
kio Classes
All Classes
Module kio
Namespace global
Class KBookmarkOwner
Inherits

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.



enums

enum details

methods