|
QElectroTech
0.8-dev
|
Go to the documentation of this file.
18 #ifndef TERMINALELEMENT_H
19 #define TERMINALELEMENT_H
33 QGraphicsItem * =
nullptr,
int * =
nullptr);
38 #endif // TERMINALELEMENT_H
void initLink(QETProject *project) override
TerminalElement::initLink.
Definition: terminalelement.cpp:38
TerminalElement(const ElementsLocation &, QGraphicsItem *=nullptr, int *=nullptr)
TerminalElement::TerminalElement Default constructor.
Definition: terminalelement.cpp:27
virtual void initLink(QETProject *)
Element::initLink Initialise the link between this element and other elements. This method can be cal...
Definition: element.cpp:1508
The TerminalElement class.
Definition: terminalelement.h:29
~TerminalElement() override
Definition: terminalelement.cpp:32
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