Searched refs:selectVertices (Results 1 – 18 of 18) sorted by relevance
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/Models/Trains/ |
H A D | Motor.Functions.cs | 272 KeyValuePair<int, Vertex>[] selectVertices = vertices.Where(v => v.Value.Selected).ToArray(); in DeleteDotLine() 274 foreach (KeyValuePair<int, Vertex> vertex in selectVertices) in DeleteDotLine() 930 …KeyValuePair<int, Vertex>[] selectVertices = new[] { origin, selectVertex }.OrderBy(v => v.Value.X… in IsDrawLine() 932 …bool> conditionLineLeft = l => vertices[l.LeftID].X <= selectVertices[0].Value.X && selectVertices… in IsDrawLine() 933 …bool> conditionLineRight = l => vertices[l.LeftID].X < selectVertices[1].Value.X && selectVertices… in IsDrawLine() 981 …KeyValuePair<int, Vertex>[] selectVertices = new[] { origin, selectVertex }.OrderBy(v => v.Value.X… in DrawLine() 983 …bool> conditionLineLeft = l => vertices[l.LeftID].X <= selectVertices[0].Value.X && selectVertices… in DrawLine() 984 …bool> conditionLineRight = l => vertices[l.LeftID].X < selectVertices[1].Value.X && selectVertices… in DrawLine() 990 lines.Add(new Line(selectVertices[0].Key, selectVertices[1].Key)); in DrawLine()
|
/dports/java/jgraphx/jgraphx-4.2.2/examples/com/mxgraph/examples/swing/resources/ |
H A D | editor_it.properties | 77 selectVertices=Seleziona vertici key
|
H A D | editor_nl.properties | 77 selectVertices=Selecteer Hoekpunten key
|
H A D | editor_pt.properties | 77 selectVertices=Seleccione V�rtices� key
|
H A D | editor_fr.properties | 77 selectVertices=S�lectionner des sommets key
|
H A D | editor_es.properties | 77 selectVertices=Seleccionar V�rtices key
|
H A D | editor_zh-CN.properties | 77 selectVertices=\u9009\u62e9\u9876\u70b9 key
|
H A D | editor_ja.properties | 77 selectVertices=\u9802\u70b9\u3092\u9078\u629e key
|
H A D | editor.properties | 177 selectVertices=Select Vertices key
|
H A D | editor_de.properties | 176 selectVertices=Knoten markieren key
|
H A D | editor_ru.properties | 77 selectVertices=\u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0432\u0435\u0440\u0448\u0438\u043… key
|
/dports/graphics/vpaint/vpaint-1.7/src/Gui/ |
H A D | Scene.h | 180 void selectVertices();
|
H A D | Scene.cpp | 469 void Scene::selectVertices() in selectVertices() function in Scene 474 layer->vac()->selectVertices(); in selectVertices()
|
H A D | MainWindow.cpp | 1627 connect(actionSelectVertices, SIGNAL(triggered()), scene_, SLOT(selectVertices())); in createActions()
|
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/swing/util/ |
H A D | mxGraphActions.java | 826 graph.selectVertices(); in actionPerformed()
|
/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/ |
H A D | VAC.h | 222 void selectVertices(bool emitSignal = true);
|
H A D | VAC.cpp | 6120 void VAC::selectVertices(bool emitSignal) in selectVertices() function in VectorAnimationComplex::VAC
|
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/view/ |
H A D | mxGraph.java | 7826 public void selectVertices() 7828 selectVertices(null); 7835 public void selectVertices(Object parent)
|