This is the interface that MVCTree expects from painters. All painters should
be Painter subclasses.
Method Summary |
|
__init__(self,
tree)
|
|
ClearBuffer(self)
|
|
GetBackgroundBrush(self)
|
|
GetBackgroundColour(self)
|
|
GetBackgroundPen(self)
|
|
GetBuffer(self)
|
|
GetFont(self)
|
|
GetForegroundBrush(self)
|
|
GetForegroundColour(self)
|
|
GetForegroundPen(self)
|
|
GetLineBrush(self)
|
|
GetLineColour(self)
|
|
GetLinePen(self)
|
|
GetTextBrush(self)
|
|
GetTextColour(self)
|
|
GetTextPen(self)
|
|
OnMouse(self,
evt)
|
|
Paint(self,
dc,
node,
doubleBuffered,
paintBackground)
|
|
SetBackgroundColour(self,
color)
|
|
SetFont(self,
font)
|
|
SetForegroundColour(self,
color)
|
|
SetLineColour(self,
color)
|
|
SetTextColour(self,
color)
|