Home
last modified time | relevance | path

Searched refs:HandleSize (Results 1 – 25 of 132) sorted by relevance

123456

/dports/astro/kstars/kstars-3.5.6/kstars/widgets/
H A Dthumbimage.cpp41 p.drawRect(QRect(CropRect->left(), CropRect->top(), HandleSize, HandleSize)); in paintEvent()
42 p.drawRect(QRect(CropRect->right() - HandleSize, CropRect->top(), HandleSize, HandleSize)); in paintEvent()
43 p.drawRect(QRect(CropRect->left(), CropRect->bottom() - HandleSize, HandleSize, HandleSize)); in paintEvent()
44 …p.drawRect(QRect(CropRect->right() - HandleSize, CropRect->bottom() - HandleSize, HandleSize, Hand… in paintEvent()
70 if (e->x() <= CropRect->left() + HandleSize && e->y() <= CropRect->top() + HandleSize) in mousePressEvent()
74 if (e->x() <= CropRect->left() + HandleSize && e->y() >= CropRect->bottom() - HandleSize) in mousePressEvent()
79 if (e->x() >= CropRect->right() - HandleSize && e->y() <= CropRect->top() + HandleSize) in mousePressEvent()
84 if (e->x() >= CropRect->right() - HandleSize && e->y() >= CropRect->bottom() - HandleSize) in mousePressEvent()
/dports/net-im/qTox/qTox-1.17.4/src/widget/tool/
H A Dscreengrabberchooserrectitem.cpp29 HandleSize = 10, enumerator
67 return QRectF(-HandleSize - 1, -HandleSize - 1, rectWidth + HandleSize + 1, in boundingRect()
68 rectHeight + HandleSize + 1); in boundingRect()
264 this->topLeft->setPos(-HandleSize, -HandleSize); in updateHandlePositions()
265 this->topCenter->setPos((this->rectWidth - HandleSize) / 2, -HandleSize); in updateHandlePositions()
266 this->topRight->setPos(this->rectWidth, -HandleSize); in updateHandlePositions()
267 this->rightCenter->setPos(this->rectWidth, (this->rectHeight - HandleSize) / 2); in updateHandlePositions()
269 this->bottomCenter->setPos((this->rectWidth - HandleSize) / 2, this->rectHeight); in updateHandlePositions()
270 this->bottomLeft->setPos(-HandleSize, this->rectHeight); in updateHandlePositions()
271 this->leftCenter->setPos(-HandleSize, (this->rectHeight - HandleSize) / 2); in updateHandlePositions()
[all …]
/dports/multimedia/obs-scrab/scrab-1.1/src/screenshot/
H A Dscreengrabberchooserrectitem.cpp28 HandleSize = 10, enumerator
66 return QRectF(-HandleSize - 1, -HandleSize - 1, rectWidth + HandleSize + 1, in boundingRect()
67 rectHeight + HandleSize + 1); in boundingRect()
263 this->topLeft->setPos(-HandleSize, -HandleSize); in updateHandlePositions()
264 this->topCenter->setPos((this->rectWidth - HandleSize) / 2, -HandleSize); in updateHandlePositions()
265 this->topRight->setPos(this->rectWidth, -HandleSize); in updateHandlePositions()
266 this->rightCenter->setPos(this->rectWidth, (this->rectHeight - HandleSize) / 2); in updateHandlePositions()
268 this->bottomCenter->setPos((this->rectWidth - HandleSize) / 2, this->rectHeight); in updateHandlePositions()
269 this->bottomLeft->setPos(-HandleSize, this->rectHeight); in updateHandlePositions()
270 this->leftCenter->setPos(-HandleSize, (this->rectHeight - HandleSize) / 2); in updateHandlePositions()
[all …]
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkWidgetRepresentation.cxx35 this->HandleSize = 0.05; in vtkWidgetRepresentation()
37 this->HandleSize = 0.01; in vtkWidgetRepresentation()
179 return (this->HandleSize * factor * this->InitialLength); in SizeHandlesInPixels()
192 double x = focalPoint[0] - this->HandleSize/2.0; in SizeHandlesInPixels()
193 double y = focalPoint[1] - this->HandleSize/2.0; in SizeHandlesInPixels()
196 x = focalPoint[0] + this->HandleSize/2.0; in SizeHandlesInPixels()
197 y = focalPoint[1] + this->HandleSize/2.0; in SizeHandlesInPixels()
219 return (this->HandleSize * factor * this->InitialLength); in SizeHandlesRelativeToViewport()
248 return (sqrt(radius) * factor * this->HandleSize); in SizeHandlesRelativeToViewport()
260 os << indent << "Handle Size: " << this->HandleSize << "\n"; in PrintSelf()
H A Dvtk3DWidget.h112 vtkSetClampMacro(HandleSize,double,0.001,0.5);
113 vtkGetMacro(HandleSize,double);
132 double HandleSize; variable
H A Dvtk3DWidget.cxx53 this->HandleSize = 0.01; in vtk3DWidget()
152 return (this->HandleSize * factor * this->InitialLength); in SizeHandles()
181 return (sqrt(radius) * factor * this->HandleSize); in SizeHandles()
193 os << indent << "Handle Size: " << this->HandleSize << "\n"; in PrintSelf()
H A DvtkWidgetRepresentation.h139 vtkSetClampMacro(HandleSize,double,0.001,1000);
140 vtkGetMacro(HandleSize,double);
230 double HandleSize; //controlling relative size of widget handles variable
H A DvtkSphereHandleRepresentation.cxx71 this->HandleSize = 15.0; //in pixels in vtkSphereHandleRepresentation()
72 this->CurrentHandleSize = this->HandleSize; in vtkSphereHandleRepresentation()
170 this->CurrentHandleSize = this->HandleSize; in SetHandleSize()
384 radius *= this->CurrentHandleSize / this->HandleSize; in Translate()
395 radius *= this->CurrentHandleSize / this->HandleSize; in SizeBounds()
H A DvtkPointHandleRepresentation3D.cxx78 this->HandleSize = 15.0; //in pixels in vtkPointHandleRepresentation3D()
79 this->CurrentHandleSize = this->HandleSize; in vtkPointHandleRepresentation3D()
185 this->CurrentHandleSize = this->HandleSize; in SetHandleSize()
594 radius *= this->CurrentHandleSize / this->HandleSize; in SizeBounds()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkWidgetRepresentation.cxx40 this->HandleSize = 0.01; in vtkWidgetRepresentation()
204 return (this->HandleSize * factor * this->InitialLength); in SizeHandlesInPixels()
217 double x = focalPoint[0] - this->HandleSize/2.0; in SizeHandlesInPixels()
218 double y = focalPoint[1] - this->HandleSize/2.0; in SizeHandlesInPixels()
221 x = focalPoint[0] + this->HandleSize/2.0; in SizeHandlesInPixels()
222 y = focalPoint[1] + this->HandleSize/2.0; in SizeHandlesInPixels()
244 return (this->HandleSize * factor * this->InitialLength); in SizeHandlesRelativeToViewport()
273 return (sqrt(radius) * factor * this->HandleSize); in SizeHandlesRelativeToViewport()
363 os << indent << "Handle Size: " << this->HandleSize << "\n"; in PrintSelf()
H A Dvtk3DWidget.h129 vtkSetClampMacro(HandleSize,double,0.001,0.5);
130 vtkGetMacro(HandleSize,double);
150 double HandleSize; variable
H A Dvtk3DWidget.cxx53 this->HandleSize = 0.01; in vtk3DWidget()
152 return (this->HandleSize * factor * this->InitialLength); in SizeHandles()
181 return (sqrt(radius) * factor * this->HandleSize); in SizeHandles()
193 os << indent << "Handle Size: " << this->HandleSize << "\n"; in PrintSelf()
H A DvtkWidgetRepresentation.h194 vtkSetClampMacro(HandleSize,double,0.001,1000);
195 vtkGetMacro(HandleSize,double);
290 double HandleSize; //controlling relative size of widget handles variable
H A DvtkSphereHandleRepresentation.cxx71 this->HandleSize = 15.0; //in pixels in vtkSphereHandleRepresentation()
72 this->CurrentHandleSize = this->HandleSize; in vtkSphereHandleRepresentation()
174 this->CurrentHandleSize = this->HandleSize; in SetHandleSize()
388 radius *= this->CurrentHandleSize / this->HandleSize; in Translate()
399 radius *= this->CurrentHandleSize / this->HandleSize; in SizeBounds()
H A DvtkPointHandleRepresentation3D.cxx79 this->HandleSize = 15.0; //in pixels in vtkPointHandleRepresentation3D()
80 this->CurrentHandleSize = this->HandleSize; in vtkPointHandleRepresentation3D()
190 this->CurrentHandleSize = this->HandleSize; in SetHandleSize()
712 radius *= this->CurrentHandleSize / this->HandleSize; in SizeBounds()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkWidgetRepresentation.cxx40 this->HandleSize = 0.01; in vtkWidgetRepresentation()
214 return (this->HandleSize * factor * this->InitialLength); in SizeHandlesInPixels()
226 double x = focalPoint[0] - this->HandleSize / 2.0; in SizeHandlesInPixels()
227 double y = focalPoint[1] - this->HandleSize / 2.0; in SizeHandlesInPixels()
230 x = focalPoint[0] + this->HandleSize / 2.0; in SizeHandlesInPixels()
231 y = focalPoint[1] + this->HandleSize / 2.0; in SizeHandlesInPixels()
250 return (this->HandleSize * factor * this->InitialLength); in SizeHandlesRelativeToViewport()
278 return (sqrt(radius) * factor * this->HandleSize); in SizeHandlesRelativeToViewport()
388 os << indent << "Handle Size: " << this->HandleSize << "\n"; in PrintSelf()
H A Dvtk3DWidget.h129 vtkSetClampMacro(HandleSize, double, 0.001, 0.5);
130 vtkGetMacro(HandleSize, double);
150 double HandleSize; variable
H A Dvtk3DWidget.cxx49 this->HandleSize = 0.01; in vtk3DWidget()
145 return (this->HandleSize * factor * this->InitialLength); in SizeHandles()
173 return (sqrt(radius) * factor * this->HandleSize); in SizeHandles()
184 os << indent << "Handle Size: " << this->HandleSize << "\n"; in PrintSelf()
H A DvtkSphereHandleRepresentation.cxx70 this->HandleSize = 15.0; // in pixels in vtkSphereHandleRepresentation()
71 this->CurrentHandleSize = this->HandleSize; in vtkSphereHandleRepresentation()
173 this->CurrentHandleSize = this->HandleSize; in SetHandleSize()
360 radius *= this->CurrentHandleSize / this->HandleSize; in Translate()
371 radius *= this->CurrentHandleSize / this->HandleSize; in SizeBounds()
H A DvtkWidgetRepresentation.h187 vtkSetClampMacro(HandleSize, double, 0.001, 1000);
188 vtkGetMacro(HandleSize, double);
300 double HandleSize; // controlling relative size of widget handles variable
H A DvtkPointHandleRepresentation3D.cxx79 this->HandleSize = 15.0; // in pixels in vtkPointHandleRepresentation3D()
80 this->CurrentHandleSize = this->HandleSize; in vtkPointHandleRepresentation3D()
189 this->CurrentHandleSize = this->HandleSize; in SetHandleSize()
681 radius *= this->CurrentHandleSize / this->HandleSize; in SizeBounds()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
H A DThunk.c96 UINTN HandleSize; in SmbiosDataFilter() local
107 HandleSize = sizeof (EFI_HANDLE); in SmbiosDataFilter()
113 &HandleSize, in SmbiosDataFilter()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Marvell/Applications/EepromCmd/
H A DEepromCmd.c192 UINTN Count, HandleSize; in ShellCommandRunEeprom() local
196 HandleSize = 2 * sizeof (EFI_HANDLE); in ShellCommandRunEeprom()
199 &HandleSize, &ProtHandle); in ShellCommandRunEeprom()
203 &HandleSize, &ProtHandle); in ShellCommandRunEeprom()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/RaspberryPi/Drivers/VarBlockServiceDxe/
H A DVarBlockServiceDxe.c275 UINTN HandleSize; in OnSimpleFileSystemInstall() local
289 HandleSize = sizeof (EFI_HANDLE); in OnSimpleFileSystemInstall()
294 &HandleSize, in OnSimpleFileSystemInstall()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/DuetPkg/FSVariable/
H A DFileStorage.c185 UINTN HandleSize; in OnSimpleFileSystemInstall() local
202 HandleSize = sizeof (EFI_HANDLE); in OnSimpleFileSystemInstall()
207 &HandleSize, in OnSimpleFileSystemInstall()

123456