◆ getBiggestX()
      
        
          | qreal WidgetList_Utils::getBiggestX | ( | const UMLWidgetList & | widgetList | ) |  | 
      
 
Looks for the biggest x-value of the given UMLWidgets. 
- Parameters
- 
  
    | widgetList | A list with UMLWidgets. |  
 
- Returns
- The biggest X position. 
 
 
◆ getBiggestY()
      
        
          | qreal WidgetList_Utils::getBiggestY | ( | const UMLWidgetList & | widgetList | ) |  | 
      
 
Looks for the biggest y-value of the given UMLWidgets. 
- Parameters
- 
  
    | widgetList | A list with UMLWidgets. |  
 
- Returns
- The biggest Y position. 
 
 
◆ getHeightsSum()
      
        
          | qreal WidgetList_Utils::getHeightsSum | ( | const UMLWidgetList & | widgetList | ) |  | 
      
 
Returns the sum of the heights of the given UMLWidgets 
- Parameters
- 
  
    | widgetList | A list with UMLWidgets. |  
 
 
 
◆ getSmallestX()
      
        
          | qreal WidgetList_Utils::getSmallestX | ( | const UMLWidgetList & | widgetList | ) |  | 
      
 
Looks for the smallest x-value of the given UMLWidgets. 
- Parameters
- 
  
    | widgetList | A list with UMLWidgets. |  
 
- Returns
- The smallest X position. 
 
 
◆ getSmallestY()
      
        
          | qreal WidgetList_Utils::getSmallestY | ( | const UMLWidgetList & | widgetList | ) |  | 
      
 
Looks for the smallest y-value of the given UMLWidgets. 
- Parameters
- 
  
    | widgetList | A list with UMLWidgets. |  
 
- Returns
- The smallest Y position. 
 
 
◆ getWidthsSum()
      
        
          | qreal WidgetList_Utils::getWidthsSum | ( | const UMLWidgetList & | widgetList | ) |  | 
      
 
Returns the sum of the widths of the given UMLWidgets. 
- Parameters
- 
  
    | widgetList | A list with UMLWidgets. |