umbrello
2.30.80
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
uml1model
umlclassifierlist.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) 2003-2010 *
8
* Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9
***************************************************************************/
10
11
#ifndef UMLCLASSIFIERLIST_H
12
#define UMLCLASSIFIERLIST_H
13
14
#include <QList>
15
16
// forward declaration
17
class
UMLClassifier
;
18
19
typedef
QList<UMLClassifier*>
UMLClassifierList
;
20
typedef
QListIterator<UMLClassifier*>
UMLClassifierListIt
;
21
22
#endif
UMLClassifierListIt
QListIterator< UMLClassifier * > UMLClassifierListIt
Definition:
umlclassifierlist.h:20
UMLClassifierList
QList< UMLClassifier * > UMLClassifierList
Definition:
umlclassifierlist.h:17
UMLClassifier
Information for a non-graphical Concept/Class.
Definition:
classifier.h:39
Generated by
1.8.17