| umbrello 25.04.2
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
#include <cmdremovewidget.h>
 
  
| Public Member Functions | |
| CmdRemoveWidget (UMLWidget *widget) | |
| CmdRemoveWidget (AssociationWidget *widget) | |
| ~CmdRemoveWidget () | |
| void | redo () | 
| void | undo () | 
|  Public Member Functions inherited from Uml::CmdBaseWidgetCommand | |
| CmdBaseWidgetCommand (UMLWidget *widget) | |
| CmdBaseWidgetCommand (AssociationWidget *widget) | |
| virtual | ~CmdBaseWidgetCommand () | 
| Private Attributes | |
| QDomElement | m_element | 
| QList< QDomElement > | m_children | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from Uml::CmdBaseWidgetCommand | |
| void | setWidget (UMLWidget *widget) | 
| void | setWidget (AssociationWidget *widget) | 
| void | addWidgetToScene (UMLWidget *widget) | 
| void | addWidgetToScene (AssociationWidget *widget) | 
| void | removeWidgetFromScene (UMLWidget *widget) | 
| void | removeWidgetFromScene (AssociationWidget *widget) | 
| UMLWidget * | widget () | 
| AssociationWidget * | assocWidget () | 
| UMLScene * | scene () | 
|  Protected Attributes inherited from Uml::CmdBaseWidgetCommand | |
| Uml::ID::Type | m_sceneId | 
| Uml::ID::Type | m_widgetId | 
| QPointer< UMLScene > | m_scene | 
| QPointer< UMLWidget > | m_widget | 
| QPointer< AssociationWidget > | m_assocWidget | 
| bool | m_isAssoc | 
| 
 | explicit | 
Constructor.
| Uml::CmdRemoveWidget::CmdRemoveWidget | ( | AssociationWidget * | widget | ) | 
Constructor.
| Uml::CmdRemoveWidget::~CmdRemoveWidget | ( | ) | 
Destructor.
| void Uml::CmdRemoveWidget::redo | ( | ) | 
Remove the widget
| void Uml::CmdRemoveWidget::undo | ( | ) | 
Add the widget back
| 
 | private | 
| 
 | private |