Custom paint engine for rendering to DXF drawings.  
 More...
#include <qgsdxfpaintengine.h>
Custom paint engine for rendering to DXF drawings. 
- Note
 - not available in Python bindings 
 
Definition at line 40 of file qgsdxfpaintengine.h.
 
◆ QgsDxfPaintEngine()
◆ begin()
  
  
      
        
          | bool QgsDxfPaintEngine::begin  | 
          ( | 
          QPaintDevice *  | 
          pdev | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
◆ drawLines()
  
  
      
        
          | void QgsDxfPaintEngine::drawLines  | 
          ( | 
          const QLineF *  | 
          lines,  | 
         
        
           | 
           | 
          int  | 
          lineCount  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
override   | 
  
 
 
◆ drawPath()
  
  
      
        
          | void QgsDxfPaintEngine::drawPath  | 
          ( | 
          const QPainterPath &  | 
          path | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
◆ drawPixmap()
  
  
      
        
          | void QgsDxfPaintEngine::drawPixmap  | 
          ( | 
          const QRectF &  | 
          r,  | 
         
        
           | 
           | 
          const QPixmap &  | 
          pm,  | 
         
        
           | 
           | 
          const QRectF &  | 
          sr  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
override   | 
  
 
 
◆ drawPolygon()
  
  
      
        
          | void QgsDxfPaintEngine::drawPolygon  | 
          ( | 
          const QPointF *  | 
          points,  | 
         
        
           | 
           | 
          int  | 
          pointCount,  | 
         
        
           | 
           | 
          PolygonDrawMode  | 
          mode  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
override   | 
  
 
 
◆ end()
  
  
      
        
          | bool QgsDxfPaintEngine::end  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
◆ layer()
  
  
      
        
          | QString QgsDxfPaintEngine::layer  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ setLayer()
  
  
      
        
          | void QgsDxfPaintEngine::setLayer  | 
          ( | 
          const QString &  | 
          layer | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setShift()
  
  
      
        
          | void QgsDxfPaintEngine::setShift  | 
          ( | 
          QPointF  | 
          shift | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ type()
  
  
      
        
          | QPaintEngine::Type QgsDxfPaintEngine::type  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
override   | 
  
 
 
◆ updateState()
  
  
      
        
          | void QgsDxfPaintEngine::updateState  | 
          ( | 
          const QPaintEngineState &  | 
          state | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
The documentation for this class was generated from the following files: