wx.lib.ogl.divided.DividedShapeControlPoint¶
The class:DividedShapeControlPoint class.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Default class constructor. |
|
The begin drag left handler. |
|
The drag left handler. |
|
The end drag left handler. |
Class API¶
- class DividedShapeControlPoint(ControlPoint)¶
The class:
DividedShapeControlPointclass.
Methods¶
- __init__(self, the_canvas, object, region, size, the_m_xoffset, the_m_yoffset, the_type)¶
Default class constructor.
- Parameters:
theCanvas – a
Canvasobject – not used ???
region – an instance of
ShapeRegionsize (float) – the size
the_m_xoffset (float) – the the_m_xoffset position ???
the_m_yoffset (float) – the the_m_yoffset position ???
the_type (int) – one of the following types
Control point type
Description
CONTROL_POINT_VERTICALVertical
CONTROL_POINT_HORIZONTALHorizontal
CONTROL_POINT_DIAGONALDiagonal
- OnBeginDragLeft(self, x, y, keys=0, attachment=0)¶
The begin drag left handler.
- OnDragLeft(self, draw, x, y, keys=0, attachment=0)¶
The drag left handler.
- OnEndDragLeft(self, x, y, keys=0, attachment=0)¶
The end drag left handler.