umbrello
2.35.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
umbrello
umlmodel
umlstereotypelist.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-2.0-or-later
3
SPDX-FileCopyrightText: 2003-2012 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4
*/
5
6
#ifndef UMLSTEREOTYPELIST_H
7
#define UMLSTEREOTYPELIST_H
8
9
#include <QList>
10
11
// forward declaration
12
class
UMLStereotype
;
13
14
typedef
QList<UMLStereotype*>
UMLStereotypeList
;
15
typedef
QListIterator<UMLStereotype*>
UMLStereotypeListIt
;
16
17
#endif
UMLStereotype
Sets up stereotype information.
Definition:
stereotype.h:35
UMLStereotypeListIt
QListIterator< UMLStereotype * > UMLStereotypeListIt
Definition:
umlstereotypelist.h:15
UMLStereotypeList
QList< UMLStereotype * > UMLStereotypeList
Definition:
umlstereotypelist.h:12
Generated by
1.8.10