#include <libcomp.h>
|
| | LibComp () |
| |
| | ~LibComp () |
| |
| Component * | newOne () |
| |
| bool | createSubNetlist (QTextStream *, QStringList &, int type=1) |
| |
| QString | getSubcircuitFile () |
| |
| | MultiViewComponent () |
| |
| virtual | ~MultiViewComponent () |
| |
| void | recreate (Schematic *) |
| |
| | Component () |
| |
| virtual | ~Component () |
| |
| QString | getNetlist () |
| |
| QString | get_VHDL_Code (int) |
| |
| QString | get_Verilog_Code (int) |
| |
| void | paint (ViewPainter *) |
| |
| void | paintScheme (Schematic *) |
| |
| void | print (ViewPainter *, float) |
| |
| void | setCenter (int, int, bool relative=false) |
| |
| void | getCenter (int &, int &) |
| |
| int | textSize (int &, int &) |
| |
| void | Bounding (int &, int &, int &, int &) |
| |
| void | entireBounds (int &, int &, int &, int &, float) |
| |
| bool | getSelected (int, int) |
| |
| int | getTextSelected (int, int, float) |
| |
| void | rotate () |
| |
| void | mirrorX () |
| |
| void | mirrorY () |
| |
| QString | save () |
| |
| bool | load (const QString &) |
| |
| virtual void | setSchematic (Schematic *p) |
| |
| | Element () |
| |
| virtual | ~Element () |
| |
|
| QString | netlist () |
| |
| QString | vhdlCode (int) |
| |
| QString | verilogCode (int) |
| |
| void | createSymbol () |
| |
| int | analyseLine (const QString &, int) |
| |
| bool | getIntegers (const QString &, int *i1=0, int *i2=0, int *i3=0, int *i4=0, int *i5=0, int *i6=0) |
| |
| bool | getPen (const QString &, QPen &, int) |
| |
| bool | getBrush (const QString &, QBrush &, int) |
| |
| void | copyComponent (Component *) |
| |
| Property * | getProperty (const QString &) |
| |
Definition at line 26 of file libcomp.h.
| bool LibComp::createSubNetlist |
( |
QTextStream * |
stream, |
|
|
QStringList & |
FileList, |
|
|
int |
type = 1 |
|
) |
| |
| void LibComp::createSymbol |
( |
| ) |
|
|
protectedvirtual |
| QString LibComp::createType |
( |
| ) |
|
|
private |
| QString LibComp::getSubcircuitFile |
( |
| ) |
|
|
virtual |
| int LibComp::loadSection |
( |
const QString & |
Name, |
|
|
QString & |
Section, |
|
|
QStringList * |
i = 0 |
|
) |
| |
|
private |
| int LibComp::loadSymbol |
( |
| ) |
|
|
private |
| QString LibComp::netlist |
( |
| ) |
|
|
protectedvirtual |
| QString LibComp::verilogCode |
( |
int |
| ) |
|
|
protectedvirtual |
| QString LibComp::vhdlCode |
( |
int |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files:
- /Users/guitorri/git/qucs/qucs/qucs/components/libcomp.h
- /Users/guitorri/git/qucs/qucs/qucs/components/libcomp.cpp