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