Qucs-GUI
0.0.19
|
#include <ac_sim.h>
Public Member Functions | |
AC_Sim () | |
~AC_Sim () | |
Component * | newOne () |
void | recreate (Schematic *) |
Static Public Member Functions | |
static Element * | info (QString &, char *&, bool getNewOne=false) |
AC_Sim::AC_Sim | ( | ) |
AC_Sim::~AC_Sim | ( | ) |
Definition at line 60 of file ac_sim.cpp.
Element * AC_Sim::info | ( | QString & | Name, |
char *& | BitmapFile, | ||
bool | getNewOne = false |
||
) | [static] |
Component * AC_Sim::newOne | ( | ) | [virtual] |
Reimplemented from Component.
Definition at line 64 of file ac_sim.cpp.
void AC_Sim::recreate | ( | Schematic * | ) | [virtual] |
Reimplemented from Component.
Definition at line 78 of file ac_sim.cpp.