| Method Summary |
| PyDrawnShape |
__init__(self)
|
| |
__repr__(self)
|
| |
base_OnBeginDragLeft(self,
x,
y,
keys,
attachment)
|
| |
base_OnBeginDragRight(self,
x,
y,
keys,
attachment)
|
| |
base_OnBeginSize(self,
w,
h)
|
| |
base_OnDelete(self)
|
| |
base_OnDragLeft(self,
draw,
x,
y,
keys,
attachment)
|
| |
base_OnDragRight(self,
draw,
x,
y,
keys,
attachment)
|
| |
base_OnDraw(self,
dc)
|
| |
base_OnDrawBranches(self,
dc,
erase)
|
| |
base_OnDrawContents(self,
dc)
|
| |
base_OnDrawControlPoints(self,
dc)
|
| |
base_OnDrawOutline(self,
dc,
x,
y,
w,
h)
|
| |
base_OnEndDragLeft(self,
x,
y,
keys,
attachment)
|
| |
base_OnEndDragRight(self,
x,
y,
keys,
attachment)
|
| |
base_OnEndSize(self,
w,
h)
|
| |
base_OnErase(self,
dc)
|
| |
base_OnEraseContents(self,
dc)
|
| |
base_OnEraseControlPoints(self,
dc)
|
| |
base_OnHighlight(self,
dc)
|
| |
base_OnLeftClick(self,
x,
y,
keys,
attachment)
|
| |
base_OnLeftDoubleClick(self,
x,
y,
keys,
attachment)
|
| |
base_OnMoveLink(self,
dc,
moveControlPoints)
|
| |
base_OnMoveLinks(self,
dc)
|
| |
base_OnMovePost(self,
dc,
x,
y,
old_x,
old_y,
display)
|
| bool |
base_OnMovePre(self,
dc,
x,
y,
old_x,
old_y,
display)
|
| |
base_OnRightClick(self,
x,
y,
keys,
attachment)
|
| |
base_OnSize(self,
x,
y)
|
| |
base_OnSizingBeginDragLeft(self,
pt,
x,
y,
keys,
attachment)
|
| |
base_OnSizingDragLeft(self,
pt,
draw,
x,
y,
keys,
attachment)
|
| |
base_OnSizingEndDragLeft(self,
pt,
x,
y,
keys,
attachment)
|
| |
CalculateSize(self)
|
| |
DestroyClippingRect(self)
|
| |
DrawArc(self,
centrePoint,
startPoint,
endPoint)
|
| |
DrawAtAngle(self,
angle)
|
| |
DrawEllipticArc(self,
rect,
startAngle,
endAngle)
|
| |
DrawLine(self,
point1,
point2)
|
| |
DrawLines(self,
points,
points_array)
|
| |
DrawPoint(self,
point)
|
| |
DrawPolygon(self,
points,
points_array,
flags)
|
| |
DrawRectangle(self,
rect)
|
| |
DrawRoundedRectangle(self,
rect,
radius)
|
| |
DrawSpline(self,
points,
points_array)
|
| |
DrawText(self,
text,
point)
|
| int |
GetAngle(self)
|
| PseudoMetaFile |
GetMetaFile(self)
|
| double |
GetRotation(self)
|
| bool |
LoadFromMetaFile(self,
filename)
|
| |
Rotate(self,
x,
y,
theta)
|
| |
Scale(self,
sx,
sy)
|
| |
SetClippingRect(self,
rect)
|
| |
SetDrawnBackgroundColour(self,
colour)
|
| |
SetDrawnBackgroundMode(self,
mode)
|
| |
SetDrawnBrush(self,
pen,
isOutline)
|
| |
SetDrawnFont(self,
font)
|
| |
SetDrawnPen(self,
pen,
isOutline)
|
| |
SetDrawnTextColour(self,
colour)
|
| |
SetSaveToFile(self,
save)
|
| |
Translate(self,
x,
y)
|