umbrello 25.04.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Uml::CmdMoveWidget Class Reference

#include <cmdmovewidget.h>

Inheritance diagram for Uml::CmdMoveWidget:
Uml::CmdBaseWidgetCommand

Public Member Functions

 CmdMoveWidget (UMLWidget *widget)
 ~CmdMoveWidget ()
void redo ()
void undo ()
Public Member Functions inherited from Uml::CmdBaseWidgetCommand
 CmdBaseWidgetCommand (UMLWidget *widget)
 CmdBaseWidgetCommand (AssociationWidget *widget)
virtual ~CmdBaseWidgetCommand ()

Private Attributes

QPointF m_pos
QPointF m_posOld

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

◆ CmdMoveWidget()

Uml::CmdMoveWidget::CmdMoveWidget ( UMLWidget * widget)
explicit

◆ ~CmdMoveWidget()

Uml::CmdMoveWidget::~CmdMoveWidget ( )

Member Function Documentation

◆ redo()

void Uml::CmdMoveWidget::redo ( )

◆ undo()

void Uml::CmdMoveWidget::undo ( )

Member Data Documentation

◆ m_pos

QPointF Uml::CmdMoveWidget::m_pos
private

◆ m_posOld

QPointF Uml::CmdMoveWidget::m_posOld
private

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