Method Summary |
|
__init__(self,
prev,
shape)
|
|
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)
|