Qucs-GUI
0.0.19
|
#include <potentiometer.h>
Public Member Functions | |
potentiometer () | |
~potentiometer () | |
Component * | newOne () |
Static Public Member Functions | |
static Element * | info (QString &, char *&, bool getNewOne=false) |
Protected Member Functions | |
void | createSymbol () |
Definition at line 16 of file potentiometer.h.
Definition at line 13 of file potentiometer.cpp.
potentiometer::~potentiometer | ( | ) | [inline] |
Definition at line 20 of file potentiometer.h.
void potentiometer::createSymbol | ( | ) | [protected] |
Element * potentiometer::info | ( | QString & | Name, |
char *& | BitmapFile, | ||
bool | getNewOne = false |
||
) | [static] |
Component * potentiometer::newOne | ( | ) | [virtual] |
Reimplemented from Component.
Definition at line 55 of file potentiometer.cpp.