umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Member Functions | List of all members
UMLObjectList Class Reference

#include <umlobjectlist.h>

Inheritance diagram for UMLObjectList:
Collaboration diagram for UMLObjectList:

Public Member Functions

 UMLObjectList ()
 
virtual ~UMLObjectList ()
 
virtual void copyInto (UMLObjectList *rhs) const
 
virtual UMLObjectListclone () const
 

Detailed Description

This sub-class adds copyInto and clone to the QList<UMLObject*> base class.

Constructor & Destructor Documentation

◆ UMLObjectList()

UMLObjectList::UMLObjectList ( )

◆ ~UMLObjectList()

UMLObjectList::~UMLObjectList ( )
virtual

Member Function Documentation

◆ clone()

UMLObjectList * UMLObjectList::clone ( ) const
virtual

Make a clone of this object.

Here is the call graph for this function:

◆ copyInto()

void UMLObjectList::copyInto ( UMLObjectList rhs) const
virtual

Copy the internal presentation of this object into the new object.

Here is the call graph for this function:

The documentation for this class was generated from the following files: