QElectroTech  0.8-dev
Typedefs
elementcontent.h File Reference
#include <QList>
Include dependency graph for elementcontent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef QList< QGraphicsItem * > ElementContent
 

Typedef Documentation

◆ 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 *>