Audacity 3.2.0
|
Works with FrequencyPlotDialog to display a spectrum plot of the waveform. This class actually does the graph display. More...
#include <FreqWindow.h>
Public Member Functions | |
FreqPlot (wxWindow *parent, wxWindowID winid) | |
bool | AcceptsFocus () const |
Private Member Functions | |
void | OnPaint (wxPaintEvent &event) |
void | OnErase (wxEraseEvent &event) |
void | OnMouseEvent (wxMouseEvent &event) |
Private Attributes | |
FrequencyPlotDialog * | freqWindow |
Works with FrequencyPlotDialog to display a spectrum plot of the waveform. This class actually does the graph display.
Has a feature that finds peaks and reports their value as you move the mouse around.
Definition at line 35 of file FreqWindow.h.
FreqPlot::FreqPlot | ( | wxWindow * | parent, |
wxWindowID | winid | ||
) |
Definition at line 1113 of file FreqWindow.cpp.
bool FreqPlot::AcceptsFocus | ( | ) | const |
Definition at line 1119 of file FreqWindow.cpp.
|
private |
Definition at line 1124 of file FreqWindow.cpp.
|
private |
Definition at line 1134 of file FreqWindow.cpp.
References freqWindow, and FrequencyPlotDialog::PlotMouseEvent().
|
private |
Definition at line 1129 of file FreqWindow.cpp.
References freqWindow, and FrequencyPlotDialog::PlotPaint().
|
private |
Definition at line 49 of file FreqWindow.h.
Referenced by OnMouseEvent(), and OnPaint().