Table Of Contents

Previous topic

NullTransform

Next topic

Rect

This Page

phoenix_title Painter

This is the interface that MVCTree expects from painters. All painters should be Painter subclasses.


class_hierarchy Inheritance Diagram

Inheritance diagram for class Painter

Inheritance diagram of Painter


api Class API



class Painter

This is the interface that MVCTree expects from painters. All painters should be Painter subclasses.


Methods



__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=1, paintBackground=1)


SetBackgroundColour(self, color)


SetFont(self, font)


SetForegroundColour(self, color)


SetLineColour(self, color)


SetTextColour(self, color)