Logo    
KDWinUtils
Helper library for MFC to Qt migration
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
KItemViewToolTipHandler Class Reference

Special filter to handle tooltip events. More...

#include <kitemviewtooltiphandler.h>

Inheritance diagram for KItemViewToolTipHandler:
[legend]
Collaboration diagram for KItemViewToolTipHandler:
[legend]

Signals

void tooltipRequested (QHelpEvent *, const QModelIndex &) const
 Signal emitted when a tooltip is requested on a specific index.
 

Public Member Functions

 KItemViewToolTipHandler (QAbstractItemView *view)
 

Protected Member Functions

bool eventFilter (QObject *obj, QEvent *event) override
 

Detailed Description

Special filter to handle tooltip events.

Constructor & Destructor Documentation

◆ KItemViewToolTipHandler()

KItemViewToolTipHandler::KItemViewToolTipHandler ( QAbstractItemView * view)
explicit

Member Function Documentation

◆ eventFilter()

bool KItemViewToolTipHandler::eventFilter ( QObject * obj,
QEvent * event )
overrideprotected

◆ tooltipRequested

void KItemViewToolTipHandler::tooltipRequested ( QHelpEvent * ,
const QModelIndex &  ) const
signal

Signal emitted when a tooltip is requested on a specific index.


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