Audacity 3.2.0
|
Empty the clipboard at start of scope; restore its contents after. More...
#include <Clipboard.h>
Public Member Functions | |
Scope () | |
~Scope () | |
Private Attributes | |
Clipboard | mTempClipboard |
Empty the clipboard at start of scope; restore its contents after.
Definition at line 70 of file Clipboard.h.
Clipboard::Scope::Scope | ( | ) |
Definition at line 70 of file Clipboard.cpp.
References Clipboard::Get(), mTempClipboard, and Clipboard::Swap().
Clipboard::Scope::~Scope | ( | ) |
Definition at line 75 of file Clipboard.cpp.
References Clipboard::Get(), and Clipboard::Swap().
|
private |
Definition at line 74 of file Clipboard.h.
Referenced by Scope().