|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <GraphicalClass.hpp>
Public Member Functions | |
| GraphicalRelationship (QString ObjectName, QString ClassName, dunedaq::conffwk::relationship_t &Data, QGraphicsObject *parent=0) | |
| ~GraphicalRelationship () | |
| QRectF | boundingRect () const |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| QPainterPath | shape () const |
| void | mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) |
| Event Handler. | |
| void | mousePressEvent (QGraphicsSceneMouseEvent *event) |
| void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
| void | AddGraphicChildren () |
| Graphics. | |
Private Attributes | |
| QString | DatabaseClassName |
| QString | DatabaseUidName |
| dunedaq::conffwk::relationship_t | RelationshipData |
| QGraphicsTextItem * | TextItem |
Definition at line 93 of file GraphicalClass.hpp.
|
explicit |
Definition at line 716 of file GraphicalClass.cpp.
| dbe::GraphicalRelationship::~GraphicalRelationship | ( | ) |
Definition at line 730 of file GraphicalClass.cpp.
| void dbe::GraphicalRelationship::AddGraphicChildren | ( | ) |
Graphics.
Definition at line 784 of file GraphicalClass.cpp.
| QRectF dbe::GraphicalRelationship::boundingRect | ( | ) | const |
Definition at line 737 of file GraphicalClass.cpp.
| void dbe::GraphicalRelationship::mouseDoubleClickEvent | ( | QGraphicsSceneMouseEvent * | event | ) |
| void dbe::GraphicalRelationship::mouseMoveEvent | ( | QGraphicsSceneMouseEvent * | event | ) |
Definition at line 777 of file GraphicalClass.cpp.
| void dbe::GraphicalRelationship::mousePressEvent | ( | QGraphicsSceneMouseEvent * | event | ) |
Definition at line 770 of file GraphicalClass.cpp.
| void dbe::GraphicalRelationship::paint | ( | QPainter * | painter, |
| const QStyleOptionGraphicsItem * | option, | ||
| QWidget * | widget ) |
Definition at line 744 of file GraphicalClass.cpp.
| QPainterPath dbe::GraphicalRelationship::shape | ( | ) | const |
Definition at line 754 of file GraphicalClass.cpp.
|
private |
Definition at line 112 of file GraphicalClass.hpp.
|
private |
Definition at line 113 of file GraphicalClass.hpp.
|
private |
Definition at line 114 of file GraphicalClass.hpp.
|
private |
Definition at line 115 of file GraphicalClass.hpp.