Home
last modified time | relevance | path

Searched refs:AllowSelecting (Results 1 – 25 of 46) sorted by relevance

12

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolcurve/
H A Dvabstractspline.h108 virtual void AllowSelecting(bool enabled) override;
213 … QObject::connect(scene, &VMainGraphicsScene::EnableSplineItemSelection, tool, &T::AllowSelecting); in InitSplineToolConnections()
225 …ject::connect(scene, &VMainGraphicsScene::EnableSplinePathItemSelection, tool, &T::AllowSelecting); in InitSplinePathToolConnections()
237 QObject::connect(scene, &VMainGraphicsScene::EnableArcItemSelection, tool, &T::AllowSelecting); in InitArcToolConnections()
249 … QObject::connect(scene, &VMainGraphicsScene::EnableElArcItemSelection, tool, &T::AllowSelecting); in InitElArcToolConnections()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Annotation/
H A DGroupAnnotation.cs672 override public bool AllowSelecting property in System.Windows.Forms.DataVisualization.Charting.AnnotationGroup
676 return base.AllowSelecting;
680 base.AllowSelecting = value;
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/nodeDetails/
H A Dvnodeellipticalarc.h54 virtual void AllowSelecting(bool enabled) override;
H A Dvnodearc.h57 virtual void AllowSelecting(bool enabled) override;
H A Dvnodesplinepath.h57 virtual void AllowSelecting(bool enabled) override;
H A Dvnodespline.h57 virtual void AllowSelecting(bool enabled) override;
H A Dvtoolpin.h60 virtual void AllowSelecting(bool enabled) override;
H A Dvtoolplacelabel.h65 virtual void AllowSelecting(bool enabled) override;
H A Dvnodeellipticalarc.cpp86 void VNodeEllipticalArc::AllowSelecting(bool enabled) in AllowSelecting() function in VNodeEllipticalArc
H A Dvnodearc.cpp103 void VNodeArc::AllowSelecting(bool enabled) in AllowSelecting() function in VNodeArc
H A Dvnodesplinepath.cpp103 void VNodeSplinePath::AllowSelecting(bool enabled) in AllowSelecting() function in VNodeSplinePath
H A Dvtoolpiecepath.h72 virtual void AllowSelecting(bool enabled) override;
H A Dvnodespline.cpp106 void VNodeSpline::AllowSelecting(bool enabled) in AllowSelecting() function in VNodeSpline
H A Dvnodepoint.h79 virtual void AllowSelecting(bool enabled) override;
H A Dvtoolpin.cpp125 void VToolPin::AllowSelecting(bool enabled) in AllowSelecting() function in VToolPin
H A Dvtoolplacelabel.cpp180 void VToolPlaceLabel::AllowSelecting(bool enabled) in AllowSelecting() function in VToolPlaceLabel
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.Charting/
H A DAnnotationGroup.cs40 public override bool AllowSelecting { get; set; } property in System.Windows.Forms.DataVisualization.Charting.AnnotationGroup
H A DAnnotation.cs41 public virtual bool AllowSelecting { get; set; } property in System.Windows.Forms.DataVisualization.Charting.Annotation
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolpoint/
H A Dvabstractpoint.h112 … QObject::connect(scene, &VMainGraphicsScene::EnablePointItemSelection, tool, &T::AllowSelecting); in InitToolConnections()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/
H A Dvtooluniondetails.h111 virtual void AllowSelecting(bool) override {} in AllowSelecting() function
H A Dvabstracttool.h120 virtual void AllowSelecting(bool enabled)=0;
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolpoint/tooldoublepoint/
H A Dvtooldoublepoint.h80 virtual void AllowSelecting(bool enabled) override;
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/
H A Dvtoolline.h99 virtual void AllowSelecting(bool enabled) override;
H A Dvtoolline.cpp164 …ct(initData.scene, &VMainGraphicsScene::EnableLineItemSelection, line, &VToolLine::AllowSelecting); in Create()
245 void VToolLine::AllowSelecting(bool enabled) in AllowSelecting() function in VToolLine
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolpoint/toolsinglepoint/
H A Dvtoolsinglepoint.h95 virtual void AllowSelecting(bool enabled) override;

12