#include <klflibview_p.h>


Public Member Functions | |
| KLFLibDefListView (KLFLibDefaultView *parent) | |
| virtual bool | eventFilter (QObject *object, QEvent *event) |
| virtual void | setModel (QAbstractItemModel *model) |
| void | forceRelayout () |
| virtual void | modelInitialized () |
Protected Member Functions | |
| virtual QModelIndexList | commonSelectedIndexes () const |
| virtual void | commonInternalDrag (Qt::DropActions a) |
| virtual QAbstractItemView * | thisView () |
| virtual const QAbstractItemView * | thisConstView () const |
| virtual QPoint | scrollOffset () const |
| virtual QPoint | eventPos (QObject *object, QDragEnterEvent *event) |
| virtual void | paintEvent (QPaintEvent *event) |
| virtual void | startDrag (Qt::DropActions supportedActions) |
| virtual void | showEvent (QShowEvent *event) |
Protected Attributes | |
| bool | inPaintEvent |
| bool | pInEventFilter |
| bool | pInitialLayoutDone |
| bool | pWantRelayout |
Definition at line 721 of file klflibview_p.h.
| KLFLibDefListView::KLFLibDefListView | ( | KLFLibDefaultView * | parent | ) | [inline] |
Definition at line 725 of file klflibview_p.h.
| virtual void KLFLibDefListView::commonInternalDrag | ( | Qt::DropActions | a | ) | [inline, protected, virtual] |
Implements KLFLibDefViewCommon.
Definition at line 775 of file klflibview_p.h.
| virtual QModelIndexList KLFLibDefListView::commonSelectedIndexes | ( | ) | const [inline, protected, virtual] |
Implements KLFLibDefViewCommon.
Definition at line 774 of file klflibview_p.h.
Definition at line 733 of file klflibview_p.h.
References KLFLibDefViewCommon::evDragEnter(), KLFLibDefViewCommon::evDragMove(), KLFLibDefViewCommon::evDrop(), eventPos(), pInEventFilter, and QEvent::type().
| virtual QPoint KLFLibDefListView::eventPos | ( | QObject * | object, |
| QDragEnterEvent * | event | ||
| ) | [inline, protected, virtual] |
Definition at line 780 of file klflibview_p.h.
Referenced by eventFilter().
| void KLFLibDefListView::forceRelayout | ( | ) | [inline] |
Definition at line 759 of file klflibview_p.h.
Referenced by KLFLibDefaultView::slotRelayoutIcons().
| virtual void KLFLibDefListView::modelInitialized | ( | ) | [inline, virtual] |
Reimplemented from KLFLibDefViewCommon.
Definition at line 763 of file klflibview_p.h.
References klfDbg, and pInitialLayoutDone.
| virtual void KLFLibDefListView::paintEvent | ( | QPaintEvent * | event | ) | [inline, protected, virtual] |
Definition at line 785 of file klflibview_p.h.
| virtual QPoint KLFLibDefListView::scrollOffset | ( | ) | const [inline, protected, virtual] |
Implements KLFLibDefViewCommon.
Definition at line 778 of file klflibview_p.h.
| virtual void KLFLibDefListView::setModel | ( | QAbstractItemModel * | model | ) | [inline, virtual] |
Definition at line 752 of file klflibview_p.h.
References KLFLibDefViewCommon::setTheModel().
| virtual void KLFLibDefListView::showEvent | ( | QShowEvent * | event | ) | [inline, protected, virtual] |
Definition at line 796 of file klflibview_p.h.
References klfDbg, and pInitialLayoutDone.
| virtual void KLFLibDefListView::startDrag | ( | Qt::DropActions | supportedActions | ) | [inline, protected, virtual] |
Definition at line 792 of file klflibview_p.h.
References KLFLibDefViewCommon::commonStartDrag().
| virtual const QAbstractItemView* KLFLibDefListView::thisConstView | ( | ) | const [inline, protected, virtual] |
Implements KLFLibDefViewCommon.
Definition at line 777 of file klflibview_p.h.
| virtual QAbstractItemView* KLFLibDefListView::thisView | ( | ) | [inline, protected, virtual] |
Implements KLFLibDefViewCommon.
Definition at line 776 of file klflibview_p.h.
bool KLFLibDefListView::inPaintEvent [protected] |
Definition at line 784 of file klflibview_p.h.
bool KLFLibDefListView::pInEventFilter [protected] |
Definition at line 789 of file klflibview_p.h.
Referenced by eventFilter().
bool KLFLibDefListView::pInitialLayoutDone [protected] |
Definition at line 790 of file klflibview_p.h.
Referenced by modelInitialized(), and showEvent().
bool KLFLibDefListView::pWantRelayout [protected] |
Definition at line 807 of file klflibview_p.h.