#include <kbookmarkbar.h>
Inherits TQObject.
Public Slots | |
| void | clear () |
| void | slotBookmarksChanged (const TQString &) |
| void | slotBookmarkSelected () |
| void | slotBookmarkSelected (TDEAction::ActivationReason reason, TQt::ButtonState state) |
| void | slotRMBActionRemove (int) |
| void | slotRMBActionInsert (int) |
| void | slotRMBActionCopyLocation (int) |
| void | slotRMBActionEditAt (int) |
| void | slotRMBActionProperties (int) |
Signals | |
| void | aboutToShowContextMenu (const KBookmark &, TQPopupMenu *) |
| void | openBookmark (const TQString &url, TQt::ButtonState state) |
Public Member Functions | |
| KBookmarkBar (KBookmarkManager *manager, KBookmarkOwner *owner, TDEToolBar *toolBar, TDEActionCollection *, TQObject *parent=0L, const char *name=0L) | |
| bool | isReadOnly () const |
| void | setReadOnly (bool) |
| TQString | parentAddress () |
Protected Member Functions | |
| void | fillBookmarkBar (KBookmarkGroup &parent) |
| virtual bool | eventFilter (TQObject *o, TQEvent *e) |
Friends | |
| class | RMB |
Detailed Description
This class provides a bookmark toolbar.
Using this class is nearly identical to using KBookmarkMenu so follow the directions there.
Definition at line 40 of file kbookmarkbar.h.
Constructor & Destructor Documentation
◆ KBookmarkBar()
| KBookmarkBar::KBookmarkBar | ( | KBookmarkManager * | manager, |
| KBookmarkOwner * | owner, | ||
| TDEToolBar * | toolBar, | ||
| TDEActionCollection * | coll, | ||
| TQObject * | parent = 0L, |
||
| const char * | name = 0L |
||
| ) |
Fills a bookmark toolbar.
- Parameters
-
manager the bookmark manager owner implementation of the KBookmarkOwner interface (callbacks) toolBar toolbar to fill
The TDEActionCollection pointer argument is now obsolete.
- Parameters
-
parent the parent widget for the bookmark toolbar name the internal name for the bookmark toolbar
Definition at line 85 of file kbookmarkbar.cpp.
◆ ~KBookmarkBar()
|
virtual |
Definition at line 143 of file kbookmarkbar.cpp.
Member Function Documentation
◆ aboutToShowContextMenu
|
signal |
- Since
- 3.2
◆ clear
|
slot |
Definition at line 149 of file kbookmarkbar.cpp.
◆ eventFilter()
|
protectedvirtual |
Definition at line 444 of file kbookmarkbar.cpp.
◆ fillBookmarkBar()
|
protected |
Definition at line 185 of file kbookmarkbar.cpp.
◆ isReadOnly()
| bool KBookmarkBar::isReadOnly | ( | ) | const |
- Since
- 3.2
Definition at line 248 of file kbookmarkbar.cpp.
◆ openBookmark
|
signal |
- Since
- 3.4
◆ parentAddress()
| TQString KBookmarkBar::parentAddress | ( | ) |
- Since
- 3.2
Definition at line 106 of file kbookmarkbar.cpp.
◆ setReadOnly()
| void KBookmarkBar::setReadOnly | ( | bool | readOnly | ) |
- Since
- 3.2
Definition at line 243 of file kbookmarkbar.cpp.
◆ slotBookmarksChanged
|
slot |
Definition at line 160 of file kbookmarkbar.cpp.
◆ slotBookmarkSelected [1/2]
|
slot |
Definition at line 266 of file kbookmarkbar.cpp.
◆ slotBookmarkSelected [2/2]
|
slot |
- Since
- 3.4
Definition at line 253 of file kbookmarkbar.cpp.
◆ slotRMBActionCopyLocation
|
slot |
- Since
- 3.2
Definition at line 441 of file kbookmarkbar.cpp.
◆ slotRMBActionEditAt
|
slot |
- Since
- 3.2
Definition at line 429 of file kbookmarkbar.cpp.
◆ slotRMBActionInsert
|
slot |
- Since
- 3.2
Definition at line 435 of file kbookmarkbar.cpp.
◆ slotRMBActionProperties
|
slot |
- Since
- 3.2
Definition at line 432 of file kbookmarkbar.cpp.
◆ slotRMBActionRemove
|
slot |
- Since
- 3.2
Definition at line 438 of file kbookmarkbar.cpp.
Friends And Related Function Documentation
◆ RMB
|
friend |
Definition at line 44 of file kbookmarkbar.h.
The documentation for this class was generated from the following files:
Trinity API Reference