#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 42 of file kbookmarkbar.h.
Constructor & Destructor Documentation
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 87 of file kbookmarkbar.cc.
Member Function Documentation
|
signal |
- Since
- 3.2
bool KBookmarkBar::isReadOnly | ( | ) | const |
- Since
- 3.2
Definition at line 250 of file kbookmarkbar.cc.
|
signal |
- Since
- 3.4
TQString KBookmarkBar::parentAddress | ( | ) |
- Since
- 3.2
Definition at line 108 of file kbookmarkbar.cc.
void KBookmarkBar::setReadOnly | ( | bool | readOnly | ) |
- Since
- 3.2
Definition at line 245 of file kbookmarkbar.cc.
|
slot |
- Since
- 3.4
Definition at line 255 of file kbookmarkbar.cc.
|
slot |
- Since
- 3.2
Definition at line 443 of file kbookmarkbar.cc.
|
slot |
- Since
- 3.2
Definition at line 431 of file kbookmarkbar.cc.
|
slot |
- Since
- 3.2
Definition at line 437 of file kbookmarkbar.cc.
|
slot |
- Since
- 3.2
Definition at line 434 of file kbookmarkbar.cc.
|
slot |
- Since
- 3.2
Definition at line 440 of file kbookmarkbar.cc.
The documentation for this class was generated from the following files: