Qucs-GUI
0.0.19
|
#include <switch.h>
Public Member Functions | |
Switch () | |
~Switch () | |
Component * | newOne () |
Static Public Member Functions | |
static Element * | info (QString &, char *&, bool getNewOne=false) |
Protected Member Functions | |
QString | netlist () |
void | createSymbol () |
Switch::Switch | ( | ) |
Definition at line 22 of file switch.cpp.
Switch::~Switch | ( | ) | [inline] |
void Switch::createSymbol | ( | ) | [protected, virtual] |
Reimplemented from MultiViewComponent.
Definition at line 88 of file switch.cpp.
Element * Switch::info | ( | QString & | Name, |
char *& | BitmapFile, | ||
bool | getNewOne = false |
||
) | [static] |
QString Switch::netlist | ( | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 68 of file switch.cpp.
Component * Switch::newOne | ( | ) | [virtual] |
Reimplemented from Component.
Definition at line 49 of file switch.cpp.