Home
last modified time | relevance | path

Searched refs:selectStroke (Results 1 – 3 of 3) sorted by relevance

/dports/java/jfreechart/jfreechart-1.0.17/swt/org/jfree/experimental/chart/swt/editor/
H A DSWTPlotAppearanceEditor.java77 private Spinner selectStroke; field in SWTPlotAppearanceEditor
124 this.selectStroke = new Spinner(general, SWT.BORDER); in SWTPlotAppearanceEditor()
125 this.selectStroke.setMinimum(1); in SWTPlotAppearanceEditor()
126 this.selectStroke.setMaximum(3); in SWTPlotAppearanceEditor()
127 this.selectStroke.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, in SWTPlotAppearanceEditor()
129 this.selectStroke.addSelectionListener( in SWTPlotAppearanceEditor()
132 int w = SWTPlotAppearanceEditor.this.selectStroke in SWTPlotAppearanceEditor()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dvectorselectiontool.h383 bool selectStroke(int index, bool toggle);
H A Dvectorselectiontool.cpp1513 selectionChanged = m_justSelected = selectStroke(index, toggleStroke); in modifySelectionOnClick()
1613 selectionChanged = (selectStroke(s, false) || selectionChanged); in leftButtonDrag()
1889 bool VectorSelectionTool::selectStroke(int index, bool toggle) { in selectStroke() function in VectorSelectionTool
2197 selectionChanged = selectStroke(s, false) || selectionChanged; in selectRegionVectorImage()
2204 selectionChanged = selectStroke(s, false) || selectionChanged; in selectRegionVectorImage()