MCPcopy Create free account
hub / github.com/Kitware/TeleSculptor / MatchMatrixImageItem

Method MatchMatrixImageItem

gui/MatchMatrixWindow.cxx:277–282  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

275
276//-----------------------------------------------------------------------------
277MatchMatrixImageItem::MatchMatrixImageItem(
278 QImage const& image, MatchMatrixWindowPrivate* q)
279 : QGraphicsPixmapItem(QPixmap::fromImage(image)), q_ptr(q)
280{
281 this->setAcceptHoverEvents(true);
282}
283
284//-----------------------------------------------------------------------------
285void MatchMatrixImageItem::hoverEnterEvent(QGraphicsSceneHoverEvent* event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected