XYPlotArea Class Reference
Widget class which adds a XYPlot together with buttons for manipulating plot.
More...
List of all members.
Detailed Description
Widget class which adds a XYPlot together with buttons for manipulating plot.
Constructor & Destructor Documentation
XYPlotArea::XYPlotArea |
( |
QWidget * |
parent, |
|
|
QString |
title, |
|
|
QString |
xAxisLabel = "" , |
|
|
QString |
yAxisLabel = "" | |
|
) |
| | |
Constructor that creates plot area with title and labels
- Parameters:
-
| parent | Parent Widget (parent window) |
| title | Title of plot |
| xAxisLabel | Label of x axis |
| yAxisLabel | Title of y axis |
Member Function Documentation
void XYPlotArea::on_menuActionSaveAsPng_triggered |
( |
|
) |
[private, slot] |
void XYPlotArea::on_menuActionSaveAsSvg_triggered |
( |
|
) |
[private, slot] |
void XYPlotArea::on_radioButtonLegendBottom_clicked |
( |
|
) |
[private, slot] |
Slot called when radioButtonLegendBottom is clicked, move legend to the bottom
void XYPlotArea::on_radioButtonLegendRight_clicked |
( |
|
) |
[private, slot] |
Slot called when radioButtonLegendRight is clicked, move legend to the right
void XYPlotArea::on_radioButtonXLin_clicked |
( |
|
) |
[private, slot] |
Slot called when radioButtonXLin is clicked, set scale engine to Lin for X Axis
void XYPlotArea::on_radioButtonXLog_clicked |
( |
|
) |
[private, slot] |
Slot called when radioButtonXLog is clicked, set scale engine to Log10 for X Axis
void XYPlotArea::on_radioButtonYLin_clicked |
( |
|
) |
[private, slot] |
Slot called when radioButtonYLin is clicked, set scale engine to Lin for Y Axis
void XYPlotArea::on_radioButtonYLog_clicked |
( |
|
) |
[private, slot] |
Slot called when radioButtonYLog is clicked, set scale engine to Log10 for Y Axis
void XYPlotArea::saveSettings |
( |
QString |
folderPathSave = "" |
) |
[private] |
Member Data Documentation