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


Public Member Functions | |
| Resistor (bool european=true) | |
| ~Resistor () | |
| Component * | newOne () |
Static Public Member Functions | |
| static Element * | info (QString &, char *&, bool getNewOne=false) |
| static Element * | info_us (QString &, char *&, bool getNewOne=false) |
Protected Member Functions | |
| void | createSymbol () |
Definition at line 24 of file resistor.h.
| Resistor::Resistor | ( | bool | european = true | ) |
Definition at line 22 of file resistor.cpp.


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

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

1.7.6.1