Audacity 3.2.0
|
Used to restore pen, brush and logical-op in a DC back to what they were. More...
#include <OverlayPanel.h>
Public Member Functions | |
DCUnchanger () | |
DCUnchanger (const wxBrush &brush_, const wxPen &pen_, long logicalOperation_) | |
void | operator() (wxDC *pDC) const |
Public Attributes | |
wxBrush | brush {} |
wxPen | pen {} |
long | logicalOperation {} |
Used to restore pen, brush and logical-op in a DC back to what they were.
Definition at line 54 of file OverlayPanel.h.
|
inline |
Definition at line 56 of file OverlayPanel.h.
|
inline |
Definition at line 58 of file OverlayPanel.h.
void DCUnchanger::operator() | ( | wxDC * | pDC | ) | const |
Definition at line 142 of file OverlayPanel.cpp.
References wxRasterOperationMode.
wxBrush DCUnchanger::brush {} |
Definition at line 64 of file OverlayPanel.h.
long DCUnchanger::logicalOperation {} |
Definition at line 66 of file OverlayPanel.h.
wxPen DCUnchanger::pen {} |
Definition at line 65 of file OverlayPanel.h.