umbrello API Documentation

associationwidgetlist.h

00001 /***************************************************************************
00002                           associationwidgetlist.h  -  description
00003                              -------------------
00004     copyright            : (C) 2003 by Oliver Kellogg
00005     email                : okellogg@users.sourceforge.net
00006   Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef _ASSOCIATIONWIDGETLIST_H
00019 #define _ASSOCIATIONWIDGETLIST_H
00020 
00021 #include <qptrlist.h>
00022 
00023 // forward declarations
00024 class AssociationWidget;
00025 
00026 typedef QPtrList<AssociationWidget> AssociationWidgetList;
00027 typedef QPtrListIterator<AssociationWidget> AssociationWidgetListIt;
00028 
00029 #endif
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:07:54 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003