Qucs-GUI
0.0.19
|
00001 /* 00002 * hic0_full.h - device definitions for hic0_full module 00003 * 00004 * This is free software; you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License as published by 00006 * the Free Software Foundation; either version 2, or (at your option) 00007 * any later version. 00008 * 00009 */ 00010 00011 #ifndef hic0_full_H 00012 #define hic0_full_H 00013 00014 #include "component.h" 00015 00016 class hic0_full : public MultiViewComponent 00017 { 00018 public: 00019 hic0_full(); 00020 ~hic0_full() { }; 00021 Component* newOne(); 00022 static Element* info(QString&, char* &, bool getNewOne=false); 00023 static Element* info_pnp(QString&, char* &, bool getNewOne=false); 00024 protected: 00025 void createSymbol(); 00026 QString netlist(); 00027 }; 00028 00029 #endif /* hic0_full_H */