|
Qucs-GUI
0.0.19
|

Go to the source code of this file.
Data Structures | |
| class | Component |
| The Component class implements a generic analog component. More... | |
| class | MultiViewComponent |
| class | GateComponent |
Defines | |
| #define | COMP_IS_OPEN 0 |
| #define | COMP_IS_ACTIVE 1 |
| #define | COMP_IS_SHORTEN 2 |
Functions | |
| Component * | getComponentFromName (QString &Line, Schematic *p=NULL) |
| #define COMP_IS_ACTIVE 1 |
Definition at line 75 of file component.h.
| #define COMP_IS_OPEN 0 |
Definition at line 74 of file component.h.
| #define COMP_IS_SHORTEN 2 |
Definition at line 76 of file component.h.
| Component* getComponentFromName | ( | QString & | Line, |
| Schematic * | p = NULL |
||
| ) |
Definition at line 1548 of file component.cpp.


1.7.6.1