#include <kbookmarkbar.h>
Inherits TQObject.
|
void | fillBookmarkBar (KBookmarkGroup &parent) |
|
virtual bool | eventFilter (TQObject *o, TQEvent *e) |
|
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.
◆ 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.
◆ aboutToShowContextMenu
void KBookmarkBar::aboutToShowContextMenu |
( |
const KBookmark & |
, |
|
|
TQPopupMenu * |
|
|
) |
| |
|
signal |
◆ isReadOnly()
bool KBookmarkBar::isReadOnly |
( |
| ) |
const |
◆ openBookmark
void KBookmarkBar::openBookmark |
( |
const TQString & |
url, |
|
|
TQt::ButtonState |
state |
|
) |
| |
|
signal |
◆ parentAddress()
TQString KBookmarkBar::parentAddress |
( |
| ) |
|
◆ setReadOnly()
void KBookmarkBar::setReadOnly |
( |
bool |
readOnly | ) |
|
◆ slotBookmarkSelected
void KBookmarkBar::slotBookmarkSelected |
( |
TDEAction::ActivationReason |
reason, |
|
|
TQt::ButtonState |
state |
|
) |
| |
|
slot |
◆ slotRMBActionCopyLocation
void KBookmarkBar::slotRMBActionCopyLocation |
( |
int |
val | ) |
|
|
slot |
◆ slotRMBActionEditAt
void KBookmarkBar::slotRMBActionEditAt |
( |
int |
val | ) |
|
|
slot |
◆ slotRMBActionInsert
void KBookmarkBar::slotRMBActionInsert |
( |
int |
val | ) |
|
|
slot |
◆ slotRMBActionProperties
void KBookmarkBar::slotRMBActionProperties |
( |
int |
val | ) |
|
|
slot |
◆ slotRMBActionRemove
void KBookmarkBar::slotRMBActionRemove |
( |
int |
val | ) |
|
|
slot |
The documentation for this class was generated from the following files: