|
@@ -1,6 +1,6 @@
|
|
import { SBaseEditScene, SBaseExpainEdit, SBaseEquipment } from "./../big-edit";
|
|
import { SBaseEditScene, SBaseExpainEdit, SBaseEquipment } from "./../big-edit";
|
|
import { SBaseRectEdit, SBaseLineEdit, SBaseTextEdit, SGraphEdit, SBaseArrowEdit, SBaseCircleEdit, SBaseTriangleEdit } from "./../edit";
|
|
import { SBaseRectEdit, SBaseLineEdit, SBaseTextEdit, SGraphEdit, SBaseArrowEdit, SBaseCircleEdit, SBaseTriangleEdit } from "./../edit";
|
|
-// import { SPersagyImageEdit } from "./"
|
|
|
|
|
|
+import { SPersagyImageEdit } from "./"
|
|
import { SMouseEvent } from "@persagy-web/base/lib";
|
|
import { SMouseEvent } from "@persagy-web/base/lib";
|
|
import { SGraphSelectContainer, SLineStyle } from "@persagy-web/graph";
|
|
import { SGraphSelectContainer, SLineStyle } from "@persagy-web/graph";
|
|
import { SItemStatus } from "@persagy-web/big/lib/enums/SItemStatus";
|
|
import { SItemStatus } from "@persagy-web/big/lib/enums/SItemStatus";
|
|
@@ -8,7 +8,7 @@ import { rgbaNum } from "./../big-edit/until";
|
|
|
|
|
|
// 引入命令
|
|
// 引入命令
|
|
import { SGraphAddCommand } from "./../edit/commands/SGraphAddCommand"
|
|
import { SGraphAddCommand } from "./../edit/commands/SGraphAddCommand"
|
|
-import { SColor } from '@persagy-web/draw/lib';
|
|
|
|
|
|
+import { SColor, SFont } from '@persagy-web/draw/lib';
|
|
export class PTopoScene extends SBaseEditScene {
|
|
export class PTopoScene extends SBaseEditScene {
|
|
constructor() {
|
|
constructor() {
|
|
super()
|
|
super()
|
|
@@ -50,31 +50,34 @@ export class PTopoScene extends SBaseEditScene {
|
|
if (this.editCmd == "EditBaseLine") {
|
|
if (this.editCmd == "EditBaseLine") {
|
|
this.addLine(event)
|
|
this.addLine(event)
|
|
this.clearCmdStatus();
|
|
this.clearCmdStatus();
|
|
|
|
+ } else if (this.editCmd == "EditBasetext") {
|
|
|
|
+ this.addTextItem(event);
|
|
|
|
+ this.clearCmdStatus();
|
|
}
|
|
}
|
|
- // else if (this.editCmd == "EditBasetext") {
|
|
|
|
- // this.addTextItem(event);
|
|
|
|
- // this.clearCmdStatus();
|
|
|
|
- // } else if (this.editCmd == "BaseExplain") {
|
|
|
|
- // this.addExplainItem(event);
|
|
|
|
- // this.clearCmdStatus();
|
|
|
|
- // } else if (this.editCmd == "EditBaseImage") {
|
|
|
|
- // this.addImageItem(event)
|
|
|
|
- // this.clearCmdStatus();
|
|
|
|
- // } else if (this.editCmd == "EditBasePolygon") {
|
|
|
|
- // console.log('编辑多边形')
|
|
|
|
- // } else if (this.editCmd == "EditBaseRect") {
|
|
|
|
- // this.addRectItem(event)
|
|
|
|
- // this.clearCmdStatus();
|
|
|
|
- // } else if (this.editCmd == "EditBaseTriangle") {
|
|
|
|
- // this.addTriangleItem(event)
|
|
|
|
- // this.clearCmdStatus();
|
|
|
|
- // } else if (this.editCmd == "EditBaseCircle") {
|
|
|
|
- // this.addCircleItem(event)
|
|
|
|
- // this.clearCmdStatus();
|
|
|
|
- // } else if (this.editCmd == "EditBaseArrows") {
|
|
|
|
- // this.addArrowsItem(event)
|
|
|
|
- // this.clearCmdStatus();
|
|
|
|
- // } else if (this.editCmd == "EditEuqipment") {
|
|
|
|
|
|
+ else if (this.editCmd == "BaseExplain") {
|
|
|
|
+ this.addExplainItem(event);
|
|
|
|
+ this.clearCmdStatus();
|
|
|
|
+ } else if (this.editCmd == "EditBaseImage") {
|
|
|
|
+ this.addImageItem(event)
|
|
|
|
+ this.clearCmdStatus();
|
|
|
|
+ }
|
|
|
|
+ else if (this.editCmd == "EditBasePolygon") {
|
|
|
|
+ console.log('编辑多边形')
|
|
|
|
+ } else if (this.editCmd == "EditBaseRect") {
|
|
|
|
+ this.addRectItem(event)
|
|
|
|
+ this.clearCmdStatus();
|
|
|
|
+ } else if (this.editCmd == "EditBaseTriangle") {
|
|
|
|
+ this.addTriangleItem(event)
|
|
|
|
+ this.clearCmdStatus();
|
|
|
|
+ } else if (this.editCmd == "EditBaseCircle") {
|
|
|
|
+ this.addCircleItem(event)
|
|
|
|
+ this.clearCmdStatus();
|
|
|
|
+ }
|
|
|
|
+ else if (this.editCmd == "EditBaseArrows") {
|
|
|
|
+ this.addArrowsItem(event)
|
|
|
|
+ this.clearCmdStatus();
|
|
|
|
+ }
|
|
|
|
+ // else if (this.editCmd == "EditEuqipment") {
|
|
// this.addEuqipment(event)
|
|
// this.addEuqipment(event)
|
|
// this.clearCmdStatus();
|
|
// this.clearCmdStatus();
|
|
// }
|
|
// }
|
|
@@ -157,8 +160,8 @@ export class PTopoScene extends SBaseEditScene {
|
|
default: {
|
|
default: {
|
|
text: '请在右侧属性栏输入文字!',
|
|
text: '请在右侧属性栏输入文字!',
|
|
color: "#646c73",
|
|
color: "#646c73",
|
|
- Font: 14,
|
|
|
|
- Backgroundcolor: "#f7f9facc",
|
|
|
|
|
|
+ font: 14,
|
|
|
|
+ backgroundcolor: "#f7f9facc",
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -193,8 +196,8 @@ export class PTopoScene extends SBaseEditScene {
|
|
default: {
|
|
default: {
|
|
text: '请在右侧属性栏输入文字!',
|
|
text: '请在右侧属性栏输入文字!',
|
|
color: "#646c73",
|
|
color: "#646c73",
|
|
- Font: 14,
|
|
|
|
- Backgroundcolor: "#f7f9facc",
|
|
|
|
|
|
+ font: 14,
|
|
|
|
+ backgroundcolor: "#f7f9facc",
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -204,11 +207,8 @@ export class PTopoScene extends SBaseEditScene {
|
|
item.moveable = true;
|
|
item.moveable = true;
|
|
this.addItem(item);
|
|
this.addItem(item);
|
|
this.undoStack.push(new SGraphAddCommand(this, item));
|
|
this.undoStack.push(new SGraphAddCommand(this, item));
|
|
- // this.Markers.push(item);
|
|
|
|
this.grabItem = null;
|
|
this.grabItem = null;
|
|
- // this.focusItem = item;
|
|
|
|
this.finishCreated(item);
|
|
this.finishCreated(item);
|
|
- // this.scenceUpdate(this);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -236,7 +236,7 @@ export class PTopoScene extends SBaseEditScene {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- // const item = new SPersagyImageEdit(null, data);
|
|
|
|
|
|
+ const item = new SPersagyImageEdit(null, data);
|
|
item.selectable = true;
|
|
item.selectable = true;
|
|
item.moveable = true;
|
|
item.moveable = true;
|
|
this.addItem(item);
|
|
this.addItem(item);
|
|
@@ -427,6 +427,8 @@ export class PTopoScene extends SBaseEditScene {
|
|
styleValue = new SColor(Number(colorlist[0]), Number(colorlist[1]), Number(colorlist[2]), colorlist[3] * 255);
|
|
styleValue = new SColor(Number(colorlist[0]), Number(colorlist[1]), Number(colorlist[2]), colorlist[3] * 255);
|
|
} else if (styletype == "lineStyle") {
|
|
} else if (styletype == "lineStyle") {
|
|
styleValue = SLineStyle[changestyle]
|
|
styleValue = SLineStyle[changestyle]
|
|
|
|
+ } else if (styletype == "font") {
|
|
|
|
+ styleValue = new SFont("sans-serif", changestyle)
|
|
} else {
|
|
} else {
|
|
styleValue = changestyle
|
|
styleValue = changestyle
|
|
}
|
|
}
|
|
@@ -434,7 +436,6 @@ export class PTopoScene extends SBaseEditScene {
|
|
if (item instanceof SGraphSelectContainer) {
|
|
if (item instanceof SGraphSelectContainer) {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- console.log('xxxx', item)
|
|
|
|
item[styletype] = styleValue;
|
|
item[styletype] = styleValue;
|
|
})
|
|
})
|
|
|
|
|
|
@@ -478,13 +479,13 @@ export class PTopoScene extends SBaseEditScene {
|
|
*/
|
|
*/
|
|
save() {
|
|
save() {
|
|
if (!this.view) return;
|
|
if (!this.view) return;
|
|
- const Marktype: string[] = ['BaseLine', 'BaseText', 'BaseExplain', 'BaseImage'];
|
|
|
|
|
|
+ const Marktype: string[] = ['BaseLine', 'BaseText', 'BaseExplain', 'BaseImage', 'BaseCircle', 'BaseArrow', 'BaseTriangle', 'BaseRect'];
|
|
const markers: any = []; /**图例节点 */ // 与工程信息无关的标识对象(增加文本注释,图上的图片说明)
|
|
const markers: any = []; /**图例节点 */ // 与工程信息无关的标识对象(增加文本注释,图上的图片说明)
|
|
const nodes: any = []; /**图例节点 */ // 与工程信息无关的标识对象(增加文本注释,图上的图片说明)
|
|
const nodes: any = []; /**图例节点 */ // 与工程信息无关的标识对象(增加文本注释,图上的图片说明)
|
|
const relations: any = []; /**图例节点 */ // 与工程信息无关的标识对象(增加文本注释,图上的图片说明)
|
|
const relations: any = []; /**图例节点 */ // 与工程信息无关的标识对象(增加文本注释,图上的图片说明)
|
|
this.root.children.forEach(item => {
|
|
this.root.children.forEach(item => {
|
|
- if ((item instanceof SGraphEdit) && !(item instanceof SGraphSelectContainer) && Marktype.includes(item.data.Properties.type)) {
|
|
|
|
- Markers.push(item.toData())
|
|
|
|
|
|
+ if ((item instanceof SGraphEdit) && !(item instanceof SGraphSelectContainer) && Marktype.includes(item.data.properties.type)) {
|
|
|
|
+ markers.push(item.toData())
|
|
}
|
|
}
|
|
});
|
|
});
|
|
return {
|
|
return {
|