wiRedPanda
Home
About
Download
Try out
API Docs
wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
InputVCC.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
10
#include "
App/Element/GraphicElement.h
"
11
16
class
InputVcc
:
public
GraphicElement
17
{
18
Q_OBJECT
19
20
public
:
22
explicit
InputVcc
(QGraphicsItem *parent =
nullptr
);
23
};
GraphicElement.h
Abstract base class for all graphical circuit elements.
GraphicElement::GraphicElement
GraphicElement(ElementType type, QGraphicsItem *parent=nullptr)
Constructs a graphic element of the given type, fetching all properties from the metadata registry.
Definition
GraphicElement.cpp:43
InputVcc::InputVcc
InputVcc(QGraphicsItem *parent=nullptr)
Constructs an InputVcc element.
Definition
InputVCC.cpp:42
App
Element
GraphicElements
InputVCC.h
Generated by
1.16.1