#include <QtGlobal>
Go to the source code of this file.
|  | 
| bool | centerToParentBottom (QGraphicsItem *item) | 
|  | centerToParentBottom Center the item at the bottom of is parent.  More... 
 | 
|  | 
| bool | centerToBottomDiagram (QGraphicsItem *item_to_center, Element *element_to_follow, qreal offset=0) | 
|  | centerToBottomDiagram Set item pos to the bottom of diagram and centered vertically to element_to_follow, and add offset.  More... 
 | 
|  | 
◆ centerToBottomDiagram()
      
        
          | bool centerToBottomDiagram | ( | QGraphicsItem * | item_to_center, | 
        
          |  |  | Element * | element_to_follow, | 
        
          |  |  | qreal | offset | 
        
          |  | ) |  |  | 
      
 
centerToBottomDiagram Set item pos to the bottom of diagram and centered vertically to element_to_follow, and add offset. 
- Parameters
- 
  
    | item_to_center |  |  | element_to_follow |  |  | offset |  |  
 
- Returns
- true if element is centered else false (element_to_follow have not diagram) 
 
 
◆ centerToParentBottom()
      
        
          | bool centerToParentBottom | ( | QGraphicsItem * | item | ) |  | 
      
 
centerToParentBottom Center the item at the bottom of is parent. 
- Parameters
- 
  
  
- Returns
- true if centered else false (item have not parent)