umbrello
2.32.1
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
* This program is free software; you can redistribute it and/or modify *
4
* it under the terms of the GNU General Public License as published by *
5
* the Free Software Foundation; either version 2 of the License, or *
6
* (at your option) any later version. *
7
* *
8
* copyright (C) 2003-2020 *
9
* Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
10
***************************************************************************/
11
12
#ifndef MESSAGEWIDGETLIST_H
13
#define MESSAGEWIDGETLIST_H
14
15
#include <QList>
16
#include <QPointer>
17
18
class
MessageWidget
;
19
20
typedef
QList<QPointer<MessageWidget>>
MessageWidgetList
;
21
typedef
QListIterator<QPointer<MessageWidget>>
MessageWidgetListIt
;
22
23
#endif
MessageWidget
Displays a message.
Definition:
messagewidget.h:41
MessageWidgetList
QList< QPointer< MessageWidget > > MessageWidgetList
Definition:
messagewidgetlist.h:18
MessageWidgetListIt
QListIterator< QPointer< MessageWidget > > MessageWidgetListIt
Definition:
messagewidgetlist.h:21
Generated by
1.9.1