Qucs-GUI
0.0.19
|
#include <photodiode.h>
Public Member Functions | |
photodiode () | |
~photodiode () | |
Component * | newOne () |
Static Public Member Functions | |
static Element * | info (QString &, char *&, bool getNewOne=false) |
Protected Member Functions | |
void | createSymbol () |
Definition at line 16 of file photodiode.h.
Definition at line 13 of file photodiode.cpp.
photodiode::~photodiode | ( | ) | [inline] |
Definition at line 20 of file photodiode.h.
void photodiode::createSymbol | ( | ) | [protected] |
Element * photodiode::info | ( | QString & | Name, |
char *& | BitmapFile, | ||
bool | getNewOne = false |
||
) | [static] |
Component * photodiode::newOne | ( | ) | [virtual] |
Reimplemented from Component.
Definition at line 84 of file photodiode.cpp.