umbrello  2.35.1
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::CmdChangeTextColor Class Reference

#include <cmdchangetextcolor.h>

Inheritance diagram for Uml::CmdChangeTextColor:
Collaboration diagram for Uml::CmdChangeTextColor:

Public Member Functions

 CmdChangeTextColor (UMLWidget *w, const QColor &col)
 
 ~CmdChangeTextColor ()
 
void redo ()
 
void undo ()
 
- Public Member Functions inherited from Uml::CmdBaseWidgetCommand
 CmdBaseWidgetCommand (UMLWidget *widget)
 
 CmdBaseWidgetCommand (AssociationWidget *widget)
 
virtual ~CmdBaseWidgetCommand ()
 

Private Attributes

QColor m_oldColor
 
QColor m_newColor
 
bool m_oldUsesDiagramValue
 

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
 

Constructor & Destructor Documentation

Uml::CmdChangeTextColor::CmdChangeTextColor ( UMLWidget *  w,
const QColor &  col 
)

Here is the call graph for this function:

Uml::CmdChangeTextColor::~CmdChangeTextColor ( )

Member Function Documentation

void Uml::CmdChangeTextColor::redo ( )

Here is the call graph for this function:

void Uml::CmdChangeTextColor::undo ( )

Here is the call graph for this function:

Member Data Documentation

QColor Uml::CmdChangeTextColor::m_newColor
private
QColor Uml::CmdChangeTextColor::m_oldColor
private
bool Uml::CmdChangeTextColor::m_oldUsesDiagramValue
private

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