18#ifndef REPORTELEMENT_H
19#define REPORTELEMENT_H
35 const QString& link_type,
36 QGraphicsItem * =
nullptr,
Element(const ElementsLocation &location, QGraphicsItem *=nullptr, int *state=nullptr, Element::kind link_type=Element::Simple)
Element::Element.
Definition element.cpp:101
The ElementsLocation class This class represents the location, the location of an element or of a cat...
Definition elementslocation.h:47
void unlinkAllElements() override
ReportElement::unLinkAllElements Unlink all of the element in the QList connected_elements.
Definition reportelement.cpp:77
ReportElement(const ElementsLocation &, const QString &link_type, QGraphicsItem *=nullptr, int *=nullptr)
Definition reportelement.cpp:27
int m_inverse_report
Definition reportelement.h:44
~ReportElement() override
ReportElement::~ReportElement Destructor.
Definition reportelement.cpp:37
void unlinkElement(Element *elmt) override
Definition reportelement.cpp:102
void linkToElement(Element *) override
ReportElement::linkToElement Link this element to the other element.
Definition reportelement.cpp:50