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

null_painter Struct Reference

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(). More...

Inheritance diagram for null_painter:

painter_base List of all members.

Public Member Functions

null_painterclone () const
void draw (HDC hDC, int cx, int cy)
virtual bool is_opaque (int cx, int cy) const

Detailed Description

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().




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