Qucs-GUI  0.0.19
/home/travis/build/Qucs/qucs/qucs/qucs/components/hybrid.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     copyright            : (C) 2010 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 HYBRID_H
00016 #define HYBRID_H
00017 
00018 #include "component.h"
00019 
00020 class Hybrid : public Component  {
00021 public:
00022   Hybrid();
00023   Component* newOne();
00024   static Element* info(QString&, char* &, bool getNewOne=false);
00025 };
00026 
00027 #endif
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines