Package wx :: Package lib :: Package ogl :: Class ShapeEvtHandler
[frames | no frames]

Type ShapeEvtHandler

object --+
         |
        ShapeEvtHandler

Known Subclasses:
Shape

Method Summary
  __init__(self, prev, shape)
  __del__(self)
  GetPreviousHandler(self)
  GetShape(self)
  OnBeginDragLeft(self, x, y, keys, attachment)
  OnBeginDragRight(self, x, y, keys, attachment)
  OnBeginSize(self, w, h)
  OnChangeAttachment(self, attachment, line, ordering)
  OnDelete(self)
  OnDragLeft(self, draw, x, y, keys, attachment)
  OnDragRight(self, draw, x, y, keys, attachment)
  OnDraw(self, dc)
  OnDrawBranches(self, dc, erase)
  OnDrawContents(self, dc)
  OnDrawControlPoints(self, dc)
  OnDrawOutline(self, dc, x, y, w, h)
  OnEndDragLeft(self, x, y, keys, attachment)
  OnEndDragRight(self, x, y, keys, attachment)
  OnEndSize(self, w, h)
  OnErase(self, dc)
  OnEraseContents(self, dc)
  OnEraseControlPoints(self, dc)
  OnHighlight(self, dc)
  OnLeftClick(self, x, y, keys, attachment)
  OnLeftDoubleClick(self, x, y, keys, attachment)
  OnMoveLink(self, dc, moveControlPoints)
  OnMoveLinks(self, dc)
  OnMovePost(self, dc, x, y, old_x, old_y, display)
  OnMovePre(self, dc, x, y, old_x, old_y, display)
  OnRightClick(self, x, y, keys, attachment)
  OnSize(self, x, y)
  OnSizingBeginDragLeft(self, pt, x, y, keys, attachment)
  OnSizingDragLeft(self, pt, draw, x, y, keys, attachment)
  OnSizingEndDragLeft(self, pt, x, y, keys, attachment)
  SetPreviousHandler(self, handler)
  SetShape(self, sh)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
Return repr(x)...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:00:02 2007 http://epydoc.sf.net