umbrello
2.32.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
uml1model
umlassociationlist.h
Go to the documentation of this file.
1
/***************************************************************************
2
* *
3
* This program is free software; you can redistribute it and/or modify *
4
* it under the terms of the GNU General Public License as published by *
5
* the Free Software Foundation; either version 2 of the License, or *
6
* (at your option) any later version. *
7
* *
8
* copyright (C) 2004-2007 *
9
* Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
10
***************************************************************************/
11
12
#ifndef UMLASSOCIATIONLIST_H
13
#define UMLASSOCIATIONLIST_H
14
15
#include <qlist.h>
16
17
// forward declaration
18
class
UMLAssociation
;
19
20
typedef
QList<UMLAssociation*>
UMLAssociationList
;
21
typedef
QListIterator<UMLAssociation*>
UMLAssociationListIt
;
22
23
#endif
UMLAssociationListIt
QListIterator< UMLAssociation * > UMLAssociationListIt
Definition:
umlassociationlist.h:21
UMLAssociation
Sets up association information.
Definition:
association.h:32
UMLAssociationList
QList< UMLAssociation * > UMLAssociationList
Definition:
umlassociationlist.h:18
Generated by
1.8.17