#include <ScreenRow.h>
◆ ScreenRow()
      
        
          | ScreenRow::ScreenRow  | 
          ( | 
          uint8_t  | 
          screenRowId | ) | 
           | 
        
      
 
Constructor for each ScreenRow instance. 
- Parameters
 - 
  
  
 
 
 
◆ ~ScreenRow()
      
        
          | ScreenRow::~ScreenRow  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getId()
      
        
          | uint8_t ScreenRow::getId  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getNext()
Get the next ScreenRow instance in the list. 
- Returns
 - Pointer to the next ScreenRow instance 
 
 
 
◆ getText()
      
        
          | const char * ScreenRow::getText  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ needsRedraw()
      
        
          | bool ScreenRow::needsRedraw  | 
          ( | 
           | ) | 
           | 
        
      
 
Test if this row needs to be redrawn. 
- Returns
 - true|false 
 
 
 
◆ setLogger()
      
        
          | void ScreenRow::setLogger  | 
          ( | 
          Logger *  | 
          logger | ) | 
           | 
        
      
 
Set the Logger instance. 
- Parameters
 - 
  
  
 
 
 
◆ setNext()
      
        
          | void ScreenRow::setNext  | 
          ( | 
          ScreenRow *  | 
          screenRow | ) | 
           | 
        
      
 
Set the next ScreenRow instance in the list. 
- Parameters
 - 
  
    | screenRow | Pointer to the next ScreenRow instance  | 
  
   
 
 
◆ setText()
      
        
          | void ScreenRow::setText  | 
          ( | 
          const char *  | 
          text | ) | 
           | 
        
      
 
Set the text associated with this ScreenRow. 
- Parameters
 - 
  
  
 
 
 
◆ _logger
◆ _needsRedraw
  
  
      
        
          | bool ScreenRow::_needsRedraw | 
         
       
   | 
  
private   | 
  
 
 
◆ _next
◆ _screenRowId
  
  
      
        
          | uint8_t ScreenRow::_screenRowId | 
         
       
   | 
  
private   | 
  
 
 
◆ _text
The documentation for this class was generated from the following files: