umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Member Functions | Private Attributes | List of all members
Uml::CmdRemoveWidget Class Reference

#include <cmdremovewidget.h>

Inheritance diagram for Uml::CmdRemoveWidget:
Collaboration diagram for Uml::CmdRemoveWidget:

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)
 
UMLWidgetwidget ()
 
AssociationWidgetassocWidget ()
 
UMLScenescene ()
 
- Protected Attributes inherited from Uml::CmdBaseWidgetCommand
Uml::ID::Type m_sceneId
 
Uml::ID::Type m_widgetId
 
QPointer< UMLScenem_scene
 
QPointer< UMLWidgetm_widget
 
QPointer< AssociationWidgetm_assocWidget
 
bool m_isAssoc
 

Constructor & Destructor Documentation

◆ CmdRemoveWidget() [1/2]

Uml::CmdRemoveWidget::CmdRemoveWidget ( UMLWidget widget)
explicit

Constructor.

Here is the call graph for this function:

◆ CmdRemoveWidget() [2/2]

Uml::CmdRemoveWidget::CmdRemoveWidget ( AssociationWidget widget)

Constructor.

Here is the call graph for this function:

◆ ~CmdRemoveWidget()

Uml::CmdRemoveWidget::~CmdRemoveWidget ( )

Destructor.

Member Function Documentation

◆ redo()

void Uml::CmdRemoveWidget::redo ( )

Remove the widget

Here is the call graph for this function:

◆ undo()

void Uml::CmdRemoveWidget::undo ( )

Add the widget back

Here is the call graph for this function:

Member Data Documentation

◆ m_children

QList<QDomElement> Uml::CmdRemoveWidget::m_children
private

◆ m_element

QDomElement Uml::CmdRemoveWidget::m_element
private

The documentation for this class was generated from the following files: