class MASKING_DLL_DECLSPEC Panel

The basic panel widget.

Inheritance:

Panel - Widget - Rect


Public Methods

[more]void SetMasked(bool masked)
Enables or disables masked drawing.
[more]bool GetMasked()
Returns the masked drawing setting

Protected Methods

[more]void Draw(Bitmap &canvas)
Draws a panel by tiling its bitmap over the entire canvas
[more]void MsgInitSkin()
Initializes the panel with the selcted panel bitmap from the skin.


Documentation

The basic panel widget. This is an extremely simple widgets that just draws a panel. Good for vsiually separating groups of widgets. You can change the appearance of the panel with the SetBitmap() function to select different kinds of panels.
ovoid Draw(Bitmap &canvas)
Draws a panel by tiling its bitmap over the entire canvas

ovoid MsgInitSkin()
Initializes the panel with the selcted panel bitmap from the skin. The default for this panel is the "raised panel" bitmap.

ovoid SetMasked(bool masked)
Enables or disables masked drawing. If masked drawing is enabled, the panel is draw so that bright pink pixels are skipped otherwise it is drawn completely opaque. By default masked drawing is enabled.

obool GetMasked()
Returns the masked drawing setting


Direct child classes:
PanelSunken
PanelRidge
PanelRaised
PanelGroove
BoxShadow

Alphabetic index Hierarchy of classes


Back to front page   |   page generated with DOC++