Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package ogl :: Class ShapeEvtHandler |
|
object
--+
|
ShapeEvtHandler
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 | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
Return repr(x)... | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:00:02 2007 | http://epydoc.sf.net |