ATLAS Offline Software
Loading...
Searching...
No Matches
VP1GraphicsView::HighLightItem Class Reference
Inheritance diagram for VP1GraphicsView::HighLightItem:
Collaboration diagram for VP1GraphicsView::HighLightItem:

Public Member Functions

 HighLightItem (const QPainterPath &path, QGraphicsItem *parent, VP1GraphicsView *v)
virtual ~HighLightItem ()

Public Attributes

VP1GraphicsViewview
bool sendsignalondelete

Detailed Description

Definition at line 122 of file VP1GraphicsView.cxx.

Constructor & Destructor Documentation

◆ HighLightItem()

VP1GraphicsView::HighLightItem::HighLightItem ( const QPainterPath & path,
QGraphicsItem * parent,
VP1GraphicsView * v )
inline

Definition at line 124 of file VP1GraphicsView.cxx.

125 : QGraphicsPathItem(path,parent),view(v),sendsignalondelete(true) {}

◆ ~HighLightItem()

virtual VP1GraphicsView::HighLightItem::~HighLightItem ( )
inlinevirtual

Definition at line 126 of file VP1GraphicsView.cxx.

126 {
128 view->m_d->HighLightItemBeingDeleted(this);
129 }

Member Data Documentation

◆ sendsignalondelete

bool VP1GraphicsView::HighLightItem::sendsignalondelete

Definition at line 131 of file VP1GraphicsView.cxx.

◆ view

VP1GraphicsView* VP1GraphicsView::HighLightItem::view

Definition at line 130 of file VP1GraphicsView.cxx.


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