KIO
kbookmarkmanager.h
Go to the documentation of this file.
420 virtual QList<QPair<QString, QString> > currentBookmarkList() const { return QList<QPair<QString, QString> >(); }
436 virtual void openBookmark(const KBookmark & bm, Qt::MouseButtons mb, Qt::KeyboardModifiers km) = 0;
This class provides a Dialog for editing properties, adding Bookmarks and creating new folders.
Definition kbookmarkdialog.h:45
This class implements the reading/writing of bookmarks in XML.
Definition kbookmarkmanager.h:66
bool autoErrorHandlingEnabled() const
Check whether auto error handling is enabled.
Definition kbookmarkmanager.cc:317
void setAutoErrorHandlingEnabled(bool enable, QWidget *parent)
Enable or disable auto error handling is enabled.
Definition kbookmarkmanager.cc:322
KBookmark findByAddress(const QString &address)
Definition kbookmarkmanager.cc:519
void notifyChanged(const QString &groupAddress, const QDBusMessage &msg)
Emit the changed signal for the group whose address is given.
Definition kbookmarkmanager.cc:595
static KBookmarkManager * managerForFile(const QString &bookmarksFile, const QString &dbusObjectName)
This static function will return an instance of the KBookmarkManager, responsible for the given bookm...
Definition kbookmarkmanager.cc:150
void updateFavicon(const QString &url, const QString &faviconurl)
Definition kbookmarkmanager.cc:660
QDomDocument internalDocument() const
Definition kbookmarkmanager.cc:333
bool updateAccessMetadata(const QString &url)
Update access time stamps for a given url.
Definition kbookmarkmanager.cc:646
KBookmarkGroup toolbar()
This returns the root of the toolbar menu.
Definition kbookmarkmanager.cc:473
static KBookmarkManager * userBookmarksManager()
Returns a pointer to the user's main (konqueror) bookmark collection.
Definition kbookmarkmanager.cc:673
bool save(bool toolbarCache=true) const
Save the bookmarks to an XML file on disk.
Definition kbookmarkmanager.cc:396
QString path() const
This will return the path that this manager is using to read the bookmarks.
Definition kbookmarkmanager.cc:463
void notifyCompleteChange(const QString &caller)
Reparse the whole bookmarks file and notify about the change Doesn't send signal over DBUS to the oth...
Definition kbookmarkmanager.cc:573
static KBookmarkManager * managerForExternalFile(const QString &bookmarksFile)
Returns a KBookmarkManager, which will use KDirWatch for change detection This is important when shar...
Definition kbookmarkmanager.cc:172
bool saveAs(const QString &filename, bool toolbarCache=true) const
Save the bookmarks to the given XML file on disk.
Definition kbookmarkmanager.cc:401
void slotEditBookmarksAtAddress(const QString &address)
Definition kbookmarkmanager.cc:631
void bookmarkCompleteChange(QString caller)
Signal send over DBUS.
static KBookmarkManager * createTempManager()
only used for KBookmarkBar
Definition kbookmarkmanager.cc:196
void setEditorOptions(const QString &caption, bool browser)
Set options with which slotEditBookmarks called keditbookmarks this can be used to change the appeara...
Definition kbookmarkmanager.cc:612
void changed(const QString &groupAddress, const QString &caller)
Signals that the group (or any of its children) with the address groupAddress (e.g.
The KBookmarkMenu and KBookmarkBar classes gives the user the ability to either edit bookmarks or add...
Definition kbookmarkmanager.h:383
virtual QString currentUrl() const
This function is called whenever the user wants to add the current page to the bookmarks list.
Definition kbookmarkmanager.h:407
virtual QList< QPair< QString, QString > > currentBookmarkList() const
Returns a list of title, URL pairs of the open tabs.
Definition kbookmarkmanager.h:420
virtual QString currentTitle() const
This function is called whenever the user wants to add the current page to the bookmarks list.
Definition kbookmarkmanager.h:396
virtual KBookmarkDialog * bookmarkDialog(KBookmarkManager *mgr, QWidget *parent)
Definition kbookmarkmanager.cc:716
virtual bool supportsTabs() const
This function returns whether the owner supports tabs.
Definition kbookmarkmanager.h:414
virtual void openBookmark(const KBookmark &bm, Qt::MouseButtons mb, Qt::KeyboardModifiers km)=0
Called if a bookmark is selected.
virtual void openFolderinTabs(const KBookmarkGroup &bm)
Called if the user wants to open every bookmark in this folder in a new tab.
Definition kbookmarkmanager.cc:721
Definition kbookmark.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.