UMLObjectList Class Reference
This sub-class adds copyInto and clone to the QPtrList<UMLObject> base class. More...
#include <umlobjectlist.h>
Public Member Functions | |
| virtual void | copyInto (UMLObjectList *rhs) const |
| Copy the internal presentation of this object into the new object. | |
| virtual UMLObjectList * | clone () const |
| Make a clone of this object. | |
Detailed Description
This sub-class adds copyInto and clone to the QPtrList<UMLObject> base class.
Definition at line 35 of file umlobjectlist.h.
Member Function Documentation
|
|
Copy the internal presentation of this object into the new object.
Definition at line 17 of file umlobjectlist.cpp. References UMLObject::clone(). Referenced by clone(), UMLPackage::copyInto(), and UMLClassifier::copyInto(). |
|
|
Make a clone of this object.
Definition at line 35 of file umlobjectlist.cpp. References clone(), and copyInto(). Referenced by clone(). |
The documentation for this class was generated from the following files:
