#include <LVRPlotter.hpp>
Definition at line 44 of file LVRPlotter.hpp.
 
◆ LVRPlotter()
      
        
          | lvr2::LVRPlotter::LVRPlotter | ( | QWidget * | parent = (QWidget*)nullptr | ) |  | 
      
 
 
◆ ~LVRPlotter()
  
  | 
        
          | lvr2::LVRPlotter::~LVRPlotter | ( |  | ) |  |  | virtual | 
 
 
◆ mouseRelease
  
  | 
        
          | void lvr2::LVRPlotter::mouseRelease | ( |  | ) |  |  | signal | 
 
 
◆ mouseReleaseEvent()
  
  | 
        
          | void lvr2::LVRPlotter::mouseReleaseEvent | ( | QMouseEvent * | event | ) |  |  | protectedvirtual | 
 
 
◆ paintEvent()
  
  | 
        
          | void lvr2::LVRPlotter::paintEvent | ( | QPaintEvent * | event | ) |  |  | protected | 
 
Create axes, labeling and draw graph or bar chart. 
Definition at line 92 of file LVRPlotter.cpp.
 
 
◆ removePoints()
      
        
          | void lvr2::LVRPlotter::removePoints | ( |  | ) |  | 
      
 
 
◆ setPlotMode()
      
        
          | void lvr2::LVRPlotter::setPlotMode | ( | PlotMode | mode | ) |  | 
      
 
 
◆ setPoints() [1/2]
      
        
          | void lvr2::LVRPlotter::setPoints | ( | floatArr | points, | 
        
          |  |  | size_t | numPoints | 
        
          |  | ) |  |  | 
      
 
 
◆ setPoints() [2/2]
      
        
          | void lvr2::LVRPlotter::setPoints | ( | floatArr | points, | 
        
          |  |  | size_t | numPoints, | 
        
          |  |  | float | min, | 
        
          |  |  | float | max | 
        
          |  | ) |  |  | 
      
 
 
◆ setXRange()
      
        
          | void lvr2::LVRPlotter::setXRange | ( | int | min, | 
        
          |  |  | int | max | 
        
          |  | ) |  |  | 
      
 
 
◆ m_max
  
  | 
        
          | float lvr2::LVRPlotter::m_max |  | private | 
 
 
◆ m_maxX
  
  | 
        
          | int lvr2::LVRPlotter::m_maxX |  | private | 
 
 
◆ m_min
  
  | 
        
          | float lvr2::LVRPlotter::m_min |  | private | 
 
 
◆ m_minX
  
  | 
        
          | int lvr2::LVRPlotter::m_minX |  | private | 
 
 
◆ m_mode
◆ m_numPoints
  
  | 
        
          | size_t lvr2::LVRPlotter::m_numPoints |  | private | 
 
 
◆ m_points
The documentation for this class was generated from the following files: