|
Qucs-GUI
0.0.19
|
#include <mosfet_sub.h>


Public Member Functions | |
| MOSFET_sub () | |
| ~MOSFET_sub () | |
| Component * | newOne () |
Static Public Member Functions | |
| static Element * | info (QString &, char *&, bool getNewOne=false) |
| static Element * | info_p (QString &, char *&, bool getNewOne=false) |
| static Element * | info_depl (QString &, char *&, bool getNewOne=false) |
Protected Member Functions | |
| void | createSymbol () |
Definition at line 30 of file mosfet_sub.h.
Definition at line 125 of file mosfet_sub.cpp.


| MOSFET_sub::~MOSFET_sub | ( | ) | [inline] |
Definition at line 33 of file mosfet_sub.h.
| void MOSFET_sub::createSymbol | ( | ) | [protected, virtual] |
Reimplemented from MultiViewComponent.
Definition at line 189 of file mosfet_sub.cpp.

| Element * MOSFET_sub::info | ( | QString & | Name, |
| char *& | BitmapFile, | ||
| bool | getNewOne = false |
||
| ) | [static] |
| Element * MOSFET_sub::info_depl | ( | QString & | Name, |
| char *& | BitmapFile, | ||
| bool | getNewOne = false |
||
| ) | [static] |
| Element * MOSFET_sub::info_p | ( | QString & | Name, |
| char *& | BitmapFile, | ||
| bool | getNewOne = false |
||
| ) | [static] |
| Component * MOSFET_sub::newOne | ( | ) | [virtual] |
Reimplemented from Component.
Definition at line 135 of file mosfet_sub.cpp.

1.7.6.1