umbrello  2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umlclassifierlist.h
Go to the documentation of this file.
1 /*
2  SPDX-License-Identifier: GPL-2.0-or-later
3  SPDX-FileCopyrightText: 2003-2010 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4 */
5 
6 #ifndef UMLCLASSIFIERLIST_H
7 #define UMLCLASSIFIERLIST_H
8 
9 #include <QList>
10 
11 // forward declaration
12 class UMLClassifier;
13 
14 typedef QList<UMLClassifier*> UMLClassifierList;
15 typedef QListIterator<UMLClassifier*> UMLClassifierListIt;
16 
17 #endif
Information for a non-graphical Concept/Class.
Definition: classifier.h:35
QList< UMLClassifier * > UMLClassifierList
Definition: umlclassifierlist.h:12
QListIterator< UMLClassifier * > UMLClassifierListIt
Definition: umlclassifierlist.h:15