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


Public Member Functions | |
| Logical_Inv () | |
| ~Logical_Inv () | |
| Component * | newOne () |
Static Public Member Functions | |
| static Element * | info (QString &, char *&, bool getNewOne=false) |
Protected Member Functions | |
| QString | vhdlCode (int) |
| QString | verilogCode (int) |
| void | createSymbol () |
Definition at line 24 of file logical_inv.h.
Definition at line 23 of file logical_inv.cpp.


| Logical_Inv::~Logical_Inv | ( | ) | [inline] |
Definition at line 27 of file logical_inv.h.
| void Logical_Inv::createSymbol | ( | ) | [protected, virtual] |
Reimplemented from MultiViewComponent.
Definition at line 102 of file logical_inv.cpp.

| Element * Logical_Inv::info | ( | QString & | Name, |
| char *& | BitmapFile, | ||
| bool | getNewOne = false |
||
| ) | [static] |
| Component * Logical_Inv::newOne | ( | ) | [virtual] |
Reimplemented from Component.
Definition at line 136 of file logical_inv.cpp.

| QString Logical_Inv::verilogCode | ( | int | NumPorts | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 64 of file logical_inv.cpp.

| QString Logical_Inv::vhdlCode | ( | int | NumPorts | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 48 of file logical_inv.cpp.

1.7.6.1