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

#include <cmdchangemultiplicity.h>

Inheritance diagram for Uml::CmdChangeMultiplicity:
Collaboration diagram for Uml::CmdChangeMultiplicity:

Public Member Functions

 CmdChangeMultiplicity (UMLRole *role, const QString &multi)
 
void redo ()
 
void undo ()
 

Private Attributes

UMLRolem_umlRole
 Object selected.
 
QString m_oldMulti
 Old multiplicity.
 
QString m_newMulti
 New multiplicity.
 

Constructor & Destructor Documentation

◆ CmdChangeMultiplicity()

Uml::CmdChangeMultiplicity::CmdChangeMultiplicity ( UMLRole * role,
const QString & multi )
Here is the call graph for this function:

Member Function Documentation

◆ redo()

void Uml::CmdChangeMultiplicity::redo ( )
Here is the call graph for this function:

◆ undo()

void Uml::CmdChangeMultiplicity::undo ( )
Here is the call graph for this function:

Member Data Documentation

◆ m_newMulti

QString Uml::CmdChangeMultiplicity::m_newMulti
private

New multiplicity.

◆ m_oldMulti

QString Uml::CmdChangeMultiplicity::m_oldMulti
private

Old multiplicity.

◆ m_umlRole

UMLRole* Uml::CmdChangeMultiplicity::m_umlRole
private

Object selected.


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