DisplayForm child for managing number sink plots.  
 More...
#include <gnuradio/qtgui/numberdisplayform.h>
 | 
| void  | mousePressEvent (QMouseEvent *e) override | 
|   | 
| void  | customEvent (QEvent *e) override | 
|   | 
| void  | setStop (bool on) | 
|   | 
| void  | setStop () | 
|   | 
| void  | setGraphType (const gr::qtgui::graph_t type) | 
|   | 
| void  | setColor (unsigned int which, const QColor &min, const QColor &max) | 
|   | 
| void  | setColorMin (unsigned int which, QString min) | 
|   | 
| void  | setColorMax (unsigned int which, QString max) | 
|   | 
| void  | setLabel (unsigned int which, const std::string &label) | 
|   | 
| void  | setLabel (unsigned int which, QString label) | 
|   | 
| void  | setAverage (const float avg) | 
|   | 
| void  | setUpdateTime (const float time) | 
|   | 
| void  | setUpdateTime (QString time) | 
|   | 
| void  | saveFigure () | 
|   | 
| void  | setScale (unsigned int which, int min, int max) | 
|   | 
| void  | setScaleMin (unsigned int which, int min) | 
|   | 
| void  | setScaleMax (unsigned int which, int max) | 
|   | 
| void  | autoScale (bool on) | 
|   | 
| void  | setTitle (const std::string &title) | 
|   | 
| void  | setUnit (unsigned int which, const std::string &unit) | 
|   | 
| void  | setFactor (unsigned int which, float factor) | 
|   | 
DisplayForm child for managing number sink plots. 
 
◆ NumberDisplayForm()
      
        
          | NumberDisplayForm::NumberDisplayForm  | 
          ( | 
          int  | 
          nplots = 1,  | 
        
        
           | 
           | 
          gr::qtgui::graph_t  | 
          type = gr::qtgui::NUM_GRAPH_HORIZ,  | 
        
        
           | 
           | 
          QWidget *  | 
          parent = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~NumberDisplayForm()
  
  
      
        
          | NumberDisplayForm::~NumberDisplayForm  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
◆ autoScale
  
  
      
        
          | void NumberDisplayForm::autoScale  | 
          ( | 
          bool  | 
          on | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ average()
      
        
          | float NumberDisplayForm::average  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ colorMax()
      
        
          | QColor NumberDisplayForm::colorMax  | 
          ( | 
          unsigned int  | 
          which | ) | 
           const | 
        
      
 
 
◆ colorMin()
      
        
          | QColor NumberDisplayForm::colorMin  | 
          ( | 
          unsigned int  | 
          which | ) | 
           const | 
        
      
 
 
◆ customEvent
  
  
      
        
          | void NumberDisplayForm::customEvent  | 
          ( | 
          QEvent *  | 
          e | ) | 
           | 
         
       
   | 
  
overrideslot   | 
  
 
 
◆ factor()
      
        
          | float NumberDisplayForm::factor  | 
          ( | 
          unsigned int  | 
          which | ) | 
           const | 
        
      
 
 
◆ graphType()
      
        
          | gr::qtgui::graph_t NumberDisplayForm::graphType  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ label()
      
        
          | std::string NumberDisplayForm::label  | 
          ( | 
          unsigned int  | 
          which | ) | 
           const | 
        
      
 
 
◆ mousePressEvent
  
  
      
        
          | void NumberDisplayForm::mousePressEvent  | 
          ( | 
          QMouseEvent *  | 
          e | ) | 
           | 
         
       
   | 
  
overrideslot   | 
  
 
 
◆ saveFigure
  
  
      
        
          | void NumberDisplayForm::saveFigure  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ scaleMax()
      
        
          | int NumberDisplayForm::scaleMax  | 
          ( | 
          unsigned int  | 
          which | ) | 
           | 
        
      
 
 
◆ scaleMin()
      
        
          | int NumberDisplayForm::scaleMin  | 
          ( | 
          unsigned int  | 
          which | ) | 
           | 
        
      
 
 
◆ setAverage
  
  
      
        
          | void NumberDisplayForm::setAverage  | 
          ( | 
          const float  | 
          avg | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ setColor
  
  
      
        
          | void NumberDisplayForm::setColor  | 
          ( | 
          unsigned int  | 
          which,  | 
         
        
           | 
           | 
          const QColor &  | 
          min,  | 
         
        
           | 
           | 
          const QColor &  | 
          max  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
slot   | 
  
 
 
◆ setColorMax
  
  
      
        
          | void NumberDisplayForm::setColorMax  | 
          ( | 
          unsigned int  | 
          which,  | 
         
        
           | 
           | 
          QString  | 
          max  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
slot   | 
  
 
 
◆ setColorMin
  
  
      
        
          | void NumberDisplayForm::setColorMin  | 
          ( | 
          unsigned int  | 
          which,  | 
         
        
           | 
           | 
          QString  | 
          min  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
slot   | 
  
 
 
◆ setFactor
  
  
      
        
          | void NumberDisplayForm::setFactor  | 
          ( | 
          unsigned int  | 
          which,  | 
         
        
           | 
           | 
          float  | 
          factor  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
slot   | 
  
 
 
◆ setGraphType
  
  
      
        
          | void NumberDisplayForm::setGraphType  | 
          ( | 
          const gr::qtgui::graph_t  | 
          type | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ setLabel [1/2]
  
  
      
        
          | void NumberDisplayForm::setLabel  | 
          ( | 
          unsigned int  | 
          which,  | 
         
        
           | 
           | 
          const std::string &  | 
          label  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
slot   | 
  
 
 
◆ setLabel [2/2]
  
  
      
        
          | void NumberDisplayForm::setLabel  | 
          ( | 
          unsigned int  | 
          which,  | 
         
        
           | 
           | 
          QString  | 
          label  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
slot   | 
  
 
 
◆ setScale
  
  
      
        
          | void NumberDisplayForm::setScale  | 
          ( | 
          unsigned int  | 
          which,  | 
         
        
           | 
           | 
          int  | 
          min,  | 
         
        
           | 
           | 
          int  | 
          max  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
slot   | 
  
 
 
◆ setScaleMax
  
  
      
        
          | void NumberDisplayForm::setScaleMax  | 
          ( | 
          unsigned int  | 
          which,  | 
         
        
           | 
           | 
          int  | 
          max  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
slot   | 
  
 
 
◆ setScaleMin
  
  
      
        
          | void NumberDisplayForm::setScaleMin  | 
          ( | 
          unsigned int  | 
          which,  | 
         
        
           | 
           | 
          int  | 
          min  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
slot   | 
  
 
 
◆ setStop [1/2]
  
  
      
        
          | void NumberDisplayForm::setStop  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ setStop [2/2]
  
  
      
        
          | void NumberDisplayForm::setStop  | 
          ( | 
          bool  | 
          on | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ setTitle
  
  
      
        
          | void NumberDisplayForm::setTitle  | 
          ( | 
          const std::string &  | 
          title | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ setUnit
  
  
      
        
          | void NumberDisplayForm::setUnit  | 
          ( | 
          unsigned int  | 
          which,  | 
         
        
           | 
           | 
          const std::string &  | 
          unit  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
slot   | 
  
 
 
◆ setUpdateTime [1/2]
  
  
      
        
          | void NumberDisplayForm::setUpdateTime  | 
          ( | 
          const float  | 
          time | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ setUpdateTime [2/2]
  
  
      
        
          | void NumberDisplayForm::setUpdateTime  | 
          ( | 
          QString  | 
          time | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ title()
      
        
          | std::string NumberDisplayForm::title  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ unit()
      
        
          | std::string NumberDisplayForm::unit  | 
          ( | 
          unsigned int  | 
          which | ) | 
           const | 
        
      
 
 
◆ updateTime()
      
        
          | float NumberDisplayForm::updateTime  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
The documentation for this class was generated from the following file: