umbrello/umbrello
Uml::CmdBaseObjectCommand Class Reference
#include <cmd_baseObjectCommand.h>
Inheritance diagram for Uml::CmdBaseObjectCommand:

Public Member Functions | |
CmdBaseObjectCommand (UMLObject *object) | |
virtual | ~CmdBaseObjectCommand () |
![]() | |
QUndoCommand (QUndoCommand *parent) | |
QUndoCommand (const QString &text, QUndoCommand *parent) | |
virtual | ~QUndoCommand () |
QString | actionText () const |
const QUndoCommand * | child (int index) const |
int | childCount () const |
virtual int | id () const |
virtual bool | mergeWith (const QUndoCommand *command) |
virtual void | redo () |
void | setText (const QString &text) |
QString | text () const |
virtual void | undo () |
Protected Member Functions | |
UMLObject * | object () |
void | setObject (UMLObject *object) |
Protected Attributes | |
Uml::ID::Type | m_objectId |
Detailed Description
Definition at line 22 of file cmd_baseObjectCommand.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 23 of file cmd_baseObjectCommand.cpp.
|
virtual |
Definition at line 28 of file cmd_baseObjectCommand.cpp.
Member Function Documentation
|
protected |
Definition at line 39 of file cmd_baseObjectCommand.cpp.
|
protected |
Definition at line 32 of file cmd_baseObjectCommand.cpp.
Member Data Documentation
|
protected |
Definition at line 29 of file cmd_baseObjectCommand.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.