18#ifndef REPORTELEMENT_H
19#define REPORTELEMENT_H
35 const QString& link_type,
36 QGraphicsItem * =
nullptr,
The ElementsLocation class This class represents the location, the location of an element or of a cat...
Definition elementslocation.h:47
Definition reportelement.h:29
void unlinkAllElements() override
ReportElement::unLinkAllElements Unlink all of the element in the QList connected_elements.
Definition reportelement.cpp:77
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