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

#include <resistor.h>

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

Public Member Functions

 Resistor (bool european=true)
 ~Resistor ()
ComponentnewOne ()

Static Public Member Functions

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

Protected Member Functions

void createSymbol ()

Detailed Description

Definition at line 24 of file resistor.h.


Constructor & Destructor Documentation

Resistor::Resistor ( bool  european = true)

Definition at line 22 of file resistor.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Resistor::~Resistor ( ) [inline]

Definition at line 27 of file resistor.h.


Member Function Documentation

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

Reimplemented from MultiViewComponent.

Definition at line 56 of file resistor.cpp.

Here is the caller graph for this function:

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

Definition at line 86 of file resistor.cpp.

Here is the call graph for this function:

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

Definition at line 96 of file resistor.cpp.

Here is the call graph for this function:

Component * Resistor::newOne ( ) [virtual]

Reimplemented from Component.

Definition at line 50 of file resistor.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