18#ifndef TERMINALELEMENT_H
19#define TERMINALELEMENT_H
35 QGraphicsItem * =
nullptr,
int * =
nullptr);
Element(const ElementsLocation &location, QGraphicsItem *=nullptr, int *state=nullptr, Element::kind link_type=Element::Simple)
Element::Element.
Definition element.cpp:101
The ElementsLocation class This class represents the location, the location of an element or of a cat...
Definition elementslocation.h:47
Definition qetproject.h:77
The RealTerminal class Represent a real terminal. A real terminal can be a drawn terminal in a folio ...
Definition realterminal.h:43
TerminalStrip * parentTerminalStrip() const
TerminalElement::parentTerminalStrip.
Definition terminalelement.cpp:60
TerminalElement(const ElementsLocation &, QGraphicsItem *=nullptr, int *=nullptr)
TerminalElement::TerminalElement Default constructor.
Definition terminalelement.cpp:28
QSharedPointer< RealTerminal > m_real_terminal
Definition terminalelement.h:44
QSharedPointer< RealTerminal > realTerminal() const
TerminalElement::realTerminal.
Definition terminalelement.cpp:51
~TerminalElement() override
Definition terminalelement.cpp:36
void setParentTerminalStrip(TerminalStrip *strip)
void initLink(QETProject *project) override
TerminalElement::initLink.
Definition terminalelement.cpp:43
The TerminalStrip class This class hold all the datas and configurations of a terminal strip (but the...
Definition terminalstrip.h:45