class MASKING_DLL_DECLSPEC ClearScreen

ClearScreen is a very simple widget whose sole purpose is to clear the canvas to a certain colour

Inheritance:

ClearScreen - Widget - Rect


Public Methods

[more]void SetColor(const Color& col)
Sets the colour that is to be used to clear the canvas
[more]Color& GetColor()
Gets the colour that is to be used to clear the canvas

Protected Fields

[more]Color col
The background colour

Protected Methods

[more]void MsgStart()
Resizes the widget to the parent's size when the dialog starts
[more]void MsgInitSkin()
Sets the default clear colour which is the background colour defined by the skin
[more]void Draw(Bitmap &canvas)
Clears the canvas with the selected colour


Documentation

ClearScreen is a very simple widget whose sole purpose is to clear the canvas to a certain colour
oColor col
The background colour

ovoid MsgStart()
Resizes the widget to the parent's size when the dialog starts

ovoid MsgInitSkin()
Sets the default clear colour which is the background colour defined by the skin

ovoid Draw(Bitmap &canvas)
Clears the canvas with the selected colour

ovoid SetColor(const Color& col)
Sets the colour that is to be used to clear the canvas

oColor& GetColor()
Gets the colour that is to be used to clear the canvas


This class has no child classes.

Alphabetic index Hierarchy of classes


Back to front page   |   page generated with DOC++