Qucs-GUI
0.0.19
|
#include <andor4x4.h>
Public Member Functions | |
andor4x4 () | |
~andor4x4 () | |
Component * | newOne () |
Static Public Member Functions | |
static Element * | info (QString &, char *&, bool getNewOne=false) |
Protected Member Functions | |
void | createSymbol () |
QString | vhdlCode (int) |
QString | verilogCode (int) |
Definition at line 16 of file andor4x4.h.
Definition at line 22 of file andor4x4.cpp.
andor4x4::~andor4x4 | ( | ) | [inline] |
Definition at line 20 of file andor4x4.h.
void andor4x4::createSymbol | ( | ) | [protected] |
Element * andor4x4::info | ( | QString & | Name, |
char *& | BitmapFile, | ||
bool | getNewOne = false |
||
) | [static] |
Component * andor4x4::newOne | ( | ) | [virtual] |
Reimplemented from Component.
Definition at line 40 of file andor4x4.cpp.
QString andor4x4::verilogCode | ( | int | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 168 of file andor4x4.cpp.
QString andor4x4::vhdlCode | ( | int | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 127 of file andor4x4.cpp.