Searched refs:OnBeginDragLeft (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.h29 void OnBeginDragLeft(double x, double y, int keys=0, int attachment = 0);
65 void OnBeginDragLeft(double x, double y, int keys=0, int attachment = 0);
H A Dcanvas.h47 virtual void OnBeginDragLeft(double x, double y, int keys=0);
H A Dbasicp.h56 void OnBeginDragLeft(double x, double y, int keys=0, int attachment = 0);
98 void OnBeginDragLeft(double x, double y, int keys=0, int attachment = 0);
H A Dcomposit.h37 void OnBeginDragLeft(double x, double y, int keys, int attachment = 0);
134 void OnBeginDragLeft(double x, double y, int keys, int attachment = 0);
H A Dlines.h165 void OnBeginDragLeft(double x, double y, int keys=0, int attachment = 0);
H A Dbasic.h161 virtual void OnBeginDragLeft(double x, double y, int keys=0, int attachment = 0);
241 virtual void OnBeginDragLeft(double x, double y, int keys=0, int attachment = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dview.h37 virtual void OnBeginDragLeft(double x, double y, int keys=0);
H A Dview.cpp300 void MyCanvas::OnBeginDragLeft(double WXUNUSED(x), double WXUNUSED(y), int WXUNUSED(keys)) function in class:MyCanvas
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp140 m_draggedShape->GetEventHandler()->OnBeginDragLeft((double)x, (double)y, keys, m_draggedAttachment);
144 OnBeginDragLeft((double)x, (double)y, keys);
201 OnBeginDragLeft((double)x, (double)y, keys);
479 void wxShapeCanvas::OnBeginDragLeft(double WXUNUSED(x), double WXUNUSED(y), int WXUNUSED(keys)) function in class:wxShapeCanvas
H A Dcomposit.cpp49 void OnBeginDragLeft(double x, double y, int keys=0, int attachment = 0);
173 void wxCompositeShape::OnBeginDragLeft(double x, double y, int WXUNUSED(keys), int WXUNUSED(attachment)) function in class:wxCompositeShape
198 // wxShape::OnBeginDragLeft(x, y, keys, attachment);
899 void wxDivisionShape::OnBeginDragLeft(double x, double y, int keys, int attachment) function in class:wxDivisionShape
908 m_parent->GetEventHandler()->OnBeginDragLeft(x, y, keys, attachment);
913 wxShape::OnBeginDragLeft(x, y, keys, attachment);
1400 void wxDivisionControlPoint::OnBeginDragLeft(double x, double y, int keys, int attachment) function in class:wxDivisionControlPoint
1408 wxControlPoint::OnBeginDragLeft(x, y, keys, attachment);
H A Ddivided.cpp42 void OnBeginDragLeft(double x, double y, int keys=0, int attachment = 0);
596 void wxDividedShapeControlPoint::OnBeginDragLeft(double WXUNUSED(x), double y, int WXUNUSED(keys), int WXUNUSED(attachment)) function in class:wxDividedShapeControlPoint
H A Dlines.cpp1240 void wxLineShape::OnBeginDragLeft(double WXUNUSED(x), double WXUNUSED(y), int WXUNUSED(keys), int WXUNUSED(attachment)) function in class:wxLineShape
1710 void wxLineControlPoint::OnBeginDragLeft(double x, double y, int keys, int attachment) function in class:wxLineControlPoint
2444 void wxLabelShape::OnBeginDragLeft(double x, double y, int keys, int attachment) function in class:wxLabelShape
2446 wxRectangleShape::OnBeginDragLeft(x, y, keys, attachment);
H A Dbasic2.cpp1262 void wxControlPoint::OnBeginDragLeft(double x, double y, int keys, int attachment) function in class:wxControlPoint
1611 void wxPolygonControlPoint::OnBeginDragLeft(double x, double y, int keys, int attachment) function in class:wxPolygonControlPoint
H A Dbasic.cpp186 void wxShapeEvtHandler::OnBeginDragLeft(double x, double y, int keys, int attachment) function in class:wxShapeEvtHandler
189 m_previousHandler->OnBeginDragLeft(x, y, keys, attachment);
1326 void wxShape::OnBeginDragLeft(double x, double y, int keys, int attachment) function in class:wxShape
1335 m_parent->GetEventHandler()->OnBeginDragLeft(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.h38 virtual void OnBeginDragLeft(double x, double y, int keys=0);
H A Dshapes.h234 void OnBeginDragLeft(double x, double y, int keys = 0, int attachment = 0);
H A Dshapes.cpp310 void csEvtHandler::OnBeginDragLeft(double x, double y, int keys, int attachment) function in class:csEvtHandler
319 GetShape()->GetParent()->GetEventHandler()->OnBeginDragLeft(x, y, keys, attachment);
H A Dview.cpp971 void csCanvas::OnBeginDragLeft(double x, double y, int WXUNUSED(keys)) function in class:csCanvas

Completed in 134 milliseconds