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


Public Member Functions | |
| Capacitor () | |
| ~Capacitor () | |
| Component * | newOne () |
Static Public Member Functions | |
| static Element * | info (QString &, char *&, bool getNewOne=false) |
Protected Member Functions | |
| void | createSymbol () |
Definition at line 24 of file capacitor.h.
Definition at line 21 of file capacitor.cpp.


| Capacitor::~Capacitor | ( | ) | [inline] |
Definition at line 27 of file capacitor.h.
| void Capacitor::createSymbol | ( | ) | [protected, virtual] |
Reimplemented from MultiViewComponent.
Definition at line 53 of file capacitor.cpp.

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

1.7.6.1