Searched refs:OnDragLeft (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dlinesp.h28 void OnDragLeft(bool draw, double x, double y, int keys=0, int attachment = 0);
64 void OnDragLeft(bool draw, double x, double y, int keys=0, int attachment = 0);
H A Dcanvas.h46 virtual void OnDragLeft(bool draw, double x, double y, int keys=0); // Erase if draw false
H A Dbasicp.h55 void OnDragLeft(bool draw, double x, double y, int keys=0, int attachment = 0);
97 void OnDragLeft(bool draw, double x, double y, int keys=0, int attachment = 0);
H A Dcomposit.h36 void OnDragLeft(bool draw, double x, double y, int keys, int attachment = 0);
133 void OnDragLeft(bool draw, double x, double y, int keys, int attachment = 0);
H A Dlines.h164 void OnDragLeft(bool draw, double x, double y, int keys=0, int attachment = 0);
H A Dbasic.h160 virtual void OnDragLeft(bool draw, double x, double y, int keys=0, int attachment = 0); // Erase if draw false
240 virtual void OnDragLeft(bool draw, double x, double y, int keys=0, int attachment = 0); // Erase if draw false
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dview.h36 virtual void OnDragLeft(bool draw, double x, double y, int keys=0); // Erase if draw false
H A Dview.cpp296 void MyCanvas::OnDragLeft(bool WXUNUSED(draw), double WXUNUSED(x), double WXUNUSED(y), int WXUNUSED(keys))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp152 m_draggedShape->GetEventHandler()->OnDragLeft(false, m_oldDragX, m_oldDragY, keys, m_draggedAttachment);
153 m_draggedShape->GetEventHandler()->OnDragLeft(true, (double)x, (double)y, keys, m_draggedAttachment);
161 m_draggedShape->GetEventHandler()->OnDragLeft(false, m_oldDragX, m_oldDragY, keys, m_draggedAttachment);
207 OnDragLeft(false, m_oldDragX, m_oldDragY, keys);
208 OnDragLeft(true, (double)x, (double)y, keys);
216 OnDragLeft(false, m_oldDragX, m_oldDragY, keys);
475 void wxShapeCanvas::OnDragLeft(bool WXUNUSED(draw), double WXUNUSED(x), double WXUNUSED(y), int WXUNUSED(keys))
H A Dcomposit.cpp48 void OnDragLeft(bool draw, double x, double y, int keys=0, int attachment = 0);
153 void wxCompositeShape::OnDragLeft(bool WXUNUSED(draw), double x, double y, int WXUNUSED(keys), int WXUNUSED(attachment))
170 // wxShape::OnDragLeft(draw, x, y, keys, attachment);
883 void wxDivisionShape::OnDragLeft(bool draw, double x, double y, int keys, int attachment) function in class:wxDivisionShape
892 m_parent->GetEventHandler()->OnDragLeft(draw, x, y, keys, attachment);
896 wxShape::OnDragLeft(draw, x, y, keys, attachment);
1395 void wxDivisionControlPoint::OnDragLeft(bool draw, double x, double y, int keys, int attachment) function in class:wxDivisionControlPoint
1397 wxControlPoint::OnDragLeft(draw, x, y, keys, attachment);
H A Ddivided.cpp41 void OnDragLeft(bool draw, double x, double y, int keys=0, int attachment = 0);
578 void wxDividedShapeControlPoint::OnDragLeft(bool WXUNUSED(draw), double WXUNUSED(x), double y, int WXUNUSED(keys), int WXUNUSED(attachment))
H A Dlines.cpp1236 void wxLineShape::OnDragLeft(bool WXUNUSED(draw), double WXUNUSED(x), double WXUNUSED(y), int WXUNUSED(keys), int WXUNUSED(attachment))
1705 void wxLineControlPoint::OnDragLeft(bool draw, double x, double y, int keys, int attachment) function in class:wxLineControlPoint
2439 void wxLabelShape::OnDragLeft(bool draw, double x, double y, int keys, int attachment) function in class:wxLabelShape
2441 wxRectangleShape::OnDragLeft(draw, x, y, keys, attachment);
H A Dbasic2.cpp1257 void wxControlPoint::OnDragLeft(bool draw, double x, double y, int keys, int attachment) function in class:wxControlPoint
1606 void wxPolygonControlPoint::OnDragLeft(bool draw, double x, double y, int keys, int attachment) function in class:wxPolygonControlPoint
H A Dbasic.cpp180 void wxShapeEvtHandler::OnDragLeft(bool draw, double x, double y, int keys, int attachment) function in class:wxShapeEvtHandler
183 m_previousHandler->OnDragLeft(draw, x, y, keys, attachment);
1292 void wxShape::OnDragLeft(bool draw, double x, double y, int keys, int attachment) function in class:wxShape
1301 m_parent->GetEventHandler()->OnDragLeft(draw, x, y, keys, attachment);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dview.h37 virtual void OnDragLeft(bool draw, double x, double y, int keys=0); // Erase if draw false
H A Dshapes.h233 void OnDragLeft(bool draw, double x, double y, int keys = 0, int attachment = 0);
H A Dshapes.cpp259 void csEvtHandler::OnDragLeft(bool draw, double x, double y, int keys, int attachment) function in class:csEvtHandler
268 GetShape()->GetParent()->GetEventHandler()->OnDragLeft(draw, x, y, keys, attachment);
H A Dview.cpp962 void csCanvas::OnDragLeft(bool WXUNUSED(draw), double x, double y, int WXUNUSED(keys))

Completed in 279 milliseconds