![]() |
Audacity 3.2.0
|
#include <NyqBench.h>
Public Member Functions | |
| NyqRedirector (NyqTextCtrl *text) | |
| virtual | ~NyqRedirector () |
| int | overflow (int c) |
Private Member Functions | |
| void | AppendText () |
Private Attributes | |
| std::string | s |
| std::streambuf * | mOld |
| NyqTextCtrl * | mText |
Definition at line 79 of file NyqBench.h.
| NyqRedirector::NyqRedirector | ( | NyqTextCtrl * | text | ) |
|
virtual |
Definition at line 511 of file NyqBench.cpp.
References AppendText(), mOld, and s.
|
private |
Definition at line 530 of file NyqBench.cpp.
Referenced by overflow(), and ~NyqRedirector().
| int NyqRedirector::overflow | ( | int | c | ) |
Definition at line 520 of file NyqBench.cpp.
References AppendText(), and s.
|
private |
Definition at line 91 of file NyqBench.h.
Referenced by NyqRedirector(), and ~NyqRedirector().
|
private |
Definition at line 92 of file NyqBench.h.
Referenced by AppendText().
|
private |
Definition at line 90 of file NyqBench.h.
Referenced by AppendText(), overflow(), and ~NyqRedirector().