umbrello API Documentation

umlwidgetlist.h

00001 /***************************************************************************
00002                           umlwidgetlist.h  -  description
00003                              -------------------
00004     begin                : Sat Dec 29 2001
00005     copyright            : (C) 2001 by Gustavo Madrigal
00006     email                : gmadrigal@nextphere.com
00007   Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
00008  ***************************************************************************/
00009 
00010 /***************************************************************************
00011  *                                                                         *
00012  *   This program is free software; you can redistribute it and/or modify  *
00013  *   it under the terms of the GNU General Public License as published by  *
00014  *   the Free Software Foundation; either version 2 of the License, or     *
00015  *   (at your option) any later version.                                   *
00016  *                                                                         *
00017  ***************************************************************************/
00018 
00019 #ifndef UMLWIDGETLIST_H
00020 #define UMLWIDGETLIST_H
00021 
00022 #include <qptrlist.h>
00023 
00024 class UMLWidget;
00025 
00026 typedef QPtrList<UMLWidget> UMLWidgetList;
00027 typedef QPtrListIterator<UMLWidget> UMLWidgetListIt;
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:08:02 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003