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


Public Member Functions | |
| Ground () | |
| ~Ground () | |
| Component * | newOne () |
Static Public Member Functions | |
| static Element * | info (QString &, char *&, bool getNewOne=false) |
Protected Member Functions | |
| QString | netlist () |
| Ground::Ground | ( | ) |
| Ground::~Ground | ( | ) |
Definition at line 43 of file ground.cpp.
| Element * Ground::info | ( | QString & | Name, |
| char *& | BitmapFile, | ||
| bool | getNewOne = false |
||
| ) | [static] |
| QString Ground::netlist | ( | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 63 of file ground.cpp.
| Component * Ground::newOne | ( | ) | [virtual] |
Reimplemented from Component.
Definition at line 47 of file ground.cpp.

1.7.6.1