My Project
0.0.16
QUCS Mapping
|
#include <component.h>
Public Member Functions | |
MultiViewComponent () | |
virtual | ~MultiViewComponent () |
void | recreate (Schematic *) |
Public Member Functions inherited from Component | |
Component () | |
virtual | ~Component () |
virtual Component * | newOne () |
QString | getNetlist () |
QString | get_VHDL_Code (int) |
QString | get_Verilog_Code (int) |
void | paint (ViewPainter *) |
void | paintScheme (QPainter *) |
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 () |
Public Member Functions inherited from Element | |
Element () | |
virtual | ~Element () |
Protected Member Functions | |
virtual void | createSymbol () |
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 &) |
Additional Inherited Members | |
Public Attributes inherited from Component | |
bool | mirroredX |
int | rotated |
QPtrList< Line > | Lines |
QPtrList< struct Arc > | Arcs |
QPtrList< Area > | Rects |
QPtrList< Area > | Ellips |
QPtrList< Port > | Ports |
QPtrList< Text > | Texts |
QPtrList< Property > | Props |
int | isActive |
int | tx |
int | ty |
bool | showName |
QString | Model |
QString | Name |
QString | Description |
Definition at line 97 of file component.h.
|
inline |
Definition at line 99 of file component.h.
|
inlinevirtual |
Definition at line 100 of file component.h.
|
inlineprotectedvirtual |
Reimplemented in GateComponent, SpiceFile, MOSFET_sub, BJTsub, LibComp, SParamFile, Subcircuit, Verilog_File, VHDL_File, SubCirPort, Logical_Buf, Logical_Inv, MOSFET, BJT, EqnDefined, JFET, Resistor, RFedd, RFedd2P, Switch, Capacitor, Diode, MScross, MStee, EKV26MOS, hic0_full, hicumL0V1p2, hicumL0V1p2g, and hicumL0V1p3.
Definition at line 105 of file component.h.
|
virtual |
Reimplemented from Component.
Definition at line 1234 of file component.cpp.