umlattributelist.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef UMLATTRIBUTELIST_H
00013 #define UMLATTRIBUTELIST_H
00014
00015 #include <qptrlist.h>
00016
00017 #include "attribute.h"
00018
00019
00020 typedef QPtrListIterator<UMLAttribute> UMLAttributeListIt;
00021
00026 class UMLAttributeList : public QPtrList<UMLAttribute>
00027 {
00028 public:
00029
00034 virtual void copyInto (UMLAttributeList *rhs) const;
00035
00039 virtual UMLAttributeList* clone() const;
00040 };
00041
00042
00043 #endif
This file is part of the documentation for umbrello Version 3.1.0.