class MASKING_DLL_DECLSPEC ClearScreen
ClearScreen is a very simple widget whose sole purpose is to clear the canvas to a certain colour
Inheritance:
Public Methods
-
void SetColor(const Color& col)
- Sets the colour that is to be used to clear the canvas
-
Color& GetColor()
- Gets the colour that is to be used to clear the canvas
Protected Fields
-
Color col
- The background colour
Protected Methods
-
void MsgStart()
- Resizes the widget to the parent's size when the dialog starts
-
void MsgInitSkin()
- Sets the default clear colour which is the background colour defined by the skin
-
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
Color col
-
The background colour
void MsgStart()
-
Resizes the widget to the parent's size when the dialog starts
void MsgInitSkin()
-
Sets the default clear colour which is the background colour defined by the skin
void Draw(Bitmap &canvas)
-
Clears the canvas with the selected colour
void SetColor(const Color& col)
-
Sets the colour that is to be used to clear the canvas
Color& 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++