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

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