|
QElectroTech
0.8-dev
|
Go to the documentation of this file.
18 #ifndef SIMPLEELEMENT_H
19 #define SIMPLEELEMENT_H
35 QGraphicsItem * =
nullptr,
42 #endif // SIMPLEELEMENT_H
virtual void initLink(QETProject *)
Element::initLink Initialise the link between this element and other elements. This method can be cal...
Definition: element.cpp:1508
~SimpleElement() override
SimpleElement::~SimpleElement.
Definition: simpleelement.cpp:36
The SimpleElement class this class represente a simple element with no specific attribute.
Definition: simpleelement.h:29
The ElementsLocation class This class represents the location, the location of an element or of a cat...
Definition: elementslocation.h:46
Definition: qetproject.h:51
SimpleElement(const ElementsLocation &, QGraphicsItem *=nullptr, int *=nullptr)
SimpleElement::SimpleElement.
Definition: simpleelement.cpp:27
void initLink(QETProject *project) override
SimpleElement::initLink.
Definition: simpleelement.cpp:44