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

painter_base Struct Reference

painter_base is the base class of all painters for background_wnd . More...

Inheritance diagram for painter_base:

alphablend_painter color_painter gradient_painter layout_painter null_painter stretch_painter text_painter transparent_painter List of all members.

Public Member Functions

virtual bool is_opaque (int cx, int cy) const
virtual void draw (HDC hDC, int cx, int cy)=0
virtual painter_baseclone () const =0

Protected Member Functions

 painter_base (const painter_base &)
const painter_baseoperator= (const painter_base &)

Detailed Description

painter_base is the base class of all painters for background_wnd .

If you want to create a special painter for background_wnd take the following steps:




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