umbrello
2.39.0-f278c90ad
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
umbrello
umlmodel
umlpackagelist.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-2.0-or-later
3
SPDX-FileCopyrightText: 2003-2007 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4
*/
5
6
#ifndef UMLPACKAGELIST_H
7
#define UMLPACKAGELIST_H
8
9
#include <qlist.h>
10
11
class
UMLPackage
;
12
13
typedef
QList<UMLPackage*>
UMLPackageList
;
14
typedef
QListIterator<UMLPackage*>
UMLPackageListIt
;
15
16
#endif
UMLPackage
Non-graphical information for a Package.
Definition
package.h:28
UMLPackageList
QList< UMLPackage * > UMLPackageList
Definition
umlpackagelist.h:13
UMLPackageListIt
QListIterator< UMLPackage * > UMLPackageListIt
Definition
umlpackagelist.h:14
Generated by
1.10.0