umbrello
2.34.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
umbrello
umlmodel
umlentitylist.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 UMLENTITYLIST_H
7
#define UMLENTITYLIST_H
8
9
#include <QList>
10
11
// forward declaration
12
class
UMLEntity
;
13
14
typedef
QList<UMLEntity*>
UMLEntityList
;
15
typedef
QListIterator<UMLEntity*>
UMLEntityListIt
;
16
17
#endif
UMLEntity
Non-graphical Information for an Entity.
Definition:
entity.h:30
UMLEntityList
QList< UMLEntity * > UMLEntityList
Definition:
umlentitylist.h:14
UMLEntityListIt
QListIterator< UMLEntity * > UMLEntityListIt
Definition:
umlentitylist.h:15
Generated by
1.9.4