umlentityattributelist.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef UMLENTITYATTRIBUTELIST_H
00013 #define UMLENTITYATTRIBUTELIST_H
00014
00015 #include <qptrlist.h>
00016
00017
00018 class UMLEntityAttribute;
00019
00020
00021 typedef QPtrListIterator<UMLEntityAttribute> UMLEntityAttributeListIt;
00022
00027 class UMLEntityAttributeList : public QPtrList<UMLEntityAttribute>
00028 {
00029 public:
00030
00035 virtual void copyInto (UMLEntityAttributeList* rhs) const;
00036
00040 virtual UMLEntityAttributeList* clone() const;
00041 };
00042
00043
00044 #endif
This file is part of the documentation for umbrello Version 3.1.0.