A frame for setting display options. More...
#include <ScatterFrame.h>
Public Member Functions | |
QwtPlotSeriesItem * | getChart () |
Returns a pointer to the chart being configured. More... | |
virtual te::qt::widgets::ChartDisplay * | getDisplay () |
Returns a pointer to the display being configured. More... | |
ScatterFrame (QWidget *parent=0) | |
Constructor. More... | |
void | setChart (QwtPlotSeriesItem *newChart) |
It sets the chart being configured. More... | |
virtual void | setDisplay (te::qt::widgets::ChartDisplay *newDisplay) |
It sets the ChartDisplay being configured. More... | |
~ScatterFrame () | |
Destructor. More... | |
Public Attributes | |
ChartDisplay * | m_display |
The display that will be configured by this widget. More... | |
std::string | m_label |
The chart's Label. More... | |
Private Attributes | |
ScatterChart * | m_chart |
The chart that will be editted by this widget;. More... | |
ScatterStyleWidget * | m_styleWidget |
The widget used to configure the histogram's style. More... | |
std::auto_ptr< Ui::ScatterFrameWidgetForm > | m_ui |
The widget form. More... | |
A frame for setting display options.
Definition at line 54 of file ScatterFrame.h.
te::qt::widgets::ScatterFrame::ScatterFrame | ( | QWidget * | parent = 0 | ) |
Constructor.
parent | this widget's parent |
Definition at line 33 of file ScatterFrame.cpp.
References te::qt::widgets::ChartWidget::m_label, m_styleWidget, and m_ui.
te::qt::widgets::ScatterFrame::~ScatterFrame | ( | ) |
Destructor.
Definition at line 44 of file ScatterFrame.cpp.
|
virtual |
Returns a pointer to the chart being configured.
Reimplemented from te::qt::widgets::ChartWidget.
Definition at line 49 of file ScatterFrame.cpp.
|
virtualinherited |
Returns a pointer to the display being configured.
Reimplemented in te::qt::widgets::ChartStyleFrame.
Definition at line 47 of file ChartWidget.cpp.
|
virtual |
It sets the chart being configured.
newChart | The new QwtPlotSeriesItem. |
Reimplemented from te::qt::widgets::ChartWidget.
Definition at line 55 of file ScatterFrame.cpp.
|
virtualinherited |
It sets the ChartDisplay being configured.
newDisplay | The new ChartDisplay. |
Reimplemented in te::qt::widgets::ChartStyleFrame.
Definition at line 58 of file ChartWidget.cpp.
Referenced by te::qt::widgets::ChartProperties::ChartProperties().
|
private |
The chart that will be editted by this widget;.
Definition at line 91 of file ScatterFrame.h.
|
inherited |
The display that will be configured by this widget.
Definition at line 102 of file ChartWidget.h.
|
inherited |
The chart's Label.
Definition at line 100 of file ChartWidget.h.
Referenced by te::qt::widgets::ChartStyleFrame::ChartStyleFrame(), te::qt::widgets::HistogramFrame::HistogramFrame(), and ScatterFrame().
|
private |
The widget used to configure the histogram's style.
Definition at line 92 of file ScatterFrame.h.
Referenced by ScatterFrame().
|
private |