umbrello
2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
messagewidgetlist.h
Go to the documentation of this file.
1
/*
2
3
SPDX-License-Identifier: GPL-2.0-or-later
4
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
5
*/
6
7
#ifndef MESSAGEWIDGETLIST_H
8
#define MESSAGEWIDGETLIST_H
9
10
#include <QList>
11
#include <QPointer>
12
13
class
MessageWidget
;
14
15
typedef
QList<QPointer<MessageWidget>>
MessageWidgetList
;
16
typedef
QListIterator<QPointer<MessageWidget>>
MessageWidgetListIt
;
17
18
#endif
MessageWidget
Displays a message.
Definition:
messagewidget.h:36
MessageWidgetList
QList< QPointer< MessageWidget > > MessageWidgetList
Definition:
messagewidgetlist.h:13
MessageWidgetListIt
QListIterator< QPointer< MessageWidget > > MessageWidgetListIt
Definition:
messagewidgetlist.h:16
Generated by
1.9.1