Blame | Last modification | View Log | Download | RSS feed
#ifndef GATE_NAND_H#define GATE_NAND_H#include "GlobalDefines.h"#include "Gate_BASE.h"class Gate_NAND : public Gate_BASE{public:Gate_NAND(int gateID, gType type,int numInputs, int gateLevel);void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);void simulateToOutput();};#endif // GATE_NAND_H