#include <trafficgraphwidget.h>
 | 
| void  | paintPath (QPainterPath &path, QQueue< float > &samples) | 
|   | 
Definition at line 18 of file trafficgraphwidget.h.
 
◆ TrafficGraphWidget()
  
  
      
        
          | TrafficGraphWidget::TrafficGraphWidget  | 
          ( | 
          QWidget *  | 
          parent = 0 | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
◆ clear
  
  
      
        
          | void TrafficGraphWidget::clear  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ getGraphRangeMins()
      
        
          | int TrafficGraphWidget::getGraphRangeMins  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ paintEvent()
  
  
      
        
          | void TrafficGraphWidget::paintEvent  | 
          ( | 
          QPaintEvent *  | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ paintPath()
  
  
      
        
          | void TrafficGraphWidget::paintPath  | 
          ( | 
          QPainterPath &  | 
          path,  | 
         
        
           | 
           | 
          QQueue< float > &  | 
          samples  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ setClientModel()
      
        
          | void TrafficGraphWidget::setClientModel  | 
          ( | 
          ClientModel *  | 
          model | ) | 
           | 
        
      
 
 
◆ setGraphRangeMins
  
  
      
        
          | void TrafficGraphWidget::setGraphRangeMins  | 
          ( | 
          int  | 
          mins | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ updateRates
  
  
      
        
          | void TrafficGraphWidget::updateRates  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ clientModel
◆ fMax
  
  
      
        
          | float TrafficGraphWidget::fMax | 
         
       
   | 
  
private   | 
  
 
 
◆ nLastBytesIn
  
  
      
        
          | quint64 TrafficGraphWidget::nLastBytesIn | 
         
       
   | 
  
private   | 
  
 
 
◆ nLastBytesOut
  
  
      
        
          | quint64 TrafficGraphWidget::nLastBytesOut | 
         
       
   | 
  
private   | 
  
 
 
◆ nMins
  
  
      
        
          | int TrafficGraphWidget::nMins | 
         
       
   | 
  
private   | 
  
 
 
◆ timer
  
  
      
        
          | QTimer* TrafficGraphWidget::timer | 
         
       
   | 
  
private   | 
  
 
 
◆ vSamplesIn
  
  
      
        
          | QQueue<float> TrafficGraphWidget::vSamplesIn | 
         
       
   | 
  
private   | 
  
 
 
◆ vSamplesOut
  
  
      
        
          | QQueue<float> TrafficGraphWidget::vSamplesOut | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: