src/linetypes/conditionaledge.h

changeset 1402
8bbf2af8c3f5
parent 1326
69a90bd2dba2
equal deleted inserted replaced
1401:59b578c77111 1402:8bbf2af8c3f5
37 37
38 virtual QString asText() const override; 38 virtual QString asText() const override;
39 int numVertices() const override { return 4; } 39 int numVertices() const override { return 4; }
40 int numPolygonVertices() const override { return 2; } 40 int numPolygonVertices() const override { return 2; }
41 LDColor defaultColor() const override { return EdgeColor; } 41 LDColor defaultColor() const override { return EdgeColor; }
42 QString typeName() const override { return "condline"; } 42 QString iconName() const override { return "condline"; }
43 }; 43 };

mercurial