KURLBarListBox Class Reference
This is the listbox used in KURLBar. More...
#include <kurlbar.h>
Inheritance diagram for KURLBarListBox:

Signals | |
void | dropped (QDropEvent *e) |
Emitted when a drop-event happened. | |
Public Methods | |
KURLBarListBox (QWidget *parent=0, const char *name=0) | |
Constructs a KURLBarListBox. | |
~KURLBarListBox () | |
Destroys the box. | |
virtual void | setOrientation (Qt::Orientation orient) |
Sets the orientation of the widget. | |
Qt::Orientation | orientation () const |
Protected Methods | |
virtual QDragObject * | dragObject () |
virtual void | contentsDragEnterEvent (QDragEnterEvent *) |
@reimpl | |
virtual void | contentsDropEvent (QDropEvent *) |
@reimpl |
Detailed Description
This is the listbox used in KURLBar.It is a subclass of KListBox to support drag & drop and to set up the row / column mode.
The widget has just one row or one column, depending on orientation().
- Author:
- Carsten Pfeiffer <pfeiffer@kde.org>
Definition at line 435 of file kurlbar.h.
Constructor & Destructor Documentation
|
Constructs a KURLBarListBox.
Definition at line 668 of file kurlbar.cpp. |
|
Destroys the box.
Definition at line 676 of file kurlbar.cpp. |
Member Function Documentation
|
Sets the orientation of the widget. Horizontal means, all items are arranged in one row. Vertical means, all items are arranged in one column.
Definition at line 708 of file kurlbar.cpp. References QListBox::setColumnMode(), and QListBox::setRowMode(). Referenced by KURLBar::setOrientation(). |
|
Definition at line 460 of file kurlbar.h. Referenced by KURLBar::orientation(). |
|
Emitted when a drop-event happened.
Referenced by contentsDropEvent(). |
|
Definition at line 681 of file kurlbar.cpp. References QListBox::firstItem(), QListBox::item(), KURLDrag::newDrag(), and KURLBarItem::url(). |
|
@reimpl
Definition at line 698 of file kurlbar.cpp. |
|
@reimpl
Definition at line 703 of file kurlbar.cpp. References dropped(). |
The documentation for this class was generated from the following files: