umbrello
2.39.0-f278c90ad
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
umlmodel
umltemplatelist.h
Go to the documentation of this file.
1
/*
2
3
SPDX-License-Identifier: GPL-2.0-or-later
4
SPDX-FileCopyrightText: 2004-2007 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
5
*/
6
7
#ifndef UMLTEMPLATELIST_H
8
#define UMLTEMPLATELIST_H
9
10
#include <qlist.h>
11
12
// forward declaration
13
class
UMLTemplate
;
14
15
typedef
QList<UMLTemplate*>
UMLTemplateList
;
16
typedef
QListIterator<UMLTemplate*>
UMLTemplateListIt
;
17
18
#endif
UMLTemplate
Sets up template information.
Definition
template.h:22
UMLTemplateListIt
QListIterator< UMLTemplate * > UMLTemplateListIt
Definition
umltemplatelist.h:16
UMLTemplateList
QList< UMLTemplate * > UMLTemplateList
Definition
umltemplatelist.h:15
Generated by
1.10.0