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


Public Member Functions | |
| SubCirPort () | |
| ~SubCirPort () | |
| Component * | newOne () |
Static Public Member Functions | |
| static Element * | info (QString &, char *&, bool getNewOne=false) |
Protected Member Functions | |
| QString | netlist () |
| QString | vhdlCode (int) |
| QString | verilogCode (int) |
| void | createSymbol () |
Definition at line 24 of file subcirport.h.
Definition at line 22 of file subcirport.cpp.


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

| Element * SubCirPort::info | ( | QString & | Name, |
| char *& | BitmapFile, | ||
| bool | getNewOne = false |
||
| ) | [static] |
| QString SubCirPort::netlist | ( | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 101 of file subcirport.cpp.
| Component * SubCirPort::newOne | ( | ) | [virtual] |
Reimplemented from Component.
Definition at line 85 of file subcirport.cpp.

| QString SubCirPort::verilogCode | ( | int | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 121 of file subcirport.cpp.
| QString SubCirPort::vhdlCode | ( | int | ) | [protected, virtual] |
Reimplemented from Component.
Definition at line 107 of file subcirport.cpp.
1.7.6.1