umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
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
13class UMLTemplate;
14
15typedef QList<UMLTemplate*> UMLTemplateList;
16typedef QListIterator<UMLTemplate*> UMLTemplateListIt;
17
18#endif
Sets up template information.
Definition: template.h:22
QListIterator< UMLTemplate * > UMLTemplateListIt
Definition: umltemplatelist.h:16
QList< UMLTemplate * > UMLTemplateList
Definition: umltemplatelist.h:13