Qucs-GUI  0.0.19
Public Member Functions | Static Public Member Functions | Protected Member Functions
BJT Class Reference

#include <bjt.h>

Inheritance diagram for BJT:
Inheritance graph
[legend]
Collaboration diagram for BJT:
Collaboration graph
[legend]

Public Member Functions

 BJT ()
 ~BJT ()
ComponentnewOne ()

Static Public Member Functions

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

Protected Member Functions

void createSymbol ()
QString netlist ()

Detailed Description

Definition at line 24 of file bjt.h.


Constructor & Destructor Documentation

BJT::BJT ( )

Definition at line 22 of file bjt.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

BJT::~BJT ( ) [inline]

Definition at line 27 of file bjt.h.


Member Function Documentation

void BJT::createSymbol ( ) [protected, virtual]

Reimplemented from MultiViewComponent.

Definition at line 67 of file bjt.cpp.

Here is the caller graph for this function:

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

Definition at line 42 of file bjt.cpp.

Here is the call graph for this function:

Element * BJT::info_pnp ( QString &  Name,
char *&  BitmapFile,
bool  getNewOne = false 
) [static]

Definition at line 52 of file bjt.cpp.

Here is the call graph for this function:

QString BJT::netlist ( ) [protected, virtual]

Reimplemented from Component.

Definition at line 94 of file bjt.cpp.

Component * BJT::newOne ( ) [virtual]

Reimplemented from Component.

Definition at line 33 of file bjt.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines