| umbrello 25.07.80
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
| Public Member Functions | |
| UMLScenePrivate (UMLScene *parent) | |
| ~UMLScenePrivate () | |
| void | addMissingPorts () | 
| void | fixPortPositions () | 
| void | removeDuplicatedFloatingTextInstances () | 
| void | setToolBarChanged (WorkToolBar::ToolBar_Buttons button) | 
| void | triggerToolBarButton (WorkToolBar::ToolBar_Buttons button) | 
| Public Attributes | |
| UMLScene * | p | 
| ToolBarStateFactory * | toolBarStateFactory | 
| ToolBarState * | toolBarState | 
| QPointer< WidgetBase > | widgetLink | 
| bool | inMouseMoveEvent | 
The class UMLScenePrivate is intended to hold private members/classes to reduce the size of the public class and to speed up recompiling. The migration to this class is not complete yet.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Check if there is a corresponding port widget for all UMLPort instances and add if not.
| 
 | inline | 
Check if port are located equally on the border of a component and fix position if not.
| 
 | inline | 
Check if duplicated floating text labels are in the scene and remove them
| 
 | inline | 
| 
 | inline | 
| bool UMLScenePrivate::inMouseMoveEvent | 
| UMLScene* UMLScenePrivate::p | 
| ToolBarState* UMLScenePrivate::toolBarState | 
| ToolBarStateFactory* UMLScenePrivate::toolBarStateFactory | 
| QPointer<WidgetBase> UMLScenePrivate::widgetLink |