#include <QGraphicsObject>
#include <QPainter>
#include "ddt/ddtGraphicalElementProperties.hpp"
Go to the source code of this file.
|
enum | DdtOverlayType {
DDT_OVERLAY_ALL = 0,
DDT_OVERLAY_ELLIPSE,
DDT_OVERLAY_RECTANGLE,
DDT_OVERLAY_CROSS,
DDT_OVERLAY_TEXT,
DDT_OVERLAY_LINE,
DDT_OVERLAY_SLIT,
DDT_OVERLAY_REF_LINE,
DDT_OVERLAY_STAT_RECTANGLE,
DDT_OVERLAY_COMPASS,
DDT_OVERLAY_IMAGE
} |
|
◆ DdtOverlayType
Enumerator |
---|
DDT_OVERLAY_ALL | All types
|
DDT_OVERLAY_ELLIPSE | Ellipse type
|
DDT_OVERLAY_RECTANGLE | Rectangle type
|
DDT_OVERLAY_CROSS | Cross type
|
DDT_OVERLAY_TEXT | Text type
|
DDT_OVERLAY_LINE | Line type
|
DDT_OVERLAY_SLIT | Slit type
|
DDT_OVERLAY_REF_LINE | Reference Line
|
DDT_OVERLAY_STAT_RECTANGLE | Statistics rectangle
|
DDT_OVERLAY_COMPASS | Compass
|
DDT_OVERLAY_IMAGE | Image
|