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