QtFundFreqPlot: allows the viewing of the fundamental frequency. |
| #include "QtFundFreqPlot.hxx" |
Related Functions |
|
Public Inherited Methods |
|
|
|
Function Documentation |
| QtFundFreqPlot::QtFundFreqPlot(QWidget* parent) |
Constructs a QtFundFreqPlot which is a child of parent (the parameter). The parent is a QWidget object, by default the plot has not parent. |
| QtFundFreqPlot::~QtFundFreqPlot() |
| Destroys the plot |
| void QtFundFreqPlot::Geometry(int x,int y,int w,int h) |
Assigns the positions and dimensions of the plot. |
| void QtFundFreqPlot::Hide() |
Hides the plot. |
| void QtFundFreqPlot::Label(const std::string& label) |
Assigns a title label for the plot. |
| void QtFundFreqPlot::SetBackgroundColor(Color c) |
Assigns the background color. See VMColor. |
| void QtFundFreqPlot::SetData(const Segment & segment) |
Assigns the data for viewing. segment : segment with the information relative to F0. |
| void QtFundFreqPlot::SetDialColor(Color c) |
Assigns a color for the dial (vertical selection line). See VMColor. |
| void QtFundFreqPlot::SetForegroundColor(Color c) |
Assigns a color for the audio data. See VMColor. |
| void QtFundFreqPlot::SetRegionColor(Color c) |
Assigns a color for the selected region. See VMColor. |
| void QtFundFreqPlot::SwitchDisplayColors(bool b) |
Allows to have a control for changing the display colors. There are two modes: black or white background. If b is true the color change feature is available and not if false. |
| void QtFundFreqPlot::Show() |
|
Shows the plot. |