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


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


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

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

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

1.7.6.1