QElectroTech  0.70
Typedefs
elementcontent.h File Reference
#include <QList>

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

Definition at line 21 of file elementcontent.h.