ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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  {
127  if (sendsignalondelete)
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:
athena.path
path
python interpreter configuration --------------------------------------—
Definition: athena.py:126
VP1GraphicsView::Imp::HighLightItemBeingDeleted
void HighLightItemBeingDeleted(HighLightItem *)
Definition: VP1GraphicsView.cxx:646
VP1GraphicsView::m_d
Imp * m_d
Definition: VP1GraphicsView.h:95
test_pyathena.parent
parent
Definition: test_pyathena.py:15
python.PyAthena.v
v
Definition: PyAthena.py:157
VP1GraphicsView::HighLightItem::sendsignalondelete
bool sendsignalondelete
Definition: VP1GraphicsView.cxx:131
VP1GraphicsView::HighLightItem::view
VP1GraphicsView * view
Definition: VP1GraphicsView.cxx:130