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