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