umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
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
16
17typedef QList<QPointer<AssociationWidget>> AssociationWidgetList;
18typedef QListIterator<QPointer<AssociationWidget>> AssociationWidgetListIt;
19
20#endif
QListIterator< QPointer< AssociationWidget > > AssociationWidgetListIt
Definition associationwidgetlist.h:18
QList< QPointer< AssociationWidget > > AssociationWidgetList
Definition associationwidgetlist.h:17
This class represents an association inside a diagram. Bugs and comments to umbrello-devel@kde....
Definition associationwidget.h:47