a plot of a QImage  
 More...
#include <jkqtfastplotter.h>
|  | 
| QImage * | image | 
|  | image to plot 
 | 
| double | xmax | 
|  | maximum x value of the image 
 | 
| double | xmin | 
|  | minimum x value of the image 
 | 
| double | ymax | 
|  | maximum x value of the image 
 | 
| double | ymin | 
|  | minimum x value of the image 
 | 
| JKQTFastPlotter * | parent | 
|  | parent class, i.e. the plotter to plot on 
 | 
| bool | visible | 
|  | indicates whether the plot is visible or not 
 | 
a plot of a QImage 
- Deprecated
- The class JKQTFastPlotter and all its support classes are deprecated and will be removed in future versions. 
◆ JKQTFPQImagePlot() [1/2]
      
        
          | JKQTFPQImagePlot::JKQTFPQImagePlot | ( | JKQTFastPlotter * | parent, | 
        
          |  |  | QImage * | image, | 
        
          |  |  | double | xmin, | 
        
          |  |  | double | xmax, | 
        
          |  |  | double | ymin, | 
        
          |  |  | double | ymax ) | 
      
 
 
◆ JKQTFPQImagePlot() [2/2]
      
        
          | JKQTFPQImagePlot::JKQTFPQImagePlot | ( | JKQTFastPlotter * | parent, | 
        
          |  |  | QImage * | image ) | 
      
 
 
◆ drawGraph()
  
  | 
        
          | virtual void JKQTFPQImagePlot::drawGraph | ( | QPainter & | painter | ) |  |  | overridevirtual | 
 
 
◆ getImage()
  
  | 
        
          | QImage * JKQTFPQImagePlot::getImage | ( |  | ) | const |  | inline | 
 
 
◆ getXmax()
  
  | 
        
          | double JKQTFPQImagePlot::getXmax | ( |  | ) | const |  | inline | 
 
maximum x value of the image    
 
 
◆ getXmin()
  
  | 
        
          | double JKQTFPQImagePlot::getXmin | ( |  | ) | const |  | inline | 
 
minimum x value of the image    
 
 
◆ getYmax()
  
  | 
        
          | double JKQTFPQImagePlot::getYmax | ( |  | ) | const |  | inline | 
 
maximum x value of the image    
 
 
◆ getYmin()
  
  | 
        
          | double JKQTFPQImagePlot::getYmin | ( |  | ) | const |  | inline | 
 
minimum x value of the image    
 
 
◆ setImage()
  
  | 
        
          | void JKQTFPQImagePlot::setImage | ( | QImage * | __value | ) |  |  | inline | 
 
 
◆ setXmax()
  
  | 
        
          | void JKQTFPQImagePlot::setXmax | ( | double | __value | ) |  |  | inline | 
 
maximum x value of the image    
 
 
◆ setXmin()
  
  | 
        
          | void JKQTFPQImagePlot::setXmin | ( | double | __value | ) |  |  | inline | 
 
minimum x value of the image    
 
 
◆ setYmax()
  
  | 
        
          | void JKQTFPQImagePlot::setYmax | ( | double | __value | ) |  |  | inline | 
 
maximum x value of the image    
 
 
◆ setYmin()
  
  | 
        
          | void JKQTFPQImagePlot::setYmin | ( | double | __value | ) |  |  | inline | 
 
minimum x value of the image    
 
 
◆ image
  
  | 
        
          | QImage* JKQTFPQImagePlot::image |  | protected | 
 
 
◆ xmax
  
  | 
        
          | double JKQTFPQImagePlot::xmax |  | protected | 
 
maximum x value of the image 
 
 
◆ xmin
  
  | 
        
          | double JKQTFPQImagePlot::xmin |  | protected | 
 
minimum x value of the image 
 
 
◆ ymax
  
  | 
        
          | double JKQTFPQImagePlot::ymax |  | protected | 
 
maximum x value of the image 
 
 
◆ ymin
  
  | 
        
          | double JKQTFPQImagePlot::ymin |  | protected | 
 
minimum x value of the image 
 
 
The documentation for this class was generated from the following file: