27 #include "ui_ScatterStyleWidgetForm.h" 
   30 #include "../../../se/Graphic.h" 
   40     m_ui(new Ui::ScatterStyleWidgetForm),
 
   41     m_scatterStyle(initial)
 
   54   delete m_scatterStyle;
 
   59   return m_scatterStyle->
clone();
 
   66     m_scatterStyle->setGraphic(graphic->clone());
 
ScatterStyleWidget(te::qt::widgets::ScatterStyle *initial=0, QWidget *parent=0, Qt::WindowFlags f=0)
Constructor. 
 
te::qt::widgets::ScatterStyle * getScatterStyle()
Returns a pointer to the ScatterStyle being configured. 
 
void onPlotStylePushButtonClicked()
 
ScatterStyle * clone()
Returns a pointer to a clone of this ScatterStyle. 
 
te::se::Graphic * getGraphic() const 
Gets the configured graphic element. 
 
std::auto_ptr< Ui::ScatterStyleWidgetForm > m_ui
The iwdget form. 
 
~ScatterStyleWidget()
Destructor. 
 
ScatterStyle * m_scatterStyle
The scatter's chart style that will be configured by this widget. 
 
A dialog used to build a graphic element.