A frame for setting display options.  
 More...
#include <ScatterFrame.h>
A frame for setting display options. 
Definition at line 54 of file ScatterFrame.h.
 
◆ ScatterFrame()
      
        
          | te::qt::widgets::ScatterFrame::ScatterFrame  | 
          ( | 
          QWidget *  | 
          parent = 0 | ) | 
           | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | parent | this widget's parent  | 
  
   
 
 
◆ ~ScatterFrame()
      
        
          | te::qt::widgets::ScatterFrame::~ScatterFrame  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getChart()
  
  
      
        
          | QwtPlotSeriesItem * te::qt::widgets::ScatterFrame::getChart  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Returns a pointer to the chart being configured. 
- Returns
 - A QwtPlotSeriesItem type pointer to the chart being configured 
 
- Note
 - The caller will take ownership of the returned pointer. 
 
Reimplemented from te::qt::widgets::ChartWidget.
 
 
◆ getDisplay()
Returns a pointer to the display being configured. 
- Returns
 - A ChartDisplay type pointer to the display being configured 
 
- Note
 - The caller will take ownership of the returned pointer. 
 
Reimplemented in te::qt::widgets::ChartStyleFrame.
 
 
◆ setChart()
  
  
      
        
          | void te::qt::widgets::ScatterFrame::setChart  | 
          ( | 
          QwtPlotSeriesItem *  | 
          newChart | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
It sets the chart being configured. 
- Parameters
 - 
  
    | newChart | The new QwtPlotSeriesItem.  | 
  
   
- Note
 - It will not take ownership of the given pointer 
 
Reimplemented from te::qt::widgets::ChartWidget.
 
 
◆ setDisplay()
◆ m_chart
The chart that will be editted by this widget;. 
Definition at line 91 of file ScatterFrame.h.
 
 
◆ m_display
The display that will be configured by this widget. 
Definition at line 102 of file ChartWidget.h.
 
 
◆ m_label
  
  
      
        
          | std::string te::qt::widgets::ChartWidget::m_label | 
         
       
   | 
  
inherited   | 
  
 
 
◆ m_styleWidget
The widget used to configure the histogram's style. 
Definition at line 92 of file ScatterFrame.h.
 
 
◆ m_ui
  
  
      
        
          | std::unique_ptr<Ui::ScatterFrameWidgetForm> te::qt::widgets::ScatterFrame::m_ui | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/widgets/charts/ScatterFrame.h