Home
last modified time | relevance | path

Searched refs:getAbsolutePosition (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/games/qonk/qonk-0.3.1/guichan/guichan/
H A Dgui.cpp368 mLastWidgetWithMouse->getAbsolutePosition(lastWidgetWithMouseX, lastWidgetWithMouseY); in handleMouseMoved()
414 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseMoved()
435 mDraggedWidget->getAbsolutePosition(draggedWidgetX, draggedWidgetY); in handleMouseMoved()
452 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseMoved()
478 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMousePressed()
527 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseWheelMovedDown()
553 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseWheelMovedUp()
583 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseReleased()
636 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleModalFocusRelease()
665 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleModalMouseInputFocusRelease()
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/tools/GUIEditor/
H A DCGUITextureCacheBrowser.cpp108 …core::rect<s32> pos(Panel->getClientArea().getCenter().X - Panel->getAbsolutePosition().UpperLeftC… in updateImageList()
109 … Panel->getClientArea().getCenter().X - Panel->getAbsolutePosition().UpperLeftCorner.X + hw, h+5); in updateImageList()
227 if (Panel->getAbsolutePosition().isPointInside(DragStart)) in OnEvent()
254 if (event.MouseInput.X < Parent->getAbsolutePosition().UpperLeftCorner.X +1 || in OnEvent()
255 event.MouseInput.Y < Parent->getAbsolutePosition().UpperLeftCorner.Y +1 || in OnEvent()
256 event.MouseInput.X > Parent->getAbsolutePosition().LowerRightCorner.X -1 || in OnEvent()
257 event.MouseInput.Y > Parent->getAbsolutePosition().LowerRightCorner.Y -1) in OnEvent()
H A DCGUIEditWorkspace.cpp81 core::rect<s32> r = SelectedElement->getAbsolutePosition(); in getModeFromPos()
144 if (start->getAbsolutePosition().isPointInside(point)) in getEditableElementFromPoint()
348 StartMovePos = SelectedElement->getAbsolutePosition().UpperLeftCorner; in OnEvent()
351 SelectedArea = SelectedElement->getAbsolutePosition(); in OnEvent()
474 p = sel->getParent()->getAbsolutePosition().UpperLeftCorner; in OnEvent()
688 core::position2di p = DragStart - parentElement->getAbsolutePosition().UpperLeftCorner; in OnEvent()
723 core::rect<s32> r = getAbsolutePosition(); in draw()
741 core::rect<s32> r = MouseOverElement->getAbsolutePosition(); in draw()
746 driver->draw2DRectangle(video::SColor(100,0,255,0),SelectedElement->getAbsolutePosition()); in draw()
762 r = SelectedElement->getAbsolutePosition(); in draw()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGUIFileOpenDialog.cpp34 core::rect<s32>((parent->getAbsolutePosition().getWidth()-FOD_WIDTH)/2, in CGUIFileOpenDialog()
35 (parent->getAbsolutePosition().getHeight()-FOD_HEIGHT)/2, in CGUIFileOpenDialog()
36 (parent->getAbsolutePosition().getWidth()-FOD_WIDTH)/2+FOD_WIDTH, in CGUIFileOpenDialog()
37 (parent->getAbsolutePosition().getHeight()-FOD_HEIGHT)/2+FOD_HEIGHT)), in CGUIFileOpenDialog()
279 if (event.MouseInput.X < Parent->getAbsolutePosition().UpperLeftCorner.X +1 || in OnEvent()
280 event.MouseInput.Y < Parent->getAbsolutePosition().UpperLeftCorner.Y +1 || in OnEvent()
281 event.MouseInput.X > Parent->getAbsolutePosition().LowerRightCorner.X -1 || in OnEvent()
282 event.MouseInput.Y > Parent->getAbsolutePosition().LowerRightCorner.Y -1) in OnEvent()
H A DCGUIModalScreen.cpp20 …onment, parent, id, core::recti(0, 0, parent->getAbsolutePosition().getWidth(), parent->getAbsolut… in CGUIModalScreen()
166 r = (*it)->getAbsolutePosition(); in draw()
207 parentRect = Parent->getAbsolutePosition(); in updateAbsolutePosition()
H A DCGUIColorSelectDialog.cpp56 core::rect<s32>((parent->getAbsolutePosition().getWidth()-CSD_WIDTH)/2, in CGUIColorSelectDialog()
57 (parent->getAbsolutePosition().getHeight()-CSD_HEIGHT)/2, in CGUIColorSelectDialog()
58 (parent->getAbsolutePosition().getWidth()-CSD_WIDTH)/2+CSD_WIDTH, in CGUIColorSelectDialog()
59 (parent->getAbsolutePosition().getHeight()-CSD_HEIGHT)/2+CSD_HEIGHT)), in CGUIColorSelectDialog()
377 if (event.MouseInput.X < Parent->getAbsolutePosition().UpperLeftCorner.X +1 || in OnEvent()
378 event.MouseInput.Y < Parent->getAbsolutePosition().UpperLeftCorner.Y +1 || in OnEvent()
379 event.MouseInput.X > Parent->getAbsolutePosition().LowerRightCorner.X -1 || in OnEvent()
380 event.MouseInput.Y > Parent->getAbsolutePosition().LowerRightCorner.Y -1) in OnEvent()
425 core::vector2di pos(ColorRing.Control->getAbsolutePosition().UpperLeftCorner); in draw()
H A DCGUIMenu.cpp197 clientRect = core::rect<s32>(0,0, Parent->getAbsolutePosition().getWidth(), in recalculateSize()
198 Parent->getAbsolutePosition().getHeight()); in recalculateSize()
254 s32 w = Items[i].SubMenu->getAbsolutePosition().getWidth(); in recalculateSize()
255 s32 h = Items[i].SubMenu->getAbsolutePosition().getHeight(); in recalculateSize()
284 DesiredRect.LowerRightCorner.X = Parent->getAbsolutePosition().getWidth(); in updateAbsolutePosition()
H A DCGUIToolBar.cpp34 parentwidth = Parent->getAbsolutePosition().getWidth(); in CGUIToolBar()
40 core::rect<s32> r = (*it)->getAbsolutePosition(); in CGUIToolBar()
110 DesiredRect.LowerRightCorner.X = Parent->getAbsolutePosition().getWidth(); in updateAbsolutePosition()
H A DCCameraSceneNode.cpp132 const core::vector3df toTarget = Target - getAbsolutePosition(); in setTarget()
146 Target = getAbsolutePosition() + rotation.rotationToDirection(); in setRotation()
247 core::vector3df pos = getAbsolutePosition(); in render()
292 ViewArea.cameraPosition = getAbsolutePosition(); in recalculateViewArea()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCGUIFileOpenDialog.cpp34 core::rect<s32>((parent->getAbsolutePosition().getWidth()-FOD_WIDTH)/2, in CGUIFileOpenDialog()
35 (parent->getAbsolutePosition().getHeight()-FOD_HEIGHT)/2, in CGUIFileOpenDialog()
36 (parent->getAbsolutePosition().getWidth()-FOD_WIDTH)/2+FOD_WIDTH, in CGUIFileOpenDialog()
37 (parent->getAbsolutePosition().getHeight()-FOD_HEIGHT)/2+FOD_HEIGHT)), in CGUIFileOpenDialog()
279 if (event.MouseInput.X < Parent->getAbsolutePosition().UpperLeftCorner.X +1 || in OnEvent()
280 event.MouseInput.Y < Parent->getAbsolutePosition().UpperLeftCorner.Y +1 || in OnEvent()
281 event.MouseInput.X > Parent->getAbsolutePosition().LowerRightCorner.X -1 || in OnEvent()
282 event.MouseInput.Y > Parent->getAbsolutePosition().LowerRightCorner.Y -1) in OnEvent()
H A DCGUIModalScreen.cpp20 …onment, parent, id, core::recti(0, 0, parent->getAbsolutePosition().getWidth(), parent->getAbsolut… in CGUIModalScreen()
166 r = (*it)->getAbsolutePosition(); in draw()
207 parentRect = Parent->getAbsolutePosition(); in updateAbsolutePosition()
H A DCGUIColorSelectDialog.cpp56 core::rect<s32>((parent->getAbsolutePosition().getWidth()-CSD_WIDTH)/2, in CGUIColorSelectDialog()
57 (parent->getAbsolutePosition().getHeight()-CSD_HEIGHT)/2, in CGUIColorSelectDialog()
58 (parent->getAbsolutePosition().getWidth()-CSD_WIDTH)/2+CSD_WIDTH, in CGUIColorSelectDialog()
59 (parent->getAbsolutePosition().getHeight()-CSD_HEIGHT)/2+CSD_HEIGHT)), in CGUIColorSelectDialog()
377 if (event.MouseInput.X < Parent->getAbsolutePosition().UpperLeftCorner.X +1 || in OnEvent()
378 event.MouseInput.Y < Parent->getAbsolutePosition().UpperLeftCorner.Y +1 || in OnEvent()
379 event.MouseInput.X > Parent->getAbsolutePosition().LowerRightCorner.X -1 || in OnEvent()
380 event.MouseInput.Y > Parent->getAbsolutePosition().LowerRightCorner.Y -1) in OnEvent()
425 core::vector2di pos(ColorRing.Control->getAbsolutePosition().UpperLeftCorner); in draw()
H A DCGUIMenu.cpp197 clientRect = core::rect<s32>(0,0, Parent->getAbsolutePosition().getWidth(), in recalculateSize()
198 Parent->getAbsolutePosition().getHeight()); in recalculateSize()
254 s32 w = Items[i].SubMenu->getAbsolutePosition().getWidth(); in recalculateSize()
255 s32 h = Items[i].SubMenu->getAbsolutePosition().getHeight(); in recalculateSize()
284 DesiredRect.LowerRightCorner.X = Parent->getAbsolutePosition().getWidth(); in updateAbsolutePosition()
H A DCGUIToolBar.cpp34 parentwidth = Parent->getAbsolutePosition().getWidth(); in CGUIToolBar()
40 core::rect<s32> r = (*it)->getAbsolutePosition(); in CGUIToolBar()
110 DesiredRect.LowerRightCorner.X = Parent->getAbsolutePosition().getWidth(); in updateAbsolutePosition()
H A DCCameraSceneNode.cpp132 const core::vector3df toTarget = Target - getAbsolutePosition(); in setTarget()
146 Target = getAbsolutePosition() + rotation.rotationToDirection(); in setRotation()
247 core::vector3df pos = getAbsolutePosition(); in render()
292 ViewArea.cameraPosition = getAbsolutePosition(); in recalculateViewArea()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.dah.examplehost/
H A DctkExampleHostLogic.cpp90 QRect rect (this->PlaceHolderForHostedApp->getAbsolutePosition()); in onAppReady()
109 QRect rect (this->PlaceHolderForHostedApp->getAbsolutePosition()); in publishSelectedData()
120 QRect rect (this->PlaceHolderForHostedApp->getAbsolutePosition()); in placeHolderResized()
/dports/devel/fifechan/fifechan-0.1.5/src/
H A Dgui.cpp508 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMousePressed()
546 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseWheelMovedDown()
563 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseWheelMovedUp()
580 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseWheelMovedRight()
597 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseWheelMovedLeft()
619 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseReleased()
658 parent->getAbsolutePosition(parentX, parentY); in getWidgetAt()
676 widget->getAbsolutePosition(absoluteX, absoluteY); in getWidgetsAt()
752 widget->getAbsolutePosition(widgetX, widgetY); in distributeMouseEvent()
1048 hiddenWidget->getAbsolutePosition(hiddenWidgetX, hiddenWidgetY); in handleHiddenWidgets()
[all …]
/dports/games/spacejunk/spacejunk-1.0.5/guichan/
H A Dgui.cpp384 widget->getAbsolutePosition(x, y); in handleMouseMoved()
429 widget->getAbsolutePosition(x, y); in handleMouseMoved()
507 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMousePressed()
551 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseWheelMovedDown()
570 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseWheelMovedUp()
594 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseReleased()
635 parent->getAbsolutePosition(parentX, parentY); in getWidgetAt()
719 widget->getAbsolutePosition(widgetX, widgetY); in distributeMouseEvent()
/dports/devel/guichan/guichan-0.8.2/src/
H A Dgui.cpp384 widget->getAbsolutePosition(x, y); in handleMouseMoved()
429 widget->getAbsolutePosition(x, y); in handleMouseMoved()
507 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMousePressed()
551 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseWheelMovedDown()
570 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseWheelMovedUp()
594 sourceWidget->getAbsolutePosition(sourceWidgetX, sourceWidgetY); in handleMouseReleased()
635 parent->getAbsolutePosition(parentX, parentY); in getWidgetAt()
719 widget->getAbsolutePosition(widgetX, widgetY); in distributeMouseEvent()
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/BWidgets/
H A DWindow.cpp345 BUtilities::Point p = widget->getAbsolutePosition() + be->getPosition(); in handleEvents()
354 BDevices::MouseDevice(BDevices::NO_BUTTON, p - w->getAbsolutePosition()) in handleEvents()
457 position - widget->getAbsolutePosition (), in translatePuglEvent()
458 position - widget->getAbsolutePosition (), in translatePuglEvent()
489 position - widget->getAbsolutePosition (), in translatePuglEvent()
507 position - widget->getAbsolutePosition (), in translatePuglEvent()
550 position - widget->getAbsolutePosition (), in translatePuglEvent()
571 position - widget->getAbsolutePosition (), in translatePuglEvent()
594 position - widget->getAbsolutePosition (), in translatePuglEvent()
/dports/audio/bamp-lv2/BAmp-fe91b838f2ec801df55b12ffbdf6c6a4ab4ef093/BWidgets/
H A DWindow.cpp347 BUtilities::Point p = widget->getAbsolutePosition() + be->getPosition(); in handleEvents()
356 BDevices::MouseDevice(BDevices::NO_BUTTON, p - w->getAbsolutePosition()) in handleEvents()
484 position - widget->getAbsolutePosition (), in translatePuglEvent()
485 position - widget->getAbsolutePosition (), in translatePuglEvent()
516 position - widget->getAbsolutePosition (), in translatePuglEvent()
534 position - widget->getAbsolutePosition (), in translatePuglEvent()
577 position - widget->getAbsolutePosition (), in translatePuglEvent()
598 position - widget->getAbsolutePosition (), in translatePuglEvent()
621 position - widget->getAbsolutePosition (), in translatePuglEvent()
/dports/audio/bshapr-lv2/BShapr-0.13/src/BWidgets/
H A DWindow.cpp347 BUtilities::Point p = widget->getAbsolutePosition() + be->getPosition(); in handleEvents()
356 BDevices::MouseDevice(BDevices::NO_BUTTON, p - w->getAbsolutePosition()) in handleEvents()
484 position - widget->getAbsolutePosition (), in translatePuglEvent()
485 position - widget->getAbsolutePosition (), in translatePuglEvent()
516 position - widget->getAbsolutePosition (), in translatePuglEvent()
534 position - widget->getAbsolutePosition (), in translatePuglEvent()
577 position - widget->getAbsolutePosition (), in translatePuglEvent()
598 position - widget->getAbsolutePosition (), in translatePuglEvent()
621 position - widget->getAbsolutePosition (), in translatePuglEvent()
/dports/audio/bslizr-lv2/BSlizr-1.2.16/src/BWidgets/
H A DWindow.cpp347 BUtilities::Point p = widget->getAbsolutePosition() + be->getPosition(); in handleEvents()
356 BDevices::MouseDevice(BDevices::NO_BUTTON, p - w->getAbsolutePosition()) in handleEvents()
484 position - widget->getAbsolutePosition (), in translatePuglEvent()
485 position - widget->getAbsolutePosition (), in translatePuglEvent()
516 position - widget->getAbsolutePosition (), in translatePuglEvent()
534 position - widget->getAbsolutePosition (), in translatePuglEvent()
577 position - widget->getAbsolutePosition (), in translatePuglEvent()
598 position - widget->getAbsolutePosition (), in translatePuglEvent()
621 position - widget->getAbsolutePosition (), in translatePuglEvent()
/dports/audio/bsequencer-lv2/BSEQuencer-1.8.10/src/BWidgets/
H A DWindow.cpp347 BUtilities::Point p = widget->getAbsolutePosition() + be->getPosition(); in handleEvents()
356 BDevices::MouseDevice(BDevices::NO_BUTTON, p - w->getAbsolutePosition()) in handleEvents()
484 position - widget->getAbsolutePosition (), in translatePuglEvent()
485 position - widget->getAbsolutePosition (), in translatePuglEvent()
516 position - widget->getAbsolutePosition (), in translatePuglEvent()
534 position - widget->getAbsolutePosition (), in translatePuglEvent()
577 position - widget->getAbsolutePosition (), in translatePuglEvent()
598 position - widget->getAbsolutePosition (), in translatePuglEvent()
621 position - widget->getAbsolutePosition (), in translatePuglEvent()
/dports/audio/bangr-lv2/BAngr-1.6.0/src/BWidgets/
H A DWindow.cpp347 BUtilities::Point p = widget->getAbsolutePosition() + be->getPosition(); in handleEvents()
356 BDevices::MouseDevice(BDevices::NO_BUTTON, p - w->getAbsolutePosition()) in handleEvents()
484 position - widget->getAbsolutePosition (), in translatePuglEvent()
485 position - widget->getAbsolutePosition (), in translatePuglEvent()
516 position - widget->getAbsolutePosition (), in translatePuglEvent()
534 position - widget->getAbsolutePosition (), in translatePuglEvent()
577 position - widget->getAbsolutePosition (), in translatePuglEvent()
598 position - widget->getAbsolutePosition (), in translatePuglEvent()
621 position - widget->getAbsolutePosition (), in translatePuglEvent()

12345678910>>...13