Home
last modified time | relevance | path

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 DMotor.Functions.cs272 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 Deditor_it.properties77 selectVertices=Seleziona vertici key
H A Deditor_nl.properties77 selectVertices=Selecteer Hoekpunten key
H A Deditor_pt.properties77 selectVertices=Seleccione V�rtices� key
H A Deditor_fr.properties77 selectVertices=S�lectionner des sommets key
H A Deditor_es.properties77 selectVertices=Seleccionar V�rtices key
H A Deditor_zh-CN.properties77 selectVertices=\u9009\u62e9\u9876\u70b9 key
H A Deditor_ja.properties77 selectVertices=\u9802\u70b9\u3092\u9078\u629e key
H A Deditor.properties177 selectVertices=Select Vertices key
H A Deditor_de.properties176 selectVertices=Knoten markieren key
H A Deditor_ru.properties77 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 DScene.h180 void selectVertices();
H A DScene.cpp469 void Scene::selectVertices() in selectVertices() function in Scene
474 layer->vac()->selectVertices(); in selectVertices()
H A DMainWindow.cpp1627 connect(actionSelectVertices, SIGNAL(triggered()), scene_, SLOT(selectVertices())); in createActions()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/swing/util/
H A DmxGraphActions.java826 graph.selectVertices(); in actionPerformed()
/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DVAC.h222 void selectVertices(bool emitSignal = true);
H A DVAC.cpp6120 void VAC::selectVertices(bool emitSignal) in selectVertices() function in VectorAnimationComplex::VAC
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/view/
H A DmxGraph.java7826 public void selectVertices()
7828 selectVertices(null);
7835 public void selectVertices(Object parent)