kbookmarkmanager.h
This class implements the reading/writing of bookmarks in XML.
Definition kbookmarkmanager.h:52
TQString path()
This will return the path that this manager is using to read the bookmarks.
Definition kbookmarkmanager.h:132
KBookmarkNotifier & notifier()
Access to bookmark notifier, for emitting signals.
Definition kbookmarkmanager.h:235
bool saveAs(const TQString &filename, bool toolbarCache=true) const
Save the bookmarks to the given XML file on disk.
Definition kbookmarkmanager.cpp:330
bool save(bool toolbarCache=true) const
Save the bookmarks to the default konqueror XML file on disk.
Definition kbookmarkmanager.cpp:325
void changed(const TQString &groupAddress, const TQString &caller)
Signals that the group (or any of its children) with the address groupAddress (e.g.
KBookmarkManager(const TQString &bookmarksFile, bool bImportDesktopFiles=true)
Creates a bookmark manager with a path to the bookmarks.
Definition kbookmarkmanager.cpp:128
bool updateAccessMetadata(const TQString &url, bool emitSignal=true)
Update access time stamps for a given url.
Definition kbookmarkmanager.cpp:649
DCOP interface for a bookmark notifier (an object which emits signals upon changes to the bookmarks).
Definition kbookmarknotifier.h:30
The KBookmarkMenu and KBookmarkBar classes gives the user the ability to either edit bookmarks or add...
Definition kbookmarkmanager.h:316
virtual TQString currentTitle() const
This function is called whenever the user wants to add the current page to the bookmarks list.
Definition kbookmarkmanager.h:332
virtual void openBookmarkURL(const TQString &_url)
This function is called if the user selects a bookmark.
Definition kbookmarkmanager.cpp:641
virtual TQString currentURL() const
This function is called whenever the user wants to add the current page to the bookmarks list.
Definition kbookmarkmanager.h:342
Definition kbookmarkmanager.h:352
Trinity API Reference