KBookmarks
kbookmarkowner.h
147 virtual void openBookmark(const KBookmark &bm, Qt::MouseButtons mb, Qt::KeyboardModifiers km) = 0;
virtual void openInNewWindow(const KBookmark &bm)
Called when a bookmark should be opened in a new window.
Definition kbookmarkowner.cpp:87
virtual QList< FutureBookmark > currentBookmarkList() const
Returns a list of bookmark data for the open tabs.
Definition kbookmarkowner.h:129
virtual QString currentIcon() const
This function is called whenever the user wants to add the current page to the bookmarks list.
Definition kbookmarkowner.h:90
virtual void openInNewTab(const KBookmark &bm)
Called when a bookmark should be opened in a new tab.
Definition kbookmarkowner.cpp:81
virtual QString currentTitle() const
This function is called whenever the user wants to add the current page to the bookmarks list.
Definition kbookmarkowner.h:57
virtual bool supportsTabs() const
This function returns whether the owner supports tabs.
Definition kbookmarkowner.h:99
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 kbookmarkowner.cpp:77
virtual QUrl currentUrl() const
This function is called whenever the user wants to add the current page to the bookmarks list.
Definition kbookmarkowner.h:72
typedef KeyboardModifiers
typedef MouseButtons
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.