#include <ccomponent.h>
Inheritance diagram for CColoredPanel:


Public Member Functions | |
| CColoredPanel (CRect &bounding_rect, CColor color) | |
| void | set_color (CColor color) |
| virtual void | do_draw (CSurface &surface, CRect &rect) |
Definition at line 249 of file ccomponent.h.
|
||||||||||||
|
Creates the CColoredPanel with the given bounding rectangle and color. Definition at line 255 of file ccomponent.h. References CComponent::set_bounding_rect(). |
Here is the call graph for this function:

|
||||||||||||
|
Draws the panel. (Implementation of CComponent's template method). Reimplemented from CComponent. Definition at line 266 of file ccomponent.h. References CSurface::fill_rect(), and CComponent::get_absolute_bounding_rect(). |
Here is the call graph for this function:

|
|
Sets the color of the panel. Definition at line 260 of file ccomponent.h. References CComponent::redraw(). |
Here is the call graph for this function:

1.3.3