18 #ifndef REPORTELEMENT_H 19 #define REPORTELEMENT_H 43 #endif // REPORTELEMENT_H
The ReportElement class this class represent an element that can be linked to an other ReportElement ...
~ReportElement() override
ReportElement::~ReportElement Destructor.
ReportElement(const ElementsLocation &, const QString &link_type, QGraphicsItem *=nullptr, int *=nullptr)
void unlinkElement(Element *elmt) override
ReportElement::unlinkElement unlink the specified element. for reportelement, they must be only one l...
void linkToElement(Element *) override
ReportElement::linkToElement Link this element to the other element.
void unlinkAllElements() override
ReportElement::unLinkAllElements Unlink all of the element in the QList connected_elements.