#include <ChartStyleWidget.h>
Definition at line 56 of file ChartStyleWidget.h.
 
◆ ChartStyleWidget()
      
        
          | te::qt::widgets::ChartStyleWidget::ChartStyleWidget  | 
          ( | 
          QWidget *  | 
          parent = 0,  | 
        
        
           | 
           | 
          Qt::WindowFlags  | 
          f = 0,  | 
        
        
           | 
           | 
          QString  | 
          title = "",  | 
        
        
           | 
           | 
          QString  | 
          PropertyX = "",  | 
        
        
           | 
           | 
          QString  | 
          PropertyY = ""  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructor. 
It constructs a ChartStyleWidget.
- Parameters
 - 
  
    | parent | this widget's parent  | 
    | f | Window flags used to configure this widget  | 
    | title | The title to be configured, defaults to an empty title.  | 
    | PropertyX | The label of the x axis to be configured, defaults to an empty label.  | 
    | PropertyY | The label of the y axis to be configured, defaults to an empty label.  | 
  
   
 
 
◆ ~ChartStyleWidget()
      
        
          | te::qt::widgets::ChartStyleWidget::~ChartStyleWidget  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getStyle()
Returns a pointer to the ChartStyle being configured. 
- Returns
 - A ChartStyle type pointer to the style being configured 
 
- Note
 - The caller will take ownership of the returned pointer. 
 
 
 
◆ onColorChanged
  
  
      
        
          | void te::qt::widgets::ChartStyleWidget::onColorChanged  | 
          ( | 
          const QColor &  | 
          color | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onGridCheckBoxToggled
  
  
      
        
          | void te::qt::widgets::ChartStyleWidget::onGridCheckBoxToggled  | 
          ( | 
          int  | 
          state | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onLabelStylePushButtonClicked
  
  
      
        
          | void te::qt::widgets::ChartStyleWidget::onLabelStylePushButtonClicked  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onlabelXEditFinish
  
  
      
        
          | void te::qt::widgets::ChartStyleWidget::onlabelXEditFinish  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onlabelYEditFinish
  
  
      
        
          | void te::qt::widgets::ChartStyleWidget::onlabelYEditFinish  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onTitleLineEditFinish
  
  
      
        
          | void te::qt::widgets::ChartStyleWidget::onTitleLineEditFinish  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onTitleStylePushButtonClicked
  
  
      
        
          | void te::qt::widgets::ChartStyleWidget::onTitleStylePushButtonClicked  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ setStyle()
It sets the ChartStyle being configured. 
- Parameters
 - 
  
  
 
- Note
 - It will not take ownership of the given pointer 
 
 
 
◆ m_chartStyle
  
  
      
        
          | ChartStyle* te::qt::widgets::ChartStyleWidget::m_chartStyle | 
         
       
   | 
  
private   | 
  
 
The display's style that will be configured by this dialog. 
Definition at line 111 of file ChartStyleWidget.h.
 
 
◆ m_colorPicker
The color picker used to customise the color of several chart parameters. 
Definition at line 110 of file ChartStyleWidget.h.
 
 
◆ m_ui
  
  
      
        
          | std::unique_ptr<Ui::chartStyleWidgetForm> te::qt::widgets::ChartStyleWidget::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/ChartStyleWidget.h