• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdesdk API Reference
  • KDE Home
  • Contact Us
 

umbrello/umbrello

  • sources
  • kde-4.12
  • kdesdk
  • umbrello
  • umbrello
umlobjectlist.h
Go to the documentation of this file.
1 /***************************************************************************
2  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2001 Gustavo Madrigal gmadrigal@nextphere.com *
8  * copyright (C) 2002-2013 *
9  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
10  ***************************************************************************/
11 
12 #ifndef UMLOBJECTLIST_H
13 #define UMLOBJECTLIST_H
14 
15 #include <QList>
16 
17 // forward declarations
18 class UMLObject;
19 
20 typedef QListIterator<UMLObject*> UMLObjectListIt;
21 
26 class UMLObjectList : public QList<UMLObject*>
27 {
28 public:
29 
30  UMLObjectList();
31  virtual ~UMLObjectList();
32 
33  virtual void copyInto(UMLObjectList *rhs) const;
34 
35  virtual UMLObjectList* clone() const;
36 };
37 
38 #endif
UMLObjectList::UMLObjectList
UMLObjectList()
Definition: umlobjectlist.cpp:14
UMLObjectListIt
QListIterator< UMLObject * > UMLObjectListIt
Definition: umlobjectlist.h:18
UMLObjectList::copyInto
virtual void copyInto(UMLObjectList *rhs) const
Copy the internal presentation of this object into the new object.
Definition: umlobjectlist.cpp:26
UMLObject
This class is the non-graphical version of UMLWidget.
Definition: umlobject.h:41
UMLObjectList::clone
virtual UMLObjectList * clone() const
Make a clone of this object.
Definition: umlobjectlist.cpp:48
UMLObjectList::~UMLObjectList
virtual ~UMLObjectList()
Definition: umlobjectlist.cpp:18
UMLObjectList
This sub-class adds copyInto and clone to the QList base class.
Definition: umlobjectlist.h:26
QList
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:06:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

umbrello/umbrello

Skip menu "umbrello/umbrello"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • okteta
  • umbrello
  •   umbrello

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal