瀏覽代碼

新增信息点、公式类

YaolongHan 4 年之前
父節點
當前提交
74cefc2177

+ 101 - 5
src/components/editClass/persagy-edit/PTopoScene.ts

@@ -32,7 +32,7 @@ import { rgbaNum } from "@persagy-web/big-edit/lib/until";
 // 引入命令
 import { SGraphAddCommand } from "@persagy-web/edit/lib/commands/SGraphAddCommand"
 import { SColor, SFont, SArrowStyleType } from '@persagy-web/draw/lib';
-import { PTopoParser, SBasePipeUninTool } from "./"
+import { PTopoParser, SBasePipeUninTool, SBaseEquation, SBaseInfoPoint } from "./"
 
 /**
  * 拓扑图场景类
@@ -53,8 +53,8 @@ export class PTopoScene extends SBaseEditScene {
 
     /**
      *  改变 view 背景色
-     *  
-     * @param val 颜色值 
+     *
+     * @param val 颜色值
      */
     changeBackgroundColor(val: any) {
         if (!this.view) return;
@@ -110,7 +110,6 @@ export class PTopoScene extends SBaseEditScene {
 
             return this.grabItem.onMouseDown(event);
         }
-
         if (this.editCmd == "EditBaseLine") {
             this.addPolyLineArrow(event);
             this.clearCmdStatus();
@@ -153,12 +152,39 @@ export class PTopoScene extends SBaseEditScene {
             this.addBasePipe(event, this.legendObj);
             this.clearCmdStatus();
         }
-        else if (this.editCmd == "") {
+        else if (this.editCmd == "equation") {
+            // 添加公式
+            this.addEquation(event, this.editCmd);
+            this.clearCmdStatus();
+        } else if (this.editCmd == "infoPoint") {
+            // 添加信息点
+            this.addInfoPoint(event, this.editCmd);
+            this.clearCmdStatus();
+        }else if (this.editCmd == "") {
             super.onMouseDown(event);
         }
     }
 
     /**
+     * 鼠标双击事件
+     *
+     * @param	event         事件参数
+     * @return	boolean
+     */
+    onDoubleClick(event: SMouseEvent): boolean {
+        // 如果为复制状态则双击失效
+        // if (this.isCopy == "true") {
+        //     return true
+        // }
+        if (!this.isEditStatus) {
+            return true
+        } else {
+            return super.onDoubleClick(event);
+        }
+
+    } // Function onDoubleClick()
+
+    /**
      * 添加基本管道联通器
      *
      * @param event     鼠标事件
@@ -204,6 +230,76 @@ export class PTopoScene extends SBaseEditScene {
     }
 
     /**
+     * 添加公式
+     * @param event
+     */
+    addEquation(event: SMouseEvent, cmd: string) {
+        const data = {
+            /** 名称 */
+            name: '公式',
+            /** 图标 */
+            type: "Text",
+            /** 位置 */
+            pos: { x: event.x, y: event.y },
+            size: { width: 0, height: 0 },
+            /** 由应用自己定义 */
+            properties: {
+                type: "Equation"           // 自定义类型用于区分mark与node
+            },
+            style: {
+                default: {
+                    text: '请在右侧属性栏填写公式!',
+                    color: "#646c73",
+                    font: 14,
+                    backgroundcolor: "#f7f9facc",
+                }
+            }
+        };
+        const item = new SBaseEquation(null, data);
+        item.moveTo(event.x, event.y);
+        item.moveable = true;
+        this.addItem(item);
+        this.grabItem = null;
+        item.connect("onContextMenu", this, this.getItem);
+        this.finishCreated(item);
+    }
+
+    /**
+     * 添加信息点
+     * @param event
+     */
+    addInfoPoint(event: SMouseEvent, cmd: string) {
+        const data = {
+            /** 名称 */
+            name: '信息点',
+            /** 图标 */
+            type: "Text",
+            /** 位置 */
+            pos: { x: event.x, y: event.y },
+            size: { width: 0, height: 0 },
+            /** 由应用自己定义 */
+            properties: {
+                type: "InfoPoint"           // 自定义类型用于区分mark与node
+            },
+            style: {
+                default: {
+                    text: '信息点',
+                    color: "#646c73",
+                    font: 14,
+                    backgroundcolor: "#f7f9facc",
+                }
+            }
+        };
+        const item = new SBaseInfoPoint(null, data);
+        item.moveTo(event.x, event.y);
+        item.moveable = true;
+        this.addItem(item);
+        this.grabItem = null;
+        item.connect("onContextMenu", this, this.getItem);
+        this.finishCreated(item);
+    }
+
+    /**
      * 鼠标右键事件
      *
      * @param   event   鼠标事件参数

+ 3 - 1
src/components/editClass/persagy-edit/index.ts

@@ -2,5 +2,7 @@ import { PTopoScene } from "./PTopoScene";
 import { PTopoParser } from "./PTopoParser";
 import { SPersagyImageEdit } from "./item/SPersagyImageEdit"
 import { SBasePipeUninTool } from "./items/SBasePipeUninTool"
+import { SBaseEquation } from "./items/SBaseEquation"
 import { PTopoView } from './PTopoView';
-export { PTopoParser, PTopoScene, SPersagyImageEdit, PTopoView, SBasePipeUninTool }
+import {SBaseInfoPoint} from './items/SBaseInfoPoint'
+export { PTopoParser, PTopoScene, SPersagyImageEdit, PTopoView, SBasePipeUninTool,SBaseEquation,SBaseInfoPoint }

+ 49 - 0
src/components/editClass/persagy-edit/items/SBaseEquation.ts

@@ -0,0 +1,49 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2016-2020.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+
+import { SBaseTextEdit } from "@persagy-web/edit"
+import { SColor, SFont, SPainter } from "@persagy-web/draw/";
+import { SGraphItem, SLineStyle } from "@persagy-web/graph/lib";
+import { Marker } from "@persagy-web/big-edit/lib/types/Marker";
+import { SMouseEvent } from "@persagy-web/base/lib";
+
+/**
+ * 公式类
+ *
+ * @author  韩耀龙 <han_yao_long@163.com>
+ */
+export class SBaseEquation extends SBaseTextEdit {
+    /**
+     * 构造函数
+     *
+     * @param parent    指向父对象
+     * @param data      数据
+     */
+    constructor(parent: SGraphItem | null, data: Marker) {
+        super(parent, data);
+        this.data = data;
+    } // Constructor
+}

+ 49 - 0
src/components/editClass/persagy-edit/items/SBaseInfoPoint.ts

@@ -0,0 +1,49 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2016-2020.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+
+import { SBaseTextEdit } from "@persagy-web/edit"
+import { SColor, SFont, SPainter } from "@persagy-web/draw/";
+import { SGraphItem, SLineStyle } from "@persagy-web/graph/lib";
+import { Marker } from "@persagy-web/big-edit/lib/types/Marker";
+import { SMouseEvent } from "@persagy-web/base/lib";
+
+/**
+ * 信息点
+ *
+ * @author  韩耀龙 <han_yao_long@163.com>
+ */
+export class SBaseInfoPoint extends SBaseTextEdit {
+    /**
+     * 构造函数
+     *
+     * @param parent    指向父对象
+     * @param data      数据
+     */
+    constructor(parent: SGraphItem | null, data: Marker) {
+        super(parent, data);
+        this.data = data;
+    } // Constructor
+}

+ 105 - 0
src/components/editview/rightPropertyBar/Equation.vue

@@ -0,0 +1,105 @@
+<template>
+  <div class="Equation">
+    <div class="title">输入公式</div>
+    <ul>
+      <li>
+        <el-input
+          type="textarea"
+          @input="changeText"
+          :autosize="{ minRows: 2, maxRows: 4 }"
+          v-model="text"
+        ></el-input>
+      </li>
+    </ul>
+  </div>
+</template>
+<script>
+import bus from "@/bus/bus";
+export default {
+  props: ["textMsg"],
+  data() {
+    return {
+      text: "", //文本
+
+    };
+  },
+  methods: {
+    // 改变文字
+    changeText(val) {
+      bus.$emit("updateStyle", "text", val);
+    },
+  },
+  watch: {
+    textMsg(val) {
+      this.text = val;
+    },
+  },
+};
+</script>
+<style lang="less" scoped>
+ul,
+li {
+  margin: 0;
+  padding: 0;
+  list-style-type: none;
+}
+.Equation {
+  .title {
+    height: 47px;
+    border-bottom: 1px solid #979797;
+    color: #646c73;
+    font-size: 16px;
+    padding-left: 12px;
+    box-sizing: border-box;
+  }
+  ul {
+    width: calc(~"100% - 24px");
+    margin: -1px 12px 0 12px;
+    li {
+      border-top: 1px solid #979797;
+      .small-title {
+        font-size: 12px;
+        color: #8d9399;
+        margin: 12px 0;
+      }
+      .property {
+        display: flex;
+        align-items: center;
+        justify-content: space-around;
+        .color-box {
+          display: flex;
+          align-items: center;
+          flex-direction: column;
+          .cololorSelect {
+            width: 32px;
+            height: 20px;
+            overflow: hidden;
+            position: relative;
+            margin: 4px 0;
+            .fix-box-1 {
+              margin-top: -8px;
+              margin-left: -8px;
+              /deep/ .el-color-picker__trigger {
+                width: 200px;
+                height: 200px;
+              }
+            }
+          }
+        }
+        .line-width {
+          display: flex;
+          align-items: center;
+          flex-direction: column;
+          margin-left: 8px;
+          position: relative;
+        }
+        span {
+          font-size: 12px;
+          color: #1f2429;
+          margin-top: 4px;
+        }
+      }
+    }
+  }
+}
+</style>

+ 6 - 0
src/components/editview/rightPropertyBar/property.vue

@@ -66,6 +66,7 @@
       :backgroundColor="backgroundColor"
       @changeEquipMsgData="changeEquipMsg"
     ></BaseEquipmentMsg>
+    <Equation  v-show="itemType == 'Equation'" :textMsg="textMsg"></Equation>
     <graphPaper v-show="!itemType"> </graphPaper>
   </div>
 </template>
@@ -77,6 +78,7 @@ import BaseImagePro from "./BaseImagePro";
 import BaseEquipment from "./BaseEquipment";
 import BaseEquipmentMsg from "./BaseEquipmentMsg";
 import BasePipe from "./BasePipe";
+import Equation from "./Equation";
 import graphPaper from "./graphPaper";
 import bus from "@/bus/bus";
 const lineStyle = {
@@ -107,6 +109,7 @@ export default {
     BaseEquipmentMsg,
     graphPaper,
     BasePipe,
+    Equation
   },
   data() {
     return {
@@ -227,6 +230,9 @@ export default {
         this.strokeColor = item.strokeColor.toRgba();
         this.lineStyle = lineStyle[item.lineStyle];
         this.lineWidth = item.lineWidth;
+      }else if(this.itemType == "Equation"){
+        // 公式
+         this.textMsg = item.text;
       }
     },
     // 修改设备信息点数据