Home
last modified time | relevance | path

Searched refs:selectionMarkerSize (Results 1 – 4 of 4) sorted by relevance

/dports/devel/umbrello/umbrello-21.12.3/umbrello/umlwidgets/
H A Dcombinedfragmentwidget.cpp506 const qreal s = selectionMarkerSize * resizeMarkerLineCount + 4; in shape()
526 inner.append(QPointF(w - selectionMarkerSize - r, r)); in shape()
527 inner.append(QPointF(w - r, selectionMarkerSize + r)); in shape()
530 inner.append(QPointF(selectionMarkerSize + r, h - r)); in shape()
531 inner.append(QPointF(r, h - selectionMarkerSize - r)); in shape()
H A Dumlwidget.h45 static const int selectionMarkerSize; variable
H A Dumlwidget.cpp73 const int UMLWidget::selectionMarkerSize = 4; member in UMLWidget
1918 const qreal s = selectionMarkerSize; in paint()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Annotation/
H A DAnnotationBase.cs223 internal const int selectionMarkerSize = 6; field in System.Windows.Forms.DataVisualization.Charting.Annotation
2043 int markerSize = selectionMarkerSize; in PaintSelectionHandles()
2239 selectionMarkerSize + 3, in PaintSelectionHandles()
2285 selectionMarkerSize + 1, in PaintSelectionHandles()