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

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