QElectroTech 0.100.0-dev
|
#include <QList>
Go to the source code of this file.
Typedefs | |
typedef QList< QGraphicsItem * > | ElementContent |
typedef QList<QGraphicsItem *> ElementContent |
When edited using the element editor, electrical elements are decomposed into visual primitives. The ElementContent class represents a set of visual primitives composing all or a part of an electrical element.
Note: currently, ElementContent is a simple typedef for QList<QGraphicsItem *>