Audacity 3.2.0
|
Makes temporary drawing context changes that you back out of, RAII style. More...
#include <OverlayPanel.h>
Public Member Functions | |
ADCChanger () | |
ADCChanger (wxDC *pDC) | |
Private Types | |
using | Base = std::unique_ptr< wxDC, ::DCUnchanger > |
Makes temporary drawing context changes that you back out of, RAII style.
Definition at line 71 of file OverlayPanel.h.
|
private |
Definition at line 73 of file OverlayPanel.h.
|
inline |
Definition at line 75 of file OverlayPanel.h.
ADCChanger::ADCChanger | ( | wxDC * | pDC | ) |
Definition at line 151 of file OverlayPanel.cpp.