.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.ogl.lines
.. highlight:: python
.. _wx.lib.ogl.lines.LabelShape:
==========================================================================================================================================
|phoenix_title| **wx.lib.ogl.lines.LabelShape**
==========================================================================================================================================
The label shape class.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
LabelShape:
|
|super_classes| Known Superclasses
==================================
:class:`wx.lib.ogl.basic.RectangleShape`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.ogl.lines.LabelShape.__init__` Default class constructor.
:meth:`~wx.lib.ogl.lines.LabelShape.OnBeginDragLeft` The begin drag left handler.
:meth:`~wx.lib.ogl.lines.LabelShape.OnDragLeft` The drag left handler.
:meth:`~wx.lib.ogl.lines.LabelShape.OnDraw` The draw handler.
:meth:`~wx.lib.ogl.lines.LabelShape.OnDrawContents` not implemented???
:meth:`~wx.lib.ogl.lines.LabelShape.OnEndDragLeft` The end drag left handler.
:meth:`~wx.lib.ogl.lines.LabelShape.OnLeftClick` The left click handler.
:meth:`~wx.lib.ogl.lines.LabelShape.OnMovePre` The move 'pre' handler.???
:meth:`~wx.lib.ogl.lines.LabelShape.OnRightClick` The right click handler.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: LabelShape(RectangleShape)
The label shape class.
.. method:: __init__(self, parent, region, w, h)
Default class constructor.
:param `parent`: the parent an instance of :class:`Line`
:param `region`: the shape region an instance of :class:`~lib.ogl.ShapeRegion`
:param `w`: width in points
:param `h`: height in points
.. method:: OnBeginDragLeft(self, x, y, keys = 0, attachment = 0)
The begin drag left handler.
.. method:: OnDragLeft(self, draw, x, y, keys = 0, attachment = 0)
The drag left handler.
.. method:: OnDraw(self, dc)
The draw handler.
.. method:: OnDrawContents(self, dc)
not implemented???
.. method:: OnEndDragLeft(self, x, y, keys = 0, attachment = 0)
The end drag left handler.
.. method:: OnLeftClick(self, x, y, keys = 0, attachment = 0)
The left click handler.
.. method:: OnMovePre(self, dc, x, y, old_x, old_y, display)
The move 'pre' handler.???
.. method:: OnRightClick(self, x, y, keys = 0, attachment = 0)
The right click handler.