Qucs-GUI  0.0.18
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Macros | Functions
component.h File Reference
#include <Q3PtrList>
#include <QPen>
#include <QPoint>
#include <QWidget>
#include "element.h"

Go to the source code of this file.

Data Structures

class  Component
 
class  MultiViewComponent
 
class  GateComponent
 

Macros

#define COMP_IS_OPEN   0
 
#define COMP_IS_ACTIVE   1
 
#define COMP_IS_SHORTEN   2
 

Functions

ComponentgetComponentFromName (QString &Line, Schematic *p=NULL)
 

Macro Definition Documentation

#define COMP_IS_ACTIVE   1

Definition at line 75 of file component.h.

#define COMP_IS_OPEN   0

Definition at line 74 of file component.h.

#define COMP_IS_SHORTEN   2

Definition at line 76 of file component.h.

Function Documentation

Component* getComponentFromName ( QString &  Line,
Schematic p = NULL 
)
Todo:
enable user to load partial schematic, skip unknown components

Definition at line 1532 of file component.cpp.