Initial Commit
This commit is contained in:
15
Parts/LowConstant.h
Normal file
15
Parts/LowConstant.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef LOWCONSTANT_H
|
||||
#define LOWCONSTANT_H
|
||||
|
||||
#include "../Part.h"
|
||||
|
||||
class LowConstant : public Part
|
||||
{
|
||||
public:
|
||||
LowConstant(Logic* logic);
|
||||
|
||||
QVector<bool> compute(QVector<bool> inputs) override;
|
||||
QPainterPath symbolPainterPath(QRect limits) override;
|
||||
};
|
||||
|
||||
#endif // LOWCONSTANT_H
|
||||
Reference in New Issue
Block a user