|
Qucs-GUI
0.0.18
|
#include <vprobe.h>
Public Member Functions | |
| vProbe () | |
| ~vProbe () | |
| Component * | newOne () |
Public Member Functions inherited from Component | |
| Component () | |
| virtual | ~Component () |
| virtual void | recreate (Schematic *) |
| 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 QString | getSubcircuitFile () |
| virtual void | setSchematic (Schematic *p) |
Public Member Functions inherited from Element | |
| Element () | |
| virtual | ~Element () |
Static Public Member Functions | |
| static Element * | info (QString &, char *&, bool getNewOne=false) |
Additional Inherited Members | |
Data Fields inherited from Component | |
| bool | mirroredX |
| int | rotated |
| Q3PtrList< Line > | Lines |
| Q3PtrList< struct Arc > | Arcs |
| Q3PtrList< Area > | Rects |
| Q3PtrList< Area > | Ellips |
| Q3PtrList< Port > | Ports |
| Q3PtrList< Text > | Texts |
| Q3PtrList< Property > | Props |
| int | isActive |
| int | tx |
| int | ty |
| bool | showName |
| QString | Model |
| QString | Name |
| QString | Description |
Data Fields inherited from Element | |
| bool | isSelected |
| int | Type |
| int | cx |
| int | cy |
| int | x1 |
| int | y1 |
| int | x2 |
| int | y2 |
Protected Member Functions inherited from Component | |
| virtual QString | netlist () |
| virtual QString | vhdlCode (int) |
| virtual QString | verilogCode (int) |
| 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 &) |
Protected Attributes inherited from Component | |
| Schematic * | containingSchematic |
| vProbe::vProbe | ( | ) |
Definition at line 21 of file vprobe.cpp.
| vProbe::~vProbe | ( | ) |
Definition at line 56 of file vprobe.cpp.
|
static |
Definition at line 65 of file vprobe.cpp.
|
virtual |
Reimplemented from Component.
Definition at line 60 of file vprobe.cpp.
1.8.6