Qucs-GUI
0.0.19
|
#include <digi_source.h>
Public Member Functions | |
Digi_Source () | |
~Digi_Source () | |
Component * | newOne () |
Static Public Member Functions | |
static Element * | info (QString &, char *&, bool getNewOne=false) |
Protected Member Functions | |
QString | netlist () |
QString | vhdlCode (int) |
QString | verilogCode (int) |
Definition at line 24 of file digi_source.h.
Definition at line 62 of file digi_source.cpp.
Element * Digi_Source::info | ( | QString & | Name, |
char *& | BitmapFile, | ||
bool | getNewOne = false |
||
) | [static] |
QString Digi_Source::netlist | ( | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 83 of file digi_source.cpp.
Component * Digi_Source::newOne | ( | ) | [virtual] |
Reimplemented from Component.
Definition at line 67 of file digi_source.cpp.
QString Digi_Source::verilogCode | ( | int | NumPorts | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 147 of file digi_source.cpp.
QString Digi_Source::vhdlCode | ( | int | NumPorts | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 103 of file digi_source.cpp.