class MHuiBrushGuide |
MHuiBrushGuide is an interface that brushes use to get information about the shape on which they are being applied.
Public Member Functions | |
---|---|
TReal32 | BrushOpacity() |
THuiRealRect | BrushRect() |
CHuiSkin & | BrushSkin() |
TReal32 | BrushOpacity | ( | ) | const [pure virtual] |
Determines the general opacity of the brush.
THuiRealRect | BrushRect | ( | ) | const [pure virtual] |
Determines the rectangle into which the brush is being drawn. Uses display coordinates, with (0, 0) being in the upper left corner of the display.
CHuiSkin & | BrushSkin | ( | ) | const [pure virtual] |
Returns the skin that the brush should use for getting resources.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.