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