Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

background_wnd Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
alphablend_painterMakes a color of another another painter transparent
background_wndBackground_wnd is a pluggable class which manages the drawing of the background
background_wnd_by_keyBackground_wnd_by_key is an extension of background_wnd which allows access to the painters with keys
background_wnd_exceptionBase of all exceptions of background_wnd and the related classes
cell_proxyCell_proxy offers access to a cell
cell_rangeRepresents a range of cells
color_painterPainter for background_wnd which draws a rectangle
COORDSRepresents the coordinates of a cell
general_exceptionThis class allows different exceptions for a class
general_exception_of_typeBase of all exceptions of a specific type
gradient_painterPainter for background_wnd. Draws a gradient
ipictureImplements COM's IPicture-Interface to load images (gif, jpeg, bmp)
ipicture_painterPainter for background_wnd. Draws an ipicture (could be bmp, gif, jpg, ...)
layout_painterPainter which draws other painters in a table
memory_dcMemory DC for background_wnd
null_painterDraws 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_basePainter_base is the base class of all painters for background_wnd
painter_holderHolds a painter
res_infoStores information needed for resource_painter and tile_resource_painter to load the resource (for further information view LoadImage() in your MSDN)
resource_painterPainter for background_wnd. Draws a resource (bitmap of a module)
stretch_painterStretches another painter
tableTable is a class which represents a two-dimensional matrix
text_painterPainter for background_wnd. Draws a text which fits vertically in the drawing rect
text_painter::font_infoStores information needed for text_painter to draw the text
tile_ipicture_painterPainter for background_wnd. Draws an ipicture (could be bmp, gif, jpg, ...) tiled
tile_resource_painterPainter for background_wnd. Draws a resource (bitmap of a module) tiled
transparent_painterMakes a color of another another painter transparent



by Steven Weiss. You can contact me at steven11@gmx.de.