Qucs-GUI
0.0.19
|
00001 /*************************************************************************** 00002 copyright : (C) 2008 by Michael Margraf 00003 email : michael.margraf@alumni.tu-berlin.de 00004 ***************************************************************************/ 00005 00006 /*************************************************************************** 00007 * * 00008 * This program is free software; you can redistribute it and/or modify * 00009 * it under the terms of the GNU General Public License as published by * 00010 * the Free Software Foundation; either version 2 of the License, or * 00011 * (at your option) any later version. * 00012 * * 00013 ***************************************************************************/ 00014 00015 #ifndef TUNNELDIODE_H 00016 #define TUNNELDIODE_H 00017 00018 #include "component.h" 00019 00020 class TunnelDiode : public Component { 00021 public: 00022 TunnelDiode(); 00023 Component* newOne(); 00024 static Element* info(QString&, char* &, bool getNewOne=false); 00025 }; 00026 00027 #endif