Plasma Engine  2.0
Loading...
Searching...
No Matches
plQtItemDelegate Class Reference

In combination with plQtItemView this delegate allows for receiving the full range of mouse input. More...

#include <ItemView.moc.h>

Inheritance diagram for plQtItemDelegate:

Public Member Functions

 plQtItemDelegate (QObject *pParent=nullptr)
 
virtual bool mouseHoverEvent (QHoverEvent *pEvent, const QStyleOptionViewItem &option, const QModelIndex &index)
 
virtual bool mousePressEvent (QMouseEvent *pEvent, const QStyleOptionViewItem &option, const QModelIndex &index)
 
virtual bool mouseReleaseEvent (QMouseEvent *pEvent, const QStyleOptionViewItem &option, const QModelIndex &index)
 
virtual bool mouseDoubleClickEvent (QMouseEvent *pEvent, const QStyleOptionViewItem &option, const QModelIndex &index)
 
virtual bool mouseMoveEvent (QMouseEvent *pEvent, const QStyleOptionViewItem &option, const QModelIndex &index)
 

Detailed Description

In combination with plQtItemView this delegate allows for receiving the full range of mouse input.


The documentation for this class was generated from the following file: