#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 707 of file klflibview_p.h.
KLFLibDefListView::KLFLibDefListView | ( | KLFLibDefaultView * | parent | ) | [inline] |
Definition at line 711 of file klflibview_p.h.
virtual void KLFLibDefListView::commonInternalDrag | ( | Qt::DropActions | a | ) | [inline, protected, virtual] |
Implements KLFLibDefViewCommon.
Definition at line 761 of file klflibview_p.h.
virtual QModelIndexList KLFLibDefListView::commonSelectedIndexes | ( | ) | const [inline, protected, virtual] |
Implements KLFLibDefViewCommon.
Definition at line 760 of file klflibview_p.h.
Definition at line 719 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 766 of file klflibview_p.h.
Referenced by eventFilter().
void KLFLibDefListView::forceRelayout | ( | ) | [inline] |
Definition at line 745 of file klflibview_p.h.
Referenced by KLFLibDefaultView::slotRelayoutIcons().
virtual void KLFLibDefListView::modelInitialized | ( | ) | [inline, virtual] |
Reimplemented from KLFLibDefViewCommon.
Definition at line 749 of file klflibview_p.h.
References klfDbg, and pInitialLayoutDone.
virtual void KLFLibDefListView::paintEvent | ( | QPaintEvent * | event | ) | [inline, protected, virtual] |
Definition at line 771 of file klflibview_p.h.
virtual QPoint KLFLibDefListView::scrollOffset | ( | ) | const [inline, protected, virtual] |
Implements KLFLibDefViewCommon.
Definition at line 764 of file klflibview_p.h.
virtual void KLFLibDefListView::setModel | ( | QAbstractItemModel * | model | ) | [inline, virtual] |
Definition at line 738 of file klflibview_p.h.
References KLFLibDefViewCommon::setTheModel().
virtual void KLFLibDefListView::showEvent | ( | QShowEvent * | event | ) | [inline, protected, virtual] |
Definition at line 782 of file klflibview_p.h.
References klfDbg, and pInitialLayoutDone.
virtual void KLFLibDefListView::startDrag | ( | Qt::DropActions | supportedActions | ) | [inline, protected, virtual] |
Definition at line 778 of file klflibview_p.h.
References KLFLibDefViewCommon::commonStartDrag().
virtual const QAbstractItemView* KLFLibDefListView::thisConstView | ( | ) | const [inline, protected, virtual] |
Implements KLFLibDefViewCommon.
Definition at line 763 of file klflibview_p.h.
virtual QAbstractItemView* KLFLibDefListView::thisView | ( | ) | [inline, protected, virtual] |
Implements KLFLibDefViewCommon.
Definition at line 762 of file klflibview_p.h.
bool KLFLibDefListView::inPaintEvent [protected] |
Definition at line 770 of file klflibview_p.h.
bool KLFLibDefListView::pInEventFilter [protected] |
Definition at line 775 of file klflibview_p.h.
Referenced by eventFilter().
bool KLFLibDefListView::pInitialLayoutDone [protected] |
Definition at line 776 of file klflibview_p.h.
Referenced by modelInitialized(), and showEvent().
bool KLFLibDefListView::pWantRelayout [protected] |
Definition at line 793 of file klflibview_p.h.