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

#include <cmdchangefillcolor.h>

Inheritance diagram for Uml::CmdChangeFillColor:
Uml::CmdBaseWidgetCommand

Public Member Functions

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

Private Attributes

QColor m_oldColor
 old color
QColor m_color
 new color

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

◆ CmdChangeFillColor()

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

◆ ~CmdChangeFillColor()

Uml::CmdChangeFillColor::~CmdChangeFillColor ( )

Member Function Documentation

◆ redo()

void Uml::CmdChangeFillColor::redo ( )

◆ undo()

void Uml::CmdChangeFillColor::undo ( )

Member Data Documentation

◆ m_color

QColor Uml::CmdChangeFillColor::m_color
private

new color

◆ m_oldColor

QColor Uml::CmdChangeFillColor::m_oldColor
private

old color


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