Home
last modified time | relevance | path

Searched refs:LeftUp (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/dports/devel/upp/upp/bazaar/CtrlLibBoostPy/
H A DButtonOption.cpp28 …virtual void LeftUp(Point p, dword keyflags) { if(override f = this->get_override("leftup")) f(p, … in LeftUp() function in ButtonOptionWrap
29 void default_LeftUp(Point p, dword keyflags) { C::LeftUp(p, keyflags); } in default_LeftUp()
51 .def("leftup", &ButtonOption::LeftUp, &ButtonOptionWrap::default_LeftUp) in export_ButtonOption()
H A DSwitch.cpp28 …virtual void LeftUp(Point p, dword keyflags) { if(override f = this->get_override("leftup")) f(p, … in LeftUp() function in SwitchWrap
29 void default_LeftUp(Point p, dword keyflags) { C::LeftUp(p, keyflags); } in default_LeftUp()
65 .def("leftup", &Switch::LeftUp, &SwitchWrap::default_LeftUp) in export_Switch()
H A DPusher.cpp48 …virtual void LeftUp(Point p, dword keyflags) { if(override f = this->get_override("leftup")) f(p, … in LeftUp() function in PusherWrap
49 void default_LeftUp(Point p, dword keyflags) { C::LeftUp(p, keyflags); } in default_LeftUp()
99 .def("leftup", &Pusher::LeftUp, &PusherWrap::default_LeftUp) in export_Pusher()
H A DEditField.cpp37 …virtual void LeftUp(Point p, dword keyflags) { if(override f = this->get_override("leftup")) f(p, … in LeftUp() function in EditFieldWrap
38 void default_LeftUp(Point p, dword keyflags) { C::LeftUp(p, keyflags); } in default_LeftUp()
88 .def("leftup", &EditField::LeftUp, &EditFieldWrap::default_LeftUp) in export_EditField()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/hotdraw/utilities/
H A DhdMouseEvent.cpp86 bool hdMouseEvent::LeftUp() in LeftUp() function in hdMouseEvent
88 return mouseEvent.LeftUp(); in LeftUp()
/dports/comms/qt5-sensors/kde-qtsensors-5.15.2p2/src/plugins/sensors/sensorfw/
H A Dsensorfworientationsensor.cpp94 case PoseData::LeftUp: return QOrientationReading::LeftUp; in getOrientation()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DTrayIconX11.cpp135 void TrayIcon::LeftUp() in LeftUp() function in Upp::TrayIcon
140 void TrayIcon::LeftUp(Point p, dword keyflags) in LeftUp() function in Upp::TrayIcon
142 LeftUp(); in LeftUp()
H A DTrayIconGtk.cpp48 q->LeftUp(); in DoButtonRelease()
124 void TrayIcon::LeftUp() in LeftUp() function in Upp::TrayIcon
H A DPopupTable.cpp37 void PopUpTable::LeftUp(Point p, dword keyflags) { in LeftUp() function in Upp::PopUpTable
38 ArrayCtrl::LeftUp(p, keyflags); in LeftUp()
H A DTrayIconWin32.cpp138 void TrayIcon::LeftUp() in LeftUp() function in Upp::TrayIcon
185 LeftUp(); in WindowProc()
H A DSplitter.h7 virtual void LeftUp(Point p, dword keyflags);
92 virtual void LeftUp(Point p, dword keyflags);
/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/atlas/AtlasUI/ScenarioEditor/Tools/
H A DTransformPath.cpp93 else if (evt.LeftUp()) in OnMouse()
138 if (evt.LeftUp()) in OnMouse()
/dports/devel/upp/upp/uppsrc/Docking/
H A DDockTabBar.h28 virtual void LeftUp(Point p, dword keyflags) { TabBar::LeftUp(p, keyflags &= ~K_SHIFT); } in LeftUp() function
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A Dsvgctrl.cpp174 wxSVGPoint LeftUp = wxSVGPoint(bbox.GetX(), bbox.GetY()); in MoveElement() local
176 new_matrix = new_matrix.Translate(Xposition - LeftUp.GetX(), Yposition - LeftUp.GetY()); in MoveElement()
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A Dsvgctrl.cpp174 wxSVGPoint LeftUp = wxSVGPoint(bbox.GetX(), bbox.GetY()); in MoveElement() local
176 new_matrix = new_matrix.Translate(Xposition - LeftUp.GetX(), Yposition - LeftUp.GetY()); in MoveElement()
/dports/devel/upp/upp/reference/Framebuffer/
H A DDnD.cpp31 virtual void LeftUp(Point, dword);
93 void DnDLoop::LeftUp(Point, dword) in LeftUp() function in DnDLoop
/dports/devel/upp/upp/uppsrc/VirtualGui/
H A DDnD.cpp31 virtual void LeftUp(Point, dword);
93 void DnDLoop::LeftUp(Point, dword) in LeftUp() function in DnDLoop
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp156 else if (event.LeftUp() && m_draggedShape && m_dragState == ContinueDraggingLeft) in OnMouseEvent()
211 else if (event.LeftUp() && !m_draggedShape && m_dragState == ContinueDraggingLeft) in OnMouseEvent()
261 else if (event.LeftUp()) in OnMouseEvent()
304 else if (event.LeftUp()) in OnMouseEvent()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp156 else if (event.LeftUp() && m_draggedShape && m_dragState == ContinueDraggingLeft) in OnMouseEvent()
211 else if (event.LeftUp() && !m_draggedShape && m_dragState == ContinueDraggingLeft) in OnMouseEvent()
261 else if (event.LeftUp()) in OnMouseEvent()
304 else if (event.LeftUp()) in OnMouseEvent()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp156 else if (event.LeftUp() && m_draggedShape && m_dragState == ContinueDraggingLeft) in OnMouseEvent()
211 else if (event.LeftUp() && !m_draggedShape && m_dragState == ContinueDraggingLeft) in OnMouseEvent()
261 else if (event.LeftUp()) in OnMouseEvent()
304 else if (event.LeftUp()) in OnMouseEvent()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp156 else if (event.LeftUp() && m_draggedShape && m_dragState == ContinueDraggingLeft) in OnMouseEvent()
211 else if (event.LeftUp() && !m_draggedShape && m_dragState == ContinueDraggingLeft) in OnMouseEvent()
261 else if (event.LeftUp()) in OnMouseEvent()
304 else if (event.LeftUp()) in OnMouseEvent()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/Gizmos/
H A DGLGizmos.hpp10 LeftUp, enumerator
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/hotdraw/utilities/
H A DhdMouseEvent.h33 bool LeftUp();
/dports/devel/upp/upp/bazaar/UltimatePlayer/
H A DProgressButton.h22 virtual void LeftUp(Point p, dword keyflags);
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ogl/
H A Dcanvas.cpp186 else if (event.LeftUp() && m_draggedShape && m_dragState == ContinueDraggingLeft) in OnMouseEvent()
245 else if (event.LeftUp() && !m_draggedShape && m_dragState == ContinueDraggingLeft) in OnMouseEvent()
297 else if (event.LeftUp()) in OnMouseEvent()
340 else if (event.LeftUp()) in OnMouseEvent()

12345678910>>...19