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