|
Qucs-GUI
0.0.19
|
#include <andor4x3.h>


Public Member Functions | |
| andor4x3 () | |
| ~andor4x3 () | |
| 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 andor4x3.h.
Definition at line 22 of file andor4x3.cpp.


| andor4x3::~andor4x3 | ( | ) | [inline] |
Definition at line 20 of file andor4x3.h.
| void andor4x3::createSymbol | ( | ) | [protected] |
| Element * andor4x3::info | ( | QString & | Name, |
| char *& | BitmapFile, | ||
| bool | getNewOne = false |
||
| ) | [static] |
| Component * andor4x3::newOne | ( | ) | [virtual] |
Reimplemented from Component.
Definition at line 40 of file andor4x3.cpp.

| QString andor4x3::verilogCode | ( | int | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 156 of file andor4x3.cpp.

| QString andor4x3::vhdlCode | ( | int | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 120 of file andor4x3.cpp.

1.7.6.1