27 #include "ui_ScatterFrameWidgetForm.h" 
   35     m_ui(new Ui::ScatterFrameWidgetForm)
 
   51   m_chart->setScatterStyle(m_styleWidget->getScatterStyle());
 
   59   QGridLayout* styleLayout = 
new QGridLayout(m_ui->m_scatterStyleFrame);
 
   60   styleLayout->addWidget(m_styleWidget);
 
A class to represent a scatter's chart. 
 
~ScatterFrame()
Destructor. 
 
A frame used to adjust a histogram's chart parameters, weather it is about it's data or it's visual s...
 
ScatterStyleWidget * m_styleWidget
The widget used to configure the histogram's style. 
 
void setChart(QwtPlotSeriesItem *newChart)
It sets the chart being configured. 
 
ScatterFrame(QWidget *parent=0)
Constructor. 
 
A base widget for settings. 
 
QwtPlotSeriesItem * getChart()
Returns a pointer to the chart being configured. 
 
std::string m_label
The chart's Label. 
 
A class to represent a scatter chart. 
 
std::auto_ptr< Ui::ScatterFrameWidgetForm > m_ui
The widget form. 
 
A widget used to adjust a scatter's style.