umbrello
2.35.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
umlmodel
umlassociationlist.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-2.0-or-later
3
SPDX-FileCopyrightText: 2004-2007 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4
*/
5
6
#ifndef UMLASSOCIATIONLIST_H
7
#define UMLASSOCIATIONLIST_H
8
9
#include <qlist.h>
10
11
// forward declaration
12
class
UMLAssociation
;
13
14
typedef
QList<UMLAssociation*>
UMLAssociationList
;
15
typedef
QListIterator<UMLAssociation*>
UMLAssociationListIt
;
16
17
#endif
UMLAssociationListIt
QListIterator< UMLAssociation * > UMLAssociationListIt
Definition:
umlassociationlist.h:15
UMLAssociation
Sets up association information.
Definition:
association.h:28
UMLAssociationList
QList< UMLAssociation * > UMLAssociationList
Definition:
umlassociationlist.h:12
Generated by
1.8.17