kio
KBookmarkBar Class Reference
This class provides a bookmark toolbar. More...
#include <kbookmarkbar.h>
Inheritance diagram for KBookmarkBar:
Public Slots | |
void | clear () |
void | slotBookmarksChanged (const QString &) |
void | slotBookmarkSelected (KAction::ActivationReason reason, Qt::ButtonState state) |
void | slotBookmarkSelected () |
void | slotRMBActionCopyLocation (int) |
void | slotRMBActionEditAt (int) |
void | slotRMBActionInsert (int) |
void | slotRMBActionProperties (int) |
void | slotRMBActionRemove (int) |
Signals | |
void | aboutToShowContextMenu (const KBookmark &, QPopupMenu *) |
void | openBookmark (const QString &url, Qt::ButtonState state) |
Public Member Functions | |
bool | isReadOnly () const |
KBookmarkBar (KBookmarkManager *manager, KBookmarkOwner *owner, KToolBar *toolBar, KActionCollection *, QObject *parent=0L, const char *name=0L) | |
QString | parentAddress () |
void | setReadOnly (bool) |
virtual | ~KBookmarkBar () |
Protected Member Functions | |
virtual bool | eventFilter (QObject *o, QEvent *e) |
void | fillBookmarkBar (KBookmarkGroup &parent) |
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, | |||
KToolBar * | toolBar, | |||
KActionCollection * | coll, | |||
QObject * | 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
- 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.
KBookmarkBar::~KBookmarkBar | ( | ) | [virtual] |
Definition at line 145 of file kbookmarkbar.cc.
Member Function Documentation
void KBookmarkBar::aboutToShowContextMenu | ( | const KBookmark & | , | |
QPopupMenu * | ||||
) | [signal] |
- Since:
- 3.2
void KBookmarkBar::clear | ( | ) | [slot] |
Definition at line 151 of file kbookmarkbar.cc.
void KBookmarkBar::fillBookmarkBar | ( | KBookmarkGroup & | parent | ) | [protected] |
Definition at line 187 of file kbookmarkbar.cc.
bool KBookmarkBar::isReadOnly | ( | ) | const |
void KBookmarkBar::openBookmark | ( | const QString & | url, | |
Qt::ButtonState | state | |||
) | [signal] |
- Since:
- 3.4
QString KBookmarkBar::parentAddress | ( | ) |
void KBookmarkBar::setReadOnly | ( | bool | readOnly | ) |
void KBookmarkBar::slotBookmarksChanged | ( | const QString & | group | ) | [slot] |
Definition at line 162 of file kbookmarkbar.cc.
void KBookmarkBar::slotBookmarkSelected | ( | KAction::ActivationReason | reason, | |
Qt::ButtonState | state | |||
) | [slot] |
void KBookmarkBar::slotBookmarkSelected | ( | ) | [slot] |
Definition at line 268 of file kbookmarkbar.cc.
void KBookmarkBar::slotRMBActionCopyLocation | ( | int | val | ) | [slot] |
void KBookmarkBar::slotRMBActionEditAt | ( | int | val | ) | [slot] |
void KBookmarkBar::slotRMBActionInsert | ( | int | val | ) | [slot] |
void KBookmarkBar::slotRMBActionProperties | ( | int | val | ) | [slot] |
void KBookmarkBar::slotRMBActionRemove | ( | int | val | ) | [slot] |
The documentation for this class was generated from the following files: