Home
last modified time | relevance | path

Searched refs:handleId (Results 26 – 50 of 216) sorted by relevance

123456789

/dports/editors/calligra/calligra-3.2.1/plugins/pathshapes/spiral/
H A DSpiralShape.cpp78 void SpiralShape::moveHandleAction(int handleId, const QPointF &point, Qt::KeyboardModifiers modifi… in moveHandleAction() argument
80 Q_UNUSED(handleId); in moveHandleAction()
103 switch (handleId) in moveHandleAction()
107 m_handles[handleId] = p; in moveHandleAction()
112 m_handles[handleId] = p; in moveHandleAction()
133 m_handles[handleId] = kindHandlePositions[handlePos]; in moveHandleAction()
/dports/graphics/krita/krita-4.4.8/plugins/flake/pathshapes/spiral/
H A DSpiralShape.cpp103 void SpiralShape::moveHandleAction(int handleId, const QPointF &point, Qt::KeyboardModifiers modifi… in moveHandleAction() argument
105 Q_UNUSED(handleId); in moveHandleAction()
127 switch (handleId) { in moveHandleAction()
130 m_handles[handleId] = p; in moveHandleAction()
135 m_handles[handleId] = p; in moveHandleAction()
153 m_handles[handleId] = kindHandlePositions[handlePos]; in moveHandleAction()
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoConnectionShape.cpp66 QPointF KoConnectionShape::escapeDirection(int handleId) const in escapeDirection()
69 if (d->handleConnected(handleId)) { in escapeDirection()
70 KoShape *attachedShape = handleId == KoConnectionShape::StartHandle ? d->shape1 : d->shape2; in escapeDirection()
74 QPointF handlePoint = shapeToDocument(handles()[handleId]); in escapeDirection()
131 QPointF handlePoint = shapeToDocument(handles()[handleId]); in escapeDirection()
139 QPointF handlePoint = shapeToDocument(handles()[handleId]); in escapeDirection()
271 bool KoConnectionShape::Private::handleConnected(int handleId) const in handleConnected()
273 if (handleId == KoConnectionShape::StartHandle && shape1 && connectionPointId1 >= 0) in handleConnected()
275 if (handleId == KoConnectionShape::EndHandle && shape2 && connectionPointId2 >= 0) in handleConnected()
569 if (handleId >= handles().size()) in moveHandleAction()
[all …]
H A DKoConnectionShape.h133 …void moveHandleAction(int handleId, const QPointF &point, Qt::KeyboardModifiers modifiers = Qt::No…
141 QPointF escapeDirection(int handleId) const;
/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoConnectionShape.cpp53 QPointF KoConnectionShapePrivate::escapeDirection(int handleId) const in escapeDirection()
57 if (handleConnected(handleId)) { in escapeDirection()
58 KoShape *attachedShape = handleId == KoConnectionShape::StartHandle ? shape1 : shape2; in escapeDirection()
62 QPointF handlePoint = q->shapeToDocument(handles[handleId]); in escapeDirection()
119 QPointF handlePoint = q->shapeToDocument(handles[handleId]); in escapeDirection()
127 QPointF handlePoint = q->shapeToDocument(handles[handleId]); in escapeDirection()
258 bool KoConnectionShapePrivate::handleConnected(int handleId) const in handleConnected()
260 if (handleId == KoConnectionShape::StartHandle && shape1 && connectionPointId1 >= 0) in handleConnected()
262 if (handleId == KoConnectionShape::EndHandle && shape2 && connectionPointId2 >= 0) in handleConnected()
545 if (handleId >= d->handles.size()) in moveHandleAction()
[all …]
H A DKoConnectionShape_p.h30 QPointF escapeDirection(int handleId) const;
45 bool handleConnected(int handleId) const;
/dports/mail/cone/cone-1.1/libmail/
H A Daddmessageremoveattachments.C91 size_t handleId; variable
95 somethingNotCopied(b), handleId(0) {} in mimeAction()
281 handleRet=ToDo->whichPart->handleId; in doNextCopy()
322 add->assembleImportAttachment(toDoInfo.handleId, acct, msgUid, in doNextCopy()
345 parts.push_back( (*b)->handleId ); in doMultiPart()
368 add->assembleMultipart(toDoInfo.handleId, collectedHeaders, in doMultiPart()
/dports/graphics/krita/krita-4.4.8/libs/flake/tools/
H A DKoParameterChangeStrategy_p.h31 : KoInteractionStrategyPrivate(owner), parameterShape(paramShape), handleId(handle) in KoParameterChangeStrategyPrivate()
40 const int handleId; ///< the id of the control point variable
H A DKoPathToolHandle.cpp180 ParameterHandle::ParameterHandle(KoPathTool *tool, KoParameterShape *parameterShape, int handleId) in ParameterHandle() argument
183 , m_handleId(handleId) in ParameterHandle()
216 ConnectionHandle::ConnectionHandle(KoPathTool *tool, KoParameterShape *parameterShape, int handleId) in ConnectionHandle() argument
217 : ParameterHandle(tool, parameterShape, handleId) in ConnectionHandle()
/dports/editors/calligra/calligra-3.2.1/libs/flake/tools/
H A DKoParameterChangeStrategy_p.h31 : KoInteractionStrategyPrivate(owner), parameterShape(paramShape), handleId(handle) in KoParameterChangeStrategyPrivate()
40 const int handleId; ///< the id of the control point variable
H A DKoPathToolHandle.cpp155 ParameterHandle::ParameterHandle(KoPathTool *tool, KoParameterShape *parameterShape, int handleId) in ParameterHandle() argument
158 , m_handleId(handleId) in ParameterHandle()
193 ConnectionHandle::ConnectionHandle(KoPathTool *tool, KoParameterShape *parameterShape, int handleId) in ConnectionHandle() argument
194 : ParameterHandle(tool, parameterShape, handleId) in ConnectionHandle()
H A DKoPathToolHandle.h74 ParameterHandle(KoPathTool *tool, KoParameterShape *parameterShape, int handleId);
87 ConnectionHandle(KoPathTool *tool, KoParameterShape *parameterShape, int handleId);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/
H A DJarPackageReader.java354 String handleId= element.getAttribute("handleIdentifier"); //$NON-NLS-1$ in addJavaElement() local
355 if (handleId.length() == 0) in addJavaElement()
357 IJavaElement je= JavaCore.create(handleId); in addJavaElement()
374 String handleId= ((Element)packageNode).getAttribute("handleIdentifier"); //$NON-NLS-1$ in getPackages() local
375 if (handleId.isEmpty()) in getPackages()
377 IJavaElement je= JavaCore.create(handleId); in getPackages()
388 String handleId= element.getAttribute("mainClassHandleIdentifier"); //$NON-NLS-1$ in getMainClass() local
389 if (handleId.isEmpty()) in getMainClass()
391 IJavaElement je= JavaCore.create(handleId); in getMainClass()
/dports/editors/calligra/calligra-3.2.1/libs/flake/commands/
H A DKoParameterHandleMoveCommand.cpp26 KoParameterHandleMoveCommand::KoParameterHandleMoveCommand(KoParameterShape *shape, int handleId, c… in KoParameterHandleMoveCommand() argument
29 , m_handleId(handleId) in KoParameterHandleMoveCommand()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Engine/
H A DRequestRoutingContext.cs27 int handleId, in RequestRoutingContext() argument
36 :base(handleId, nodeIndex, buildEventContext) in RequestRoutingContext()
H A DTaskExecutionContext.cs33 int handleId, in TaskExecutionContext() argument
37 :base(handleId, nodeIndex, taskBuildEventContext) in TaskExecutionContext()
H A DTaskEngine.cs65 int handleId, in TaskEngine() argument
81 this.handleId = handleId; in TaskEngine()
177 …if (!parentModule.GetProjectTasksRegistry(handleId).GetRegisteredTask(TaskName, projectFileOfTaskN… in FindTask()
179 …if (!parentModule.GetDefaultTasksRegistry(handleId).GetRegisteredTask(TaskName, projectFileOfTaskN… in FindTask()
181 …if (!parentModule.GetProjectTasksRegistry(handleId).GetRegisteredTask(TaskName, projectFileOfTaskN… in FindTask()
183 …if (!parentModule.GetDefaultTasksRegistry(handleId).GetRegisteredTask(TaskName, projectFileOfTaskN… in FindTask()
186 … "MissingTaskError", TaskName, parentModule.GetToolsPath(handleId)); in FindTask()
271 …engineProxy = new EngineProxy(parentModule, handleId, parentProjectFullFileName, projectFileOfTask… in ExecuteTask()
1602 parentModule.GetLineColumnOfXmlNode(handleId, out lineNumber, out columnNumber); in CreateBuildEventFileInfoForTask()
1619 private int handleId; field in Microsoft.Build.BuildEngine.TaskEngine
/dports/editors/calligra/calligra-3.2.1/plugins/pathshapes/star/
H A DStarShape.cpp119 void StarShape::moveHandleAction(int handleId, const QPointF & point, Qt::KeyboardModifiers modifie… in moveHandleAction() argument
122 QPointF handle = handles()[handleId]; in moveHandleAction()
136 m_roundness[handleId] = moveDirection < 0.0f ? distance : -distance; in moveHandleAction()
145 m_radius[handleId] = sqrt(distVector.x()*distVector.x() + distVector.y()*distVector.y()); in moveHandleAction()
150 qreal diffAngle = angle-m_angles[handleId]; in moveHandleAction()
152 if (handleId == tip) { in moveHandleAction()
/dports/graphics/krita/krita-4.4.8/libs/flake/commands/
H A DKoParameterHandleMoveCommand.cpp27 KoParameterHandleMoveCommand::KoParameterHandleMoveCommand(KoParameterShape *shape, int handleId, c… in KoParameterHandleMoveCommand() argument
30 , m_handleId(handleId) in KoParameterHandleMoveCommand()
/dports/graphics/krita/krita-4.4.8/plugins/flake/pathshapes/star/
H A DStarShape.cpp140 void StarShape::moveHandleAction(int handleId, const QPointF &point, Qt::KeyboardModifiers modifier… in moveHandleAction() argument
143 QPointF handle = handles()[handleId]; in moveHandleAction()
158 m_roundness[handleId] = moveDirection < 0.0f ? distance : -distance; in moveHandleAction()
167 … m_radius[handleId] = sqrt(distVector.x() * distVector.x() + distVector.y() * distVector.y()); in moveHandleAction()
173 qreal diffAngle = angle - m_angles[handleId]; in moveHandleAction()
175 if (handleId == tip) { in moveHandleAction()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkConsole.c111 DWORD handleId; /* Standard handle to retrieve. */ local
121 handleId = STD_INPUT_HANDLE;
126 handleId = STD_OUTPUT_HANDLE;
131 handleId = STD_ERROR_HANDLE;
140 handle = GetStdHandle(handleId);
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DEngineProxy_Tests.cs41 …int handleId = engineCallback.CreateTaskContext(project, null, null, taskNode, EngineCallback.inPr… in SetUp()
49 handleId, in SetUp()
55 …engineProxy = new EngineProxy(taskExecutionModule, handleId, project.FullFileName, project.FullFil… in SetUp()
57 …engineProxy2 = new EngineProxy(taskExecutionModule2, handleId, project.FullFileName, project.FullF… in SetUp()
682 …int handleId = e.EngineCallback.CreateTaskContext(p, null, context, taskNode, 0, new BuildEventCon… in CreateEngineProxyWithDummyTaskEngine()
690 handleId, in CreateEngineProxyWithDummyTaskEngine()
695 …return new EngineProxy(e.NodeManager.TaskExecutionModule, handleId, p.FullFileName, p.FullFileName… in CreateEngineProxyWithDummyTaskEngine()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkSeedRepresentation.cxx183 void vtkSeedRepresentation::SetActiveHandle(int handleId) in SetActiveHandle() argument
185 if (handleId >= static_cast<int>(this->Handles->size())) in SetActiveHandle()
189 this->ActiveHandle = handleId; in SetActiveHandle()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkSeedRepresentation.cxx183 void vtkSeedRepresentation::SetActiveHandle(int handleId) in SetActiveHandle() argument
185 if (handleId >= static_cast<int>(this->Handles->size())) in SetActiveHandle()
189 this->ActiveHandle = handleId; in SetActiveHandle()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Introspector/
H A DTargetCycleDetector.cs187 int handleId = buildRequest.HandleId; in LinkCrossNodeBuildRequests()
192 if (handleId == EngineCallback.invalidEngineHandle) in LinkCrossNodeBuildRequests()
215 handleId = routingContext.ParentHandleId; in LinkCrossNodeBuildRequests()
233 if (handleId == externalRequests[i].HandleId && in LinkCrossNodeBuildRequests()

123456789