Qucs-GUI
0.0.19
|
#include <component.h>
Public Member Functions | |
MultiViewComponent () | |
virtual | ~MultiViewComponent () |
void | recreate (Schematic *) |
Protected Member Functions | |
virtual void | createSymbol () |
Definition at line 100 of file component.h.
MultiViewComponent::MultiViewComponent | ( | ) | [inline] |
Definition at line 102 of file component.h.
virtual MultiViewComponent::~MultiViewComponent | ( | ) | [inline, virtual] |
Definition at line 103 of file component.h.
virtual void MultiViewComponent::createSymbol | ( | ) | [inline, protected, virtual] |
Reimplemented in GateComponent, SpiceFile, LibComp, MOSFET_sub, Verilog_File, VHDL_File, BJTsub, SParamFile, Subcircuit, MutualX, 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 108 of file component.h.
void MultiViewComponent::recreate | ( | Schematic * | Doc | ) | [virtual] |
Reimplemented from Component.
Definition at line 1256 of file component.cpp.