umbrello
2.39.0
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
codegenerators
textblocklist.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-2.0-or-later
3
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4
*/
5
6
#ifndef TEXTBLOCKLIST_H
7
#define TEXTBLOCKLIST_H
8
9
#include <QList>
10
11
// forward declarations
12
class
TextBlock
;
13
14
typedef
QList<TextBlock*>
TextBlockList
;
15
typedef
QListIterator<TextBlock*>
TextBlockListIt
;
16
17
#endif
TextBlock
Definition
textblock.h:23
TextBlockListIt
QListIterator< TextBlock * > TextBlockListIt
Definition
textblocklist.h:15
TextBlockList
QList< TextBlock * > TextBlockList
Definition
textblocklist.h:14
Generated by
1.12.0