umbrello  2.35.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Uml::CmdBaseWidgetCommand Class Reference

#include <cmdbasewidgetcommand.h>

Inheritance diagram for Uml::CmdBaseWidgetCommand:
Collaboration diagram for Uml::CmdBaseWidgetCommand:

Public Member Functions

 CmdBaseWidgetCommand (UMLWidget *widget)
 
 CmdBaseWidgetCommand (AssociationWidget *widget)
 
virtual ~CmdBaseWidgetCommand ()
 

Protected Member Functions

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

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

Uml::CmdBaseWidgetCommand::CmdBaseWidgetCommand ( UMLWidget widget)
explicit

Here is the call graph for this function:

Uml::CmdBaseWidgetCommand::CmdBaseWidgetCommand ( AssociationWidget widget)

Here is the call graph for this function:

Uml::CmdBaseWidgetCommand::~CmdBaseWidgetCommand ( )
virtual

Member Function Documentation

void Uml::CmdBaseWidgetCommand::addWidgetToScene ( UMLWidget widget)
protected

Add widget to scene

Parameters
widgetPointer to widget to add

Here is the call graph for this function:

void Uml::CmdBaseWidgetCommand::addWidgetToScene ( AssociationWidget widget)
protected

Add widget to scene

Parameters
widgetPointer to widget to add

Here is the call graph for this function:

AssociationWidget * Uml::CmdBaseWidgetCommand::assocWidget ( )
protected

Here is the call graph for this function:

void Uml::CmdBaseWidgetCommand::removeWidgetFromScene ( UMLWidget widget)
protected

Here is the call graph for this function:

void Uml::CmdBaseWidgetCommand::removeWidgetFromScene ( AssociationWidget widget)
protected

Here is the call graph for this function:

UMLScene * Uml::CmdBaseWidgetCommand::scene ( )
protected

Here is the call graph for this function:

void Uml::CmdBaseWidgetCommand::setWidget ( UMLWidget widget)
protected

Here is the call graph for this function:

void Uml::CmdBaseWidgetCommand::setWidget ( AssociationWidget widget)
protected

Here is the call graph for this function:

UMLWidget * Uml::CmdBaseWidgetCommand::widget ( )
protected

Here is the call graph for this function:

Member Data Documentation

QPointer<AssociationWidget> Uml::CmdBaseWidgetCommand::m_assocWidget
protected
bool Uml::CmdBaseWidgetCommand::m_isAssoc
protected
QPointer<UMLScene> Uml::CmdBaseWidgetCommand::m_scene
protected
Uml::ID::Type Uml::CmdBaseWidgetCommand::m_sceneId
protected
QPointer<UMLWidget> Uml::CmdBaseWidgetCommand::m_widget
protected
Uml::ID::Type Uml::CmdBaseWidgetCommand::m_widgetId
protected

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