Qucs-GUI
0.0.19
|
#include <equation.h>
Public Member Functions | |
Equation () | |
~Equation () | |
Component * | newOne () |
Static Public Member Functions | |
static Element * | info (QString &, char *&, bool getNewOne=false) |
Protected Member Functions | |
QString | vhdlCode (int) |
QString | verilogCode (int) |
Definition at line 24 of file equation.h.
Definition at line 53 of file equation.cpp.
Element * Equation::info | ( | QString & | Name, |
char *& | BitmapFile, | ||
bool | getNewOne = false |
||
) | [static] |
Component * Equation::newOne | ( | ) | [virtual] |
Reimplemented from Component.
Definition at line 79 of file equation.cpp.
QString Equation::verilogCode | ( | int | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 58 of file equation.cpp.
QString Equation::vhdlCode | ( | int | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 69 of file equation.cpp.