Qucs-GUI  0.0.18
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions
MOSFET Class Reference

#include <mosfet.h>

Inheritance diagram for MOSFET:
Basic_MOSFET MultiViewComponent Component Element

Public Member Functions

 MOSFET ()
 
 ~MOSFET ()
 
ComponentnewOne ()
 
- Public Member Functions inherited from Basic_MOSFET
 Basic_MOSFET ()
 
 ~Basic_MOSFET ()
 
- Public Member Functions inherited from MultiViewComponent
 MultiViewComponent ()
 
virtual ~MultiViewComponent ()
 
void recreate (Schematic *)
 
- Public Member Functions inherited from Component
 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 QString getSubcircuitFile ()
 
virtual void setSchematic (Schematic *p)
 
- Public Member Functions inherited from Element
 Element ()
 
virtual ~Element ()
 

Static Public Member Functions

static Elementinfo (QString &, char *&, bool getNewOne=false)
 
static Elementinfo_p (QString &, char *&, bool getNewOne=false)
 
static Elementinfo_depl (QString &, char *&, bool getNewOne=false)
 

Protected Member Functions

void createSymbol ()
 
QString netlist ()
 
- Protected Member Functions inherited from Component
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 *)
 
PropertygetProperty (const QString &)
 

Additional Inherited Members

- Data Fields inherited from Component
bool mirroredX
 
int rotated
 
Q3PtrList< LineLines
 
Q3PtrList< struct ArcArcs
 
Q3PtrList< AreaRects
 
Q3PtrList< AreaEllips
 
Q3PtrList< PortPorts
 
Q3PtrList< TextTexts
 
Q3PtrList< PropertyProps
 
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 Attributes inherited from Component
SchematiccontainingSchematic
 

Detailed Description

Definition at line 24 of file mosfet.h.

Constructor & Destructor Documentation

MOSFET::MOSFET ( )

Definition at line 22 of file mosfet.cpp.

MOSFET::~MOSFET ( )
inline

Definition at line 27 of file mosfet.h.

Member Function Documentation

void MOSFET::createSymbol ( )
protectedvirtual

Reimplemented from MultiViewComponent.

Definition at line 85 of file mosfet.cpp.

Element * MOSFET::info ( QString &  Name,
char *&  BitmapFile,
bool  getNewOne = false 
)
static

Definition at line 43 of file mosfet.cpp.

Element * MOSFET::info_depl ( QString &  Name,
char *&  BitmapFile,
bool  getNewOne = false 
)
static

Definition at line 69 of file mosfet.cpp.

Element * MOSFET::info_p ( QString &  Name,
char *&  BitmapFile,
bool  getNewOne = false 
)
static

Definition at line 53 of file mosfet.cpp.

QString MOSFET::netlist ( )
protectedvirtual

Reimplemented from Component.

Definition at line 123 of file mosfet.cpp.

Component * MOSFET::newOne ( )
virtual

Reimplemented from Component.

Definition at line 33 of file mosfet.cpp.


The documentation for this class was generated from the following files: