18#ifndef SIMPLEELEMENT_H
19#define SIMPLEELEMENT_H
36 QGraphicsItem * =
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
void initLink(QETProject *project) override
SimpleElement::initLink.
Definition simpleelement.cpp:47
SimpleElement(const ElementsLocation &, QGraphicsItem *=nullptr, int *=nullptr)
SimpleElement::SimpleElement.
Definition simpleelement.cpp:28
~SimpleElement() override
SimpleElement::~SimpleElement.
Definition simpleelement.cpp:38