umbrello
2.31.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
codegenerators
codedocumentlist.h
Go to the documentation of this file.
1
/***************************************************************************
2
* This program is free software; you can redistribute it and/or modify *
3
* it under the terms of the GNU General Public License as published by *
4
* the Free Software Foundation; either version 2 of the License, or *
5
* (at your option) any later version. *
6
* *
7
* copyright (C) 2004-2020 *
8
* Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9
***************************************************************************/
10
11
#ifndef CODEDOCUMENTLIST_H
12
#define CODEDOCUMENTLIST_H
13
14
#include <QList>
15
16
// forward declarations
17
class
CodeDocument
;
18
19
typedef
QList<CodeDocument*>
CodeDocumentList
;
20
typedef
QListIterator<CodeDocument*>
CodeDocumentListIt
;
21
22
#endif
CodeDocumentList
QList< CodeDocument * > CodeDocumentList
Definition:
codedocumentlist.h:17
CodeDocument
Definition:
codedocument.h:32
CodeDocumentListIt
QListIterator< CodeDocument * > CodeDocumentListIt
Definition:
codedocumentlist.h:20
Generated by
1.8.13