#include <ChartStyleFrame.h>
Public Member Functions | |
| ChartStyleFrame (QWidget *parent=0) | |
| Constructor. More... | |
| virtual QwtPlotSeriesItem * | getChart () |
| Returns a pointer to the chart being configured. More... | |
| te::qt::widgets::ChartDisplay * | getDisplay () |
| Returns a pointer to the ChartDisplay being configured. More... | |
| virtual void | setChart (QwtPlotSeriesItem *newChart) |
| It sets the chart being configured. More... | |
| void | setDisplay (te::qt::widgets::ChartDisplay *newDisplay) |
| It sets the ChartDisplay being configured. More... | |
| ~ChartStyleFrame () | |
| Destructor. More... | |
Public Attributes | |
| QwtPlotSeriesItem * | m_chart |
| The chart that will be configured by this widget. More... | |
| std::string | m_label |
| The chart's Label. More... | |
Private Attributes | |
| ChartDisplay * | m_display |
| The display that will be configured by this widget. More... | |
| ChartStyleWidget * | m_styleWidget |
| The widget used to configure the display's style. More... | |
| std::unique_ptr< Ui::ChartStyleFrameWidgetForm > | m_ui |
| The Widget form. More... | |
Definition at line 51 of file ChartStyleFrame.h.
| te::qt::widgets::ChartStyleFrame::ChartStyleFrame | ( | QWidget * | parent = 0 | ) |
Constructor.
It constructs a chart display with the given title.
| parent | this widget's parent |
| te::qt::widgets::ChartStyleFrame::~ChartStyleFrame | ( | ) |
Destructor.
|
virtualinherited |
Returns a pointer to the chart being configured.
Reimplemented in te::qt::widgets::ScatterFrame, te::qt::widgets::TimeSeriesFrame, and te::qt::widgets::HistogramFrame.
|
virtual |
Returns a pointer to the ChartDisplay being configured.
Reimplemented from te::qt::widgets::ChartWidget.
|
virtualinherited |
It sets the chart being configured.
| newChart | The new QwtPlotSeriesItem. |
Reimplemented in te::qt::widgets::ScatterFrame, te::qt::widgets::TimeSeriesFrame, and te::qt::widgets::HistogramFrame.
|
virtual |
It sets the ChartDisplay being configured.
| newDisplay | The new ChartDisplay. |
Reimplemented from te::qt::widgets::ChartWidget.
|
inherited |
The chart that will be configured by this widget.
Definition at line 101 of file ChartWidget.h.
|
private |
The display that will be configured by this widget.
Definition at line 90 of file ChartStyleFrame.h.
|
inherited |
The chart's Label.
Definition at line 100 of file ChartWidget.h.
|
private |
The widget used to configure the display's style.
Definition at line 91 of file ChartStyleFrame.h.
|
private |
The Widget form.
Definition at line 89 of file ChartStyleFrame.h.