#include </home/zeitlin/src/wx/github/interface/wx/dc.h>
wxDCBrushChanger is a small helper class for setting a brush on a wxDC and unsetting it automatically in the destructor, restoring the previous one.
Public Member Functions | |
wxDCBrushChanger (wxDC &dc, const wxBrush &brush) | |
Sets brush on the given dc, storing the old one. | |
~wxDCBrushChanger () | |
Restores the brush originally selected in the DC passed to the ctor. |
Sets brush on the given dc, storing the old one.
dc | The DC where the brush must be temporary set. |
brush | The brush to set. |
wxDCBrushChanger::~wxDCBrushChanger | ( | ) |
Restores the brush originally selected in the DC passed to the ctor.