| alphablend_painter | Makes a color of another another painter transparent |
| background_wnd | Background_wnd is a pluggable class which manages the drawing of the background |
| background_wnd_by_key | Background_wnd_by_key is an extension of background_wnd which allows access to the painters with keys |
| background_wnd_exception | Base of all exceptions of background_wnd and the related classes |
| cell_proxy | Cell_proxy offers access to a cell |
| cell_range | Represents a range of cells |
| color_painter | Painter for background_wnd which draws a rectangle |
| COORDS | Represents the coordinates of a cell |
| general_exception | This class allows different exceptions for a class |
| general_exception_of_type | Base of all exceptions of a specific type |
| gradient_painter | Painter for background_wnd. Draws a gradient |
| ipicture | Implements COM's IPicture-Interface to load images (gif, jpeg, bmp) |
| ipicture_painter | Painter for background_wnd. Draws an ipicture (could be bmp, gif, jpg, ...) |
| layout_painter | Painter which draws other painters in a table |
| memory_dc | Memory DC for background_wnd |
| null_painter | Draws nothing. In some cases you may need a painter as a placeholder - for example if you want a specific key to be added to background_wnd_by_key so that this key can't be used later without first deleting it with delete_painter() |
| painter_base | Painter_base is the base class of all painters for background_wnd |
| painter_holder | Holds a painter |
| res_info | Stores information needed for resource_painter and tile_resource_painter to load the resource (for further information view LoadImage() in your MSDN) |
| resource_painter | Painter for background_wnd. Draws a resource (bitmap of a module) |
| stretch_painter | Stretches another painter |
| table | Table is a class which represents a two-dimensional matrix |
| text_painter | Painter for background_wnd. Draws a text which fits vertically in the drawing rect |
| text_painter::font_info | Stores information needed for text_painter to draw the text |
| tile_ipicture_painter | Painter for background_wnd. Draws an ipicture (could be bmp, gif, jpg, ...) tiled |
| tile_resource_painter | Painter for background_wnd. Draws a resource (bitmap of a module) tiled |
| transparent_painter | Makes a color of another another painter transparent |
|
by Steven Weiss. You can contact me at steven11@gmx.de. |