Qucs-GUI  0.0.19
Data Structures | Defines | Functions
/home/travis/build/Qucs/qucs/qucs/qucs/components/component.h File Reference
#include <Q3PtrList>
#include "element.h"
Include dependency graph for component.h:

Go to the source code of this file.

Data Structures

class  Component
 The Component class implements a generic analog component. More...
class  MultiViewComponent
class  GateComponent

Defines

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

Functions

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

Define 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 1548 of file component.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines