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