wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
Line.h
Go to the documentation of this file.
1// Copyright 2015 - 2026, GIBIS-UNIFESP and the wiRedPanda contributors
2// SPDX-License-Identifier: GPL-3.0-or-later
3
7
8#pragma once
9
11
18class Line : public GraphicElement
19{
20 Q_OBJECT
21
22public:
24 explicit Line(QGraphicsItem *parent = nullptr);
25};
Abstract base class for all graphical circuit elements.
GraphicElement(ElementType type, QGraphicsItem *parent=nullptr)
Constructs a graphic element of the given type, fetching all properties from the metadata registry.
Line(QGraphicsItem *parent=nullptr)
Constructs a Line element.
Definition Line.cpp:43