DAWorkbench 0.0.1
DAWorkbench API
载入中...
搜索中...
未找到
DAGraphicsViewEnumStringUtils.h
1#ifndef DAGRAPHICSVIEWENUMSTRINGUTILS_H
2#define DAGRAPHICSVIEWENUMSTRINGUTILS_H
3#include "DAGraphicsViewGlobal.h"
4#include "DAEnumStringUtils.hpp"
5#include "DAGraphicsLinkItem.h"
6#include "DAShapeKeyPoint.h"
7#include "DAShapeKeyPoint.h"
41// ------------------------------------------
42// DA::DAGraphicsLinkItem::EndPointType
43// ------------------------------------------
44DA_ENUM_STRING_DECLARE_EXPORT(DAGRAPHICSVIEW_API, DA::DAGraphicsLinkItem::EndPointType)
45
46// ------------------------------------------
47// DA::DAShapeKeyPoint::KeyPoint
48// ------------------------------------------
49DA_ENUM_STRING_DECLARE_EXPORT(DAGRAPHICSVIEW_API, DA::DAShapeKeyPoint::KeyPoint)
50
51// ------------------------------------------
52// DA::DAGraphicsLinkItem::LinkLineStyle
53// ------------------------------------------
54DA_ENUM_STRING_DECLARE_EXPORT(DAGRAPHICSVIEW_API, DA::DAGraphicsLinkItem::LinkLineStyle)
55
56// ------------------------------------------
57// DA::AspectDirection
58// ------------------------------------------
59DA_ENUM_STRING_DECLARE_EXPORT(DAGRAPHICSVIEW_API, DA::AspectDirection)
60
61#endif // DAGRAPHICSVIEWENUMSTRINGUTILS_H
EndPointType
端点样式
Definition DAGraphicsLinkItem.h:52
LinkLineStyle
连接点的样式
Definition DAGraphicsLinkItem.h:32
AspectDirection
方向
Definition DAGraphicsViewGlobal.h:33