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