|
QElectroTech
0.8-dev
|
Go to the documentation of this file.
18 #ifndef REPORTELEMENT_H
19 #define REPORTELEMENT_H
43 #endif // REPORTELEMENT_H
QSize size() const
Definition: element.cpp:247
virtual kind linkType() const
Definition: element.h:159
ReportElement(const ElementsLocation &, const QString &link_type, QGraphicsItem *=nullptr, int *=nullptr)
Definition: reportelement.cpp:26
Diagram * diagram() const
Definition: qetgraphicsitem.cpp:40
@ NextReport
Definition: element.h:52
virtual void setHighlighted(bool)
Definition: element.cpp:178
virtual void linkToElement(Element *)
Definition: element.h:154
void linkedElementChanged()
Definition: reportelement.h:29
void unlinkAllElements() override
ReportElement::unLinkAllElements Unlink all of the element in the QList connected_elements.
Definition: reportelement.cpp:76
void linkToElement(Element *) override
ReportElement::linkToElement Link this element to the other element.
Definition: reportelement.cpp:49
int m_inverse_report
Definition: reportelement.h:40
ElementsLocation location() const
Definition: element.cpp:1760
QList< Element * > connected_elements
Definition: element.h:200
~ReportElement() override
ReportElement::~ReportElement Destructor.
Definition: reportelement.cpp:36
bool isFree() const
Definition: element.h:230
QList< Terminal * > terminals() const
Element::terminals.
Definition: element.cpp:136
The ElementsLocation class This class represents the location, the location of an element or of a cat...
Definition: elementslocation.h:46
void unlinkElement(Element *elmt) override
Definition: reportelement.cpp:101
@ PreviousReport
Definition: element.h:53
QET::GraphicsItemState state() const
QetGraphicsItem::state.
Definition: qetgraphicsitem.cpp:70