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