My Project
0.0.16
QUCS Mapping
|
#include <qptrlist.h>
#include <qpen.h>
#include <qpoint.h>
#include <qwidget.h>
#include "element.h"
Go to the source code of this file.
Classes | |
class | Component |
class | MultiViewComponent |
class | GateComponent |
Macros | |
#define | COMP_IS_OPEN 0 |
#define | COMP_IS_ACTIVE 1 |
#define | COMP_IS_SHORTEN 2 |
Functions | |
Component * | getComponentFromName (QString &) |
#define COMP_IS_ACTIVE 1 |
Definition at line 73 of file component.h.
#define COMP_IS_OPEN 0 |
Definition at line 72 of file component.h.
#define COMP_IS_SHORTEN 2 |
Definition at line 74 of file component.h.
Component* getComponentFromName | ( | QString & | ) |
Definition at line 1510 of file component.cpp.