An abstract class for items that can be placed on a QgsPlotCanvas.  
 More...
#include <qgsplotcanvasitem.h>
An abstract class for items that can be placed on a QgsPlotCanvas. 
- Since
 - QGIS 3.26 
 
Definition at line 38 of file qgsplotcanvasitem.h.
 
◆ QgsPlotCanvasItem()
◆ ~QgsPlotCanvasItem()
  
  
      
        
          | QgsPlotCanvasItem::~QgsPlotCanvasItem  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotecteddefault   | 
  
 
 
◆ paint() [1/2]
  
  
      
        
          | virtual void QgsPlotCanvasItem::paint  | 
          ( | 
          QPainter *  | 
          painter | ) | 
           | 
         
       
   | 
  
protectedpure virtual   | 
  
 
Paints the item. 
Must be implemented by derived classes. 
 
 
◆ paint() [2/2]
  
  
      
        
          | void QgsPlotCanvasItem::paint  | 
          ( | 
          QPainter *  | 
          painter,  | 
         
        
           | 
           | 
          const QStyleOptionGraphicsItem *  | 
          option,  | 
         
        
           | 
           | 
          QWidget *  | 
          widget = nullptr  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
overrideprotected   | 
  
 
 
◆ mCanvas
The documentation for this class was generated from the following files: