Qucs-GUI
0.0.19
|
#include "wire.h"
#include "node.h"
#include "qucsdoc.h"
#include "viewpainter.h"
#include "diagrams/diagram.h"
#include "paintings/painting.h"
#include "components/component.h"
#include <Q3ScrollView>
#include <Q3PtrList>
#include <QVector>
#include <QStringList>
#include <QFileInfo>
Go to the source code of this file.
Data Structures | |
struct | DigSignal |
struct | PostedPaintEvent |
struct | SubFile |
class | Schematic |
Defines | |
#define | prechecked_cast dynamic_cast |
Typedefs | |
typedef QMap< QString, DigSignal > | DigMap |
typedef QMap< QString, SubFile > | SubMap |
Enumerations | |
enum | PE { _NotRop, _Rect, _Line, _Ellipse, _Arc, _DotLine, _Translate, _Scale } |
#define prechecked_cast dynamic_cast |
Definition at line 27 of file schematic.h.
Definition at line 63 of file schematic.h.
Definition at line 76 of file schematic.h.
enum PE |
Definition at line 64 of file schematic.h.