#include <ScatterStyle.h>
Definition at line 49 of file ScatterStyle.h.
 
◆ ScatterStyle() [1/2]
      
        
          | te::qt::widgets::ScatterStyle::ScatterStyle  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ScatterStyle() [2/2]
Constructor. 
- Parameters
 - 
  
    | graphic | The scatter's point graphic.  | 
  
   
 
 
◆ ~ScatterStyle()
      
        
          | te::qt::widgets::ScatterStyle::~ScatterStyle  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ clone()
◆ getFill()
Returns a copy of the pointer to the scatter point's fill. 
- Returns
 - A Fill type pointer to the scatter point's fill. 
 
- Note
 - The caller will take ownership of the returned pointer. 
 
- 
Will return a null pointer if the scatter's point does not have a Fill (f.e. if it's using an external graphic) 
 
 
 
◆ getGraphic()
Returns a pointer to the scatter's graphic. 
- Returns
 - A graphic type pointer to the scatter's point style. 
 
- Note
 - The caller will not take ownership of the returned pointer. 
 
 
 
◆ getMark()
Returns a copy of the pointer to the scatter's Mark. 
- Returns
 - A Mark type pointer to the scatter's point style. 
 
- Note
 - The caller will not take ownership of the returned pointer. 
 
 
 
◆ getStroke()
Returns a copy of thepointer to the scatter point's stroke. 
- Returns
 - A Fill type pointer to the scatter point's stroke. 
 
- Note
 - The caller will take ownership of the returned pointer. 
 
- 
Will return a null pointer if the scatter's point does not have a stroke (f.e. if it's using an external graphic) 
 
 
 
◆ getSymbol()
      
        
          | QwtSymbol* te::qt::widgets::ScatterStyle::getSymbol  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns a pointer to a QwtSymbol representing the current scatter's point style. 
- Returns
 - A QwtSymbol type pointer based on the current point's style. 
 
- Note
 - The caller will take ownership of the returned pointer. 
 
 
 
◆ setFill()
      
        
          | void te::qt::widgets::ScatterStyle::setFill  | 
          ( | 
          te::se::Fill *  | 
          newFill | ) | 
           | 
        
      
 
It sets the scatter point's fill. 
- Parameters
 - 
  
  
 
- Note
 - It will take ownership of the given pointer 
 
- 
The given pointer will not be used if the scatter's point is not currently represented by a Mark. The given pointer will simply be deleted. 
 
 
 
◆ setGraphic()
      
        
          | void te::qt::widgets::ScatterStyle::setGraphic  | 
          ( | 
          te::se::Graphic *  | 
          newGraphic | ) | 
           | 
        
      
 
It sets the he scatter's graphic. 
- Parameters
 - 
  
    | newGraphic | The new graphic.  | 
  
   
- Note
 - It will take ownership of the given pointer 
 
 
 
◆ setMark()
      
        
          | void te::qt::widgets::ScatterStyle::setMark  | 
          ( | 
          te::se::Mark *  | 
          newMark | ) | 
           | 
        
      
 
It sets the he scatter's mark. 
- Parameters
 - 
  
  
 
- Note
 - It will take ownership of the given pointer 
 
 
 
◆ setStroke()
      
        
          | void te::qt::widgets::ScatterStyle::setStroke  | 
          ( | 
          te::se::Stroke *  | 
          newStroke | ) | 
           | 
        
      
 
It sets the scatter point's stroke. 
- Parameters
 - 
  
  
 
- Note
 - It will take ownership of the given pointer 
 
- 
The given pointer will not be used if the scatter's point is not currently represented by a Mark. The given pointer will simply be deleted. 
 
 
 
◆ m_graphic
The graphic used to edit the symbol's style. 
Definition at line 157 of file ScatterStyle.h.
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/widgets/charts/ScatterStyle.h