umbrello
25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
umbrello
associationwidgetlist.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-2.0-or-later
3
4
SPDX-FileCopyrightText: 2003 Oliver Kellogg <okellogg@users.sourceforge.net>
5
Bugs and comments to umbrello-devel@kde.org or https://bugs.kde.org
6
*/
7
8
#ifndef ASSOCIATIONWIDGETLIST_H
9
#define ASSOCIATIONWIDGETLIST_H
10
11
#include <QList>
12
#include <QPointer>
13
14
// forward declarations
15
class
AssociationWidget
;
16
17
typedef
QList<QPointer<AssociationWidget>>
AssociationWidgetList
;
18
typedef
QListIterator<QPointer<AssociationWidget>>
AssociationWidgetListIt
;
19
20
#endif
AssociationWidgetListIt
QListIterator< QPointer< AssociationWidget > > AssociationWidgetListIt
Definition
associationwidgetlist.h:18
AssociationWidgetList
QList< QPointer< AssociationWidget > > AssociationWidgetList
Definition
associationwidgetlist.h:17
AssociationWidget
This class represents an association inside a diagram. Bugs and comments to umbrello-devel@kde....
Definition
associationwidget.h:47
Generated by
1.9.8