umbrello/umbrello
UMLEntityAttributeList Class Reference
This sub-class adds copyInto and clone to the QPtrList<UMLEntityAttribute> base class. More...
#include <umlentityattributelist.h>
Inheritance diagram for UMLEntityAttributeList:

Public Member Functions | |
| UMLEntityAttributeList (const UMLEntityAttributeList &) | |
| UMLEntityAttributeList () | |
| virtual | ~UMLEntityAttributeList () |
| virtual UMLEntityAttributeList * | clone () const |
| virtual void | copyInto (UMLEntityAttributeList *rhs) const |
Detailed Description
This sub-class adds copyInto and clone to the QPtrList<UMLEntityAttribute> base class.
Definition at line 25 of file umlentityattributelist.h.
Constructor & Destructor Documentation
| UMLEntityAttributeList::UMLEntityAttributeList | ( | ) |
Definition at line 17 of file umlentityattributelist.cpp.
| UMLEntityAttributeList::UMLEntityAttributeList | ( | const UMLEntityAttributeList & | other | ) |
Definition at line 21 of file umlentityattributelist.cpp.
| UMLEntityAttributeList::~UMLEntityAttributeList | ( | ) | [virtual] |
Definition at line 25 of file umlentityattributelist.cpp.
Member Function Documentation
| UMLEntityAttributeList * UMLEntityAttributeList::clone | ( | ) | const [virtual] |
Make a clone of this object.
Definition at line 53 of file umlentityattributelist.cpp.
| void UMLEntityAttributeList::copyInto | ( | UMLEntityAttributeList * | rhs | ) | const [virtual] |
Copy the internal presentation of this object into the new object.
Definition at line 32 of file umlentityattributelist.cpp.
The documentation for this class was generated from the following files:
KDE 4.5 API Reference